Bug 35090 - [4.3/4.4 regression] libjava testsuite failures on hppa-linux
Summary: [4.3/4.4 regression] libjava testsuite failures on hppa-linux
Status: RESOLVED FIXED
Alias: None
Product: gcc
Classification: Unclassified
Component: target (show other bugs)
Version: 4.3.0
: P5 normal
Target Milestone: 4.3.3
Assignee: Not yet assigned to anyone
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-02-05 15:16 UTC by Debian GCC Maintainers
Modified: 2008-11-01 19:39 UTC (History)
2 users (show)

See Also:
Host:
Target: hppa-linux-gnu
Build:
Known to work:
Known to fail:
Last reconfirmed:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Debian GCC Maintainers 2008-02-05 15:16:53 UTC
not seen with trunk 20071202, seen with trunk 20080202
not seen with the backport of java from the trunk to the gcc-4.2 branch.

  Matthias

                === libjava tests ===


Running target unix
FAIL: /scratch/packages/gcc/4.3/java/gcj-4.3-4.3-20080202/src/libjava/testsuite/libjava.jar/TestClosu
reGC.jar output - gij test
FAIL: /scratch/packages/gcc/4.3/java/gcj-4.3-4.3-20080202/src/libjava/testsuite/libjava.jar/simple.ja
r output - gij test
FAIL: PR15133 output - gij test
FAIL: PR18116 output - gij test
FAIL: PR28178 output - gij test
FAIL: bytebuffer output - gij test
FAIL: calls output - gij test
FAIL: cxxtest output - gij test
FAIL: directbuffer output - gij test
FAIL: field output - gij test
FAIL: final_method output - gij test
FAIL: findclass output - gij test
FAIL: findclass2 output - gij test
FAIL: iface output - gij test
FAIL: init output - gij test
FAIL: invoke output - gij test
FAIL: jniutf output - gij test
FAIL: martin output - gij test
FAIL: noclass output - gij test
FAIL: overload output - gij test
FAIL: pr11951 output - gij test
FAIL: pr18278 output - gij test
FAIL: pr23739 output - gij test
FAIL: register output - gij test
FAIL: register2 output - gij test
FAIL: simple_int output - gij test
FAIL: throwit output - gij test
FAIL: virtual output - gij test
FAIL: pr29812 output - gij test
FAIL: getargssize output
FAIL: getlocalvartable output
FAIL: getstacktrace output

                === libjava Summary ===

# of expected passes            2526
# of unexpected failures        32

Compiler version: 4.3.0 20080202 (experimental) [trunk revision 132072] (Debian 4.3-20080202-1) libjava
Comment 1 Jack Howarth 2008-02-05 15:26:18 UTC
Have you tried current gcc trunk to make sure that...

r132095 | rguenth | 2008-02-04 16:12:49 -0500 (Mon, 04 Feb 2008) | 6 lines

2008-02-04  Richard Guenther  <rguenther@suse.de>

        PR java/35035
        * decl.c (record_builtin_java_type): Make jboolean a
        integer type again where its mode doesn't match that of bool.

doesn't fix these failures?
Comment 2 Debian GCC Maintainers 2008-02-06 11:08:52 UTC
reconfirmed with trunk 20080205

                === libjava tests ===


Running target unix
FAIL: /scratch/packages/gcc/4.3/java/gcj-4.3-4.3-20080205/src/libjava/testsuite/libjava.jar/TestClosureGC.jar output - gij test
FAIL: /scratch/packages/gcc/4.3/java/gcj-4.3-4.3-20080205/src/libjava/testsuite/libjava.jar/simple.jar output - gij test
FAIL: PR15133 output - gij test
FAIL: PR18116 output - gij test
FAIL: PR28178 output - gij test
FAIL: bytebuffer output - gij test
FAIL: calls output - gij test
FAIL: cxxtest output - gij test
FAIL: directbuffer output - gij test
FAIL: field output - gij test
FAIL: final_method output - gij test
FAIL: findclass output - gij test
FAIL: findclass2 output - gij test
FAIL: iface output - gij test
FAIL: init output - gij test
FAIL: invoke output - gij test
FAIL: jniutf output - gij test
FAIL: martin output - gij test
FAIL: noclass output - gij test
FAIL: overload output - gij test
FAIL: pr11951 output - gij test
FAIL: pr18278 output - gij test
FAIL: pr23739 output - gij test
FAIL: register output - gij test
FAIL: register2 output - gij test
FAIL: simple_int output - gij test
FAIL: throwit output - gij test
FAIL: virtual output - gij test
FAIL: pr29812 output - gij test
FAIL: getargssize output
FAIL: getlocalvartable output
FAIL: getstacktrace output
WARNING: program timed out.
FAIL: Process_3 -findirect-dispatch execution - source compiled test
FAIL: Process_3 -O3 -findirect-dispatch output - source compiled test

                === libjava Summary ===

# of expected passes            2515
# of unexpected failures        34
# of untested testcases         1

Compiler version: 4.3.0 20080205 (experimental) [trunk revision 132131] (Debian 4.3-20080205-1) libjava 
Platform: hppa-unknown-linux-gnu
Comment 3 Debian GCC Maintainers 2008-02-12 21:31:44 UTC
Configured with: ../src/configure -v --with-pkgversion='Debian 4.3-20080202-1' --with-bugurl=file:///usr/share/doc/gcj-4.3/README.Bugs --enable-languages=c,c++,java --prefix=/usr --enable-shared --with-system-zlib --libexecdir=/usr/lib --without-included-gettext --enable-threads=posix --enable-nls --with-gxx-include-dir=/usr/include/c++/4.3 --program-suffix=-4.3 --enable-clocale=gnu --enable-java-awt=gtk --enable-gtk-cairo --enable-plugin --with-java-home=/usr/lib/jvm/java-1.5.0-gcj-4.3-1.5.0.0/jre --with-ecj-jar=/usr/share/java/eclipse-ecj.jar --disable-libmudflap --disable-libssp --enable-checking=release --build=hppa-linux-gnu --host=hppa-linux-gnu --target=hppa-linux-gnu
Comment 4 Mark Mitchell 2008-04-28 04:27:00 UTC
Not a primary platform.
Comment 5 Richard Biener 2008-06-06 14:58:38 UTC
4.3.1 is being released, adjusting target milestone.
Comment 6 Joseph S. Myers 2008-08-27 22:03:14 UTC
4.3.2 is released, changing milestones to 4.3.3.
Comment 7 John David Anglin 2008-11-01 19:39:14 UTC
These tests no longer fail on either 4.3 or 4.4.  I am fairly
certain that these failures were a libc problem.