Bug 33265 - [4.3 regression] libjava testsuite failures on powerpc-linux
Summary: [4.3 regression] libjava testsuite failures on powerpc-linux
Status: RESOLVED FIXED
Alias: None
Product: gcc
Classification: Unclassified
Component: libgcj (show other bugs)
Version: 4.3.0
: P3 normal
Target Milestone: ---
Assignee: Not yet assigned to anyone
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-08-31 12:50 UTC by Debian GCC Maintainers
Modified: 2007-08-31 18:48 UTC (History)
2 users (show)

See Also:
Host:
Target: powerpc-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 2007-08-31 12:50:41 UTC
seen with trunk 20070829, not seen with the 4.2 ubuntu branch, not seen with 4.1.0. didn't check with the fedora 4.1 branch.

  Matthias

                === libjava tests ===


Running target unix
FAIL: noclass execution - gij test
FAIL: pr11951 execution - gij test
FAIL: throwit execution - gij test
FAIL: pr29812 execution - gij test
FAIL: ExtraClassLoader execution - source compiled test
FAIL: ExtraClassLoader -findirect-dispatch execution - source compiled test
FAIL: ExtraClassLoader -O3 execution - source compiled test
FAIL: ExtraClassLoader -O3 -findirect-dispatch execution - source compiled test
FAIL: N19990310_02 -O3 output - source compiled test
FAIL: N19990310_02 -O3 -findirect-dispatch output - source compiled test

                === libjava Summary for unix ===

# of expected passes            2528
# of unexpected failures        10
# of untested testcases         8
Comment 1 Andreas Tobler 2007-08-31 12:57:21 UTC
The failures are solved with PR32758 except the N19990310_02 ones. These happen on every other arch I have access to. (sparc, darwin, hppa, x86).

The N19990310_02 failures are here since http://gcc.gnu.org/ml/gcc-cvs/2007-08/msg00523.html.
Comment 2 Debian GCC Maintainers 2007-08-31 18:48:00 UTC
fixed in trunk 20070831, the N19990310_02 failures are tracked in PR33266