This is the mail archive of the
java@gcc.gnu.org
mailing list for the Java project.
RE: libjava testsuite problems on cygwin
- From: "Billinghurst, David (CRTS)" <David dot Billinghurst at riotinto dot com>
- To: <tromey at redhat dot com>
- Cc: <java at gcc dot gnu dot org>
- Date: Mon, 15 Jul 2002 10:32:54 +1000
- Subject: RE: libjava testsuite problems on cygwin
It is DOCUMENTED to work, but it doesn't work for me :-<
I have had this problem with other packages, too.
$ runtest FOO=bar --version
WARNING: Couldn't find the global config file.
Illegal Argument "FOO=bar"
try "runtest --help" for option list
$ runtest --version
WARNING: Couldn't find the global config file.
Expect version is 5.26
Tcl version is 8.0
Framework version is 1.4.2
-----Original Message-----
From: Tom Tromey [mailto:tromey@redhat.com]
Sent: Sunday, 14 July 2002 11:51
To: Billinghurst, David (CRTS)
Cc: java@gcc.gnu.org
Subject: Re: libjava testsuite problems on cygwin
>>>>> "David" == Billinghurst, David (CRTS) <David.Billinghurst@riotinto.com> writes:
David> At present the gcc-3.2 libjava testsuite isn't running on cygwin,
David> as it can't find runtest. I have identified the immediate cause,
David> and have a work around, but don't understand all the details.
David> runtest then complains
David> Illegal Argument "INTERPRETER=yes"
David> try "runtest --help" for option list
David> and exits with an error
What version of dejagnu are you using?
I'm using this:
fleche. runtest FOO=bar --version
WARNING: Couldn't find the global config file.
Expect version is 5.26
Tcl version is 8.3
Framework version is 1.4.2.x
It works fine here, and is documented to work.
Tom