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:45:03 +1000
- Subject: RE: libjava testsuite problems on cygwin
I know enough tcl to be dangerous. I will have a look. No promises.
-----Original Message-----
From: Tom Tromey [mailto:tromey@redhat.com]
Sent: Monday, 15 July 2002 10:45
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> 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