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]

java/2382: libjava's testsuite returns error case



>Number:         2382
>Category:       java
>Synopsis:       libjava's testsuite returns error case
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    unassigned
>State:          open
>Class:          sw-bug
>Submitter-Id:   net
>Arrival-Date:   Sun Mar 25 08:26:00 PST 2001
>Closed-Date:
>Last-Modified:
>Originator:     Andreas Jaeger
>Release:        3.1 20010322 (experimental)
>Organization:
>Environment:
System: Linux gromit 2.4.3-pre6 #72 Fri Mar 23 08:25:08 CET 2001 i686 unknown
Architecture: i686

	
host: i686-pc-linux-gnu
build: i686-pc-linux-gnu
target: i686-pc-linux-gnu
configured with: /cvs/gcc/configure --prefix=/opt/gcc-3.1-devel --enable-shared --enable-threads=posix --with-gnu-as --with-gnu-ld --disable-nls --with-system-zlib --enable-languages=c,objc,c++,f77
>Description:
	Running make check aborts in the libjava subdirectory with:
               === libjava Summary ===

# of expected passes            1628
# of unexpected failures        2
# of unexpected successes       24
# of expected failures          70
make[3]: *** [check-DEJAGNU] Error 1
make[3]: Leaving directory `/builds/gcc/gcc-3.0-pre/i686-pc-linux-gnu/libjava/testsuite'
make[2]: *** [check-am] Error 2
make[2]: Leaving directory `/builds/gcc/gcc-3.0-pre/i686-pc-linux-gnu/libjava/testsuite'
make[1]: *** [check-recursive] Error 1
make[1]: Leaving directory `/builds/gcc/gcc-3.0-pre/i686-pc-linux-gnu/libjava'
make: *** [check-target-libjava] Error 2

For all other tests the return result is not checked and make
continues even if some tests fail.  This behaviour of make check in
libjava forces to use make -k which I don't like to use since it might
hide other problems.
>How-To-Repeat:
	configure gcc with java and run make check
>Fix:
	
>Release-Note:
>Audit-Trail:
>Unformatted:


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