Bug 28189 - [4.1/4.2/4.3 Regression] Many libjava execution tests time out on Tru64 UNIX
Summary: [4.1/4.2/4.3 Regression] Many libjava execution tests time out on Tru64 UNIX
Status: RESOLVED FIXED
Alias: None
Product: gcc
Classification: Unclassified
Component: libgcj (show other bugs)
Version: 4.1.1
: P5 normal
Target Milestone: 4.1.3
Assignee: Rainer Orth
URL:
Keywords:
Depends on: 28307
Blocks:
  Show dependency treegraph
 
Reported: 2006-06-28 15:11 UTC by Rainer Orth
Modified: 2007-07-03 13:48 UTC (History)
1 user (show)

See Also:
Host: alpha-dec-osf5.1b
Target: alpha-dec-osf5.1b
Build: alpha-dec-osf5.1b
Known to work:
Known to fail:
Last reconfirmed: 2007-07-03 13:48:18


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Rainer Orth 2006-06-28 15:11:48 UTC
Between 20050805 and 20060208, many libjava execution tests started to time
out on Tru64 UNIX (both V4.0F and V5.1B), as can be seen comparing the
following test results:

http://gcc.gnu.org/ml/gcc-testresults/2005-08/msg00708.html
http://gcc.gnu.org/ml/gcc-testresults/2006-02/msg00899.html

While the current 4.0 branch is fine

http://gcc.gnu.org/ml/gcc-testresults/2006-06/msg01353.html

both the 4.1 branch and mainline still suffer from the problem:

http://gcc.gnu.org/ml/gcc-testresults/2006-06/msg00817.html
http://gcc.gnu.org/ml/gcc-testresults/2006-06/msg00818.html

This is a serious regression and can cause testing to take about 5 days.

Environment:
System: OSF1 bartok V5.1 2650 alpha
Machine: alpha
	
host: alpha-dec-osf5.1b
build: alpha-dec-osf5.1b
target: alpha-dec-osf5.1b
configured with: /vol/gcc/src/gcc-dist/configure --prefix=/vol/gcc --with-local-prefix=/vol/gcc --disable-nls --host alpha-dec-osf5.1b --build alpha-dec-osf5.1b --target alpha-dec-osf5.1b --with-gmp-dir=/vol/gnu/obj/gmp-4.1.3 --with-mpfr-dir=/vol/gnu/obj/gmp-4.1.3/mpfr --enable-languages=c,c++,fortran,java,objc,ada --disable-libmudflap

How-To-Repeat:
Bootstrap and test as described above.
Comment 1 Rainer Orth 2006-07-07 18:02:53 UTC
PR target/28307 seems to be the root cause.
Comment 2 Rainer Orth 2007-07-03 13:48:56 UTC
Fixed by fix for PR target/28307.