This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
Problems with Fortran tests using "rsh" connect method in dejagnu
- From: Jason R Thorpe <thorpej at wasabisystems dot com>
- To: gcc-bugs at gcc dot gnu dot org
- Date: Thu, 11 Jul 2002 16:34:40 -0700
- Subject: Problems with Fortran tests using "rsh" connect method in dejagnu
- Organization: Wasabi Systems, Inc.
Is anyone else using the "rsh" connect method to do remote testing with
a target? All goes well until I get to the fortran tests; the output
seems to be going to the wrong place:
Running /u1/hack/gnu-toolchain/gcc/gcc/gcc/testsuite/g77.dg/dg.exp ...
FAIL: g77.dg/f77-edit-apostrophe-out.f output pattern test, is abcde
and an apostrophe -'-
'a leading apostrophe
a trailing apostrophe'
'and all of the above -'-', should match ^abcde(
|
)and an apostrophe -'-(
|
)'a leading apostrophe(
|
)a trailing apostrophe'(
|
)'and all of the above -'-'(
|
)$
FAIL: g77.dg/f77-edit-apostrophe-out.f output pattern test, is abcde
and an apostrophe -'-
'a leading apostrophe
a trailing apostrophe'
'and all of the above -'-', should match ^abcde(
|
)and an apostrophe -'-(
|
)'a leading apostrophe(
|
)a trailing apostrophe'(
|
)'and all of the above -'-'(
|
)$
...etc. The problem doesn't happen with all the tests, just some of
them.
Am I the only person seeing this? I'm working on an automated tester
for a half-dozen or so NetBSD targets, and the "rsh" connect method is
definitely the most covenient...
--
-- Jason R. Thorpe <thorpej@wasabisystems.com>