This is the mail archive of the
java@gcc.gnu.org
mailing list for the Java project.
Re: libjava testsuite problems on cygwin
- From: Tom Tromey <tromey at redhat dot com>
- To: "Billinghurst, David (CRTS)" <David dot Billinghurst at riotinto dot com>
- Cc: <java at gcc dot gnu dot org>
- Date: 14 Jul 2002 18:44:58 -0600
- Subject: Re: libjava testsuite problems on cygwin
- References: <FAC87D7C874EAB46A847604DA4FD5A642076AB@crtsmail.corp.riotinto.org>
- Reply-to: tromey at redhat dot com
>>>>> "David" == Billinghurst, David (CRTS) <David.Billinghurst@riotinto.com> writes:
David> It is DOCUMENTED to work, but it doesn't work for me :-<
David> I have had this problem with other packages, too.
Ok. Do you know Tcl? My preference would be to fix the problem in
dejagnu, not the libgcj test suite.
Take a look at runtest.exp. This branch ought to be taken but isn't:
"[A-Z0-9_-.]*=*" { # skip makefile style args like CC=gcc, etc... (processed in first pass)
continue
}
Tom