Bug 2382 - libjava's testsuite returns error case
Summary: libjava's testsuite returns error case
Status: RESOLVED WONTFIX
Alias: None
Product: gcc
Classification: Unclassified
Component: libgcj (show other bugs)
Version: 3.1
: P3 normal
Target Milestone: ---
Assignee: Not yet assigned to anyone
URL:
Keywords:
: 10925 (view as bug list)
Depends on:
Blocks:
 
Reported: 2001-03-25 08:26 UTC by Andreas Jaeger
Modified: 2016-09-30 22:50 UTC (History)
5 users (show)

See Also:
Host: i686-pc-linux-gnu
Target: i686-pc-linux-gnu
Build: i686-pc-linux-gnu
Known to work:
Known to fail:
Last reconfirmed: 2003-11-25 08:46:05


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Andreas Jaeger 2001-03-25 08:26:00 UTC
	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.

Release:
3.1 20010322 (experimental)

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

How-To-Repeat:
	configure gcc with java and run make check
Comment 1 Andrew Pinski 2003-05-23 21:30:10 UTC
Still happens with 3.4.
Comment 2 Andrew Pinski 2003-05-24 00:58:28 UTC
confirmed on mainline (20030523).
Comment 3 Andrew Pinski 2003-07-25 03:28:31 UTC
*** Bug 10925 has been marked as a duplicate of this bug. ***
Comment 4 luzi82 2003-11-30 03:31:34 UTC
Same bug found in objc test
using debian 3.0r1
kernel 2.4.22
gcc 2.95.4
make 3.79.1
tcl 8.4.4
expect 5.39
dejagnu 1.4.3

		=== objc Summary ===

# of expected passes		1153
/home/luzi82/installer/gcc/build/gcc/xgcc version 3.3.2



make[2]: Leaving directory `/home/luzi82/installer/gcc/build/gcc'
make[1]: Target `do-check' not remade because of errors.
make[1]: Leaving directory `/home/luzi82/installer/gcc/build'
make: *** [check] Error 2
Comment 5 luzi82 2003-12-01 13:08:45 UTC
I have put some stdout and stderr in

http://luzi82.animehk.com/etc/gccfiles.tar.gz

wish they can be useful.
Comment 6 Andrew Pinski 2016-09-30 22:50:35 UTC
Closing as won't fix as libgcj (and the java front-end) has been removed from the trunk.