This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Problems with Fortran tests using "rsh" connect method in dejagnu


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>


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]