This is the mail archive of the gcc-patches@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]
Other format: [Raw text]

Re: PATCH: Fix EH breakage on mainline


> Java is currently completely broken on mainline (i686). The libgcj 
> runtime is crashing during startup due to EH problems. It appears to be 
> due to the following patches:
> 
> 2004-05-27  Jan Hubicka  <jh@suse.cz>
> 
>    * i386.md (UNSPECV_EH_RETURN): Kill.
>    (eh_return): Use jump_insn.
>    (eh_return_si, eh_return_di): Change pattern to jump instruction.
> 
> 2004-05-26  Jan Hubicka  <jh@suse.cz>
> 
>    * except.c (can_throw_internal):  Notice RESX instructions.
> 
> Honza: please remember to test all such patches (make check) with a 
> Java-enabled tree.

Sorry for the breakage.  Can you please be more specific what you mean
by completely broken?  I am attaching log from the automatic tester I
did before commit and it claims no regressions for Java.  It however has
over 900 failures, while today Diego's report is 178.  Perhaps some of
the failures looks familiar to you?  It might be broken setup of tester
or just some platform specific bug.

>From root@rubinstein.suse.de  Wed May 26 02:02:41 2004
Return-Path: <root@rubinstein.suse.de>
Delivered-To: hubicka@kam.mff.cuni.cz
Received: from smtp1.ms.mff.cuni.cz (alfik.ms.mff.cuni.cz [195.113.19.71])
	by nikam.ms.mff.cuni.cz (Postfix) with ESMTP id 8B3DF4DDF3
	for <hubicka@kam.mff.cuni.cz>; Wed, 26 May 2004 02:02:41 +0200 (CEST)
Received: from kerberos.suse.cz (ns.suse.cz [82.208.2.84])
	by smtp1.ms.mff.cuni.cz (8.12.11/8.12.11) with ESMTP id i4Q02c3p034372
	for <hubicka@kam.mff.cuni.cz>; Wed, 26 May 2004 02:02:39 +0200 (CEST)
	(envelope-from root@rubinstein.suse.de)
Received: from chimera.suse.cz (chimera.suse.cz [10.20.0.2])
	by kerberos.suse.cz (SuSE CR ESMTP Mailer) with ESMTP id 7B3C14FE73
	for <hubicka@kam.mff.cuni.cz>; Wed, 26 May 2004 02:02:33 +0200 (MEST)
Received: by chimera.suse.cz (Postfix, from userid 96)
	id 6C1324819; Wed, 26 May 2004 02:02:33 +0200 (CEST)
Received: from chimera ([unix socket])
	by chimera (Cyrus v2.1.9) with LMTP; Wed, 26 May 2004 02:02:33 +0200
X-Sieve: CMU Sieve 2.2
Received: by chimera.suse.cz (Postfix, from userid 503)
	id 44043481B; Wed, 26 May 2004 02:02:33 +0200 (CEST)
Received: from hermes.suse.de (unknown [10.0.0.1])
	by chimera.suse.cz (Postfix) with ESMTP id A8E314819
	for <jh@suse.cz>; Wed, 26 May 2004 02:02:27 +0200 (CEST)
Received: from rubinstein.suse.de (gershwin.suse.de [10.11.0.24])
	by hermes.suse.de (Postfix) with ESMTP id 5F8986947B
	for <jh@suse.cz>; Wed, 26 May 2004 02:02:27 +0200 (CEST)
Received: by rubinstein.suse.de (Postfix, from userid 0)
	id A0E9EFECCF26; Wed, 26 May 2004 02:02:25 +0200 (CEST)
Date: Wed, 26 May 2004 02:02:24 +0200
To: jh@suse.cz
Subject: Results of testing 27795-profilingm7 on i686
Message-ID: <40B3DE90.MailI0T11G1WM@gershwin.suse.de>
User-Agent: nail 10.5 4/27/03
MIME-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Content-Transfer-Encoding: 7bit
From: root@rubinstein.suse.de (root)
X-Spam-Status: No, hits=0.0 required=5.0
	tests=USER_AGENT
	version=2.55
X-Spam-Level: 
X-Spam-Checker-Version: SpamAssassin 2.55 (1.174.2.19-2003-05-19-exp)
Status: RO
Content-Length: 53309
Lines: 1214

Results of testing 27795-profilingm7:

Compilation speed before:

real	3m7.279s
user	3m4.742s
sys	0m2.467s

real	3m7.333s
user	3m4.878s
sys	0m2.380s

Compilation speed after:

real	3m7.608s
user	3m5.009s
sys	0m2.499s

real	3m7.595s
user	3m5.030s
sys	0m2.494s
Differences:


Complete results:


Native configuration is i686-pc-linux-gnu

		=== g++ tests ===


Running target unix
XPASS: g++.dg/eh/elide1.C execution test
FAIL: g++.dg/other/static11.C (test for excess errors)
FAIL: g++.dg/parse/stack1.C (test for excess errors)
FAIL: 23:is 2:should be 1
FAIL: g++.dg/gcov/gcov-2.C gcov: 1 failures in line counts, 0 in branch percentages, 0 in return percentages
FAIL: g++.old-deja/g++.brendan/crash13.C  (test for errors, line 34)
FAIL: g++.old-deja/g++.bugs/900205_03.C  (test for errors, line 21)
FAIL: g++.old-deja/g++.bugs/900205_03.C  (test for errors, line 24)
FAIL: g++.old-deja/g++.bugs/900205_03.C  (test for errors, line 44)
FAIL: g++.old-deja/g++.bugs/900205_03.C  (test for errors, line 47)
FAIL: g++.old-deja/g++.law/friend5.C  (test for errors, line 19)
FAIL: g++.old-deja/g++.law/friend5.C  (test for errors, line 24)
WARNING: g++.old-deja/g++.mike/p10769a.C compilation failed to produce executable
FAIL: g++.old-deja/g++.mike/p646.C  (test for warnings, line 104)
FAIL: g++.old-deja/g++.mike/p646.C  (test for warnings, line 112)
FAIL: g++.old-deja/g++.mike/p646.C  (test for warnings, line 120)
FAIL: g++.old-deja/g++.mike/p646.C  (test for warnings, line 127)
FAIL: g++.old-deja/g++.mike/p646.C  (test for warnings, line 133)
WARNING: g++.old-deja/g++.other/enum5.C compilation failed to produce executable
FAIL: g++.old-deja/g++.other/vaarg3.C (test for excess errors)
FAIL: g++.old-deja/g++.other/warn7.C  (test for warnings, line 38)
WARNING: g++.old-deja/g++.pt/friend44.C compilation failed to produce executable

		=== g++ Summary ===

# of expected passes		9759
# of unexpected failures	18
# of unexpected successes	1
# of expected failures		83
# of unsupported tests		41
/abuild/gcc-test/gcc/objdir/gcc/testsuite/../g++ version 3.5.0-tree-profiling 20040517 (experimental)

		=== gcc tests ===


Running target unix
XPASS: gcc.c-torture/execute/loop-2e.c execution,  -Os 
FAIL: gcc.c-torture/execute/va-arg-25.c execution,  -Os 
FAIL: gcc.dg/c90-const-expr-3.c (test for excess errors)
FAIL: gcc.dg/c99-const-expr-3.c (test for excess errors)
FAIL: gcc.dg/i386-cadd.c scan-assembler sbb
XPASS: gcc.dg/i386-ssetype-1.c scan-assembler-not movdqa
XPASS: gcc.dg/i386-ssetype-3.c scan-assembler-not movdqa
XPASS: gcc.dg/setjmp-1.c spurious clobbered warning (test for bogus messages, line 16)

		=== gcc Summary ===

# of expected passes		26145
# of unexpected failures	4
# of unexpected successes	4
# of expected failures		64
# of untested testcases		28
# of unsupported tests		203
/abuild/gcc-test/gcc/objdir/gcc/xgcc version 3.5.0-tree-profiling 20040517 (experimental)

		=== gfortran tests ===


Running target unix
FAIL: gfortran.fortran-torture/compile/actual.f90,  -O2  
FAIL: gfortran.fortran-torture/compile/actual.f90,  -O2 -fomit-frame-pointer -finline-functions  
FAIL: gfortran.fortran-torture/compile/actual.f90,  -O2 -fomit-frame-pointer -finline-functions -funroll-loops  
FAIL: gfortran.fortran-torture/compile/actual.f90,  -O2 -fomit-frame-pointer -finline-functions -funroll-all-loops  
FAIL: gfortran.fortran-torture/compile/actual.f90,  -O2 -fno-repack-arrays  
FAIL: gfortran.fortran-torture/compile/actual.f90,  -O3 -g  
FAIL: gfortran.fortran-torture/compile/actual.f90,  -Os  
FAIL: gfortran.fortran-torture/execute/der_io.f90 compilation,  -O2 
FAIL: gfortran.fortran-torture/execute/der_io.f90 compilation,  -O2 -fomit-frame-pointer -finline-functions 
FAIL: gfortran.fortran-torture/execute/der_io.f90 compilation,  -O2 -fomit-frame-pointer -finline-functions -funroll-loops 
FAIL: gfortran.fortran-torture/execute/der_io.f90 compilation,  -O2 -fomit-frame-pointer -finline-functions -funroll-all-loops 
FAIL: gfortran.fortran-torture/execute/der_io.f90 compilation,  -O2 -fno-repack-arrays 
FAIL: gfortran.fortran-torture/execute/der_io.f90 compilation,  -O3 -g 
FAIL: gfortran.fortran-torture/execute/der_io.f90 compilation,  -Os 
FAIL: gfortran.fortran-torture/execute/function_module_1.f90 compilation,  -O2 
FAIL: gfortran.fortran-torture/execute/function_module_1.f90 compilation,  -O2 -fomit-frame-pointer -finline-functions 
FAIL: gfortran.fortran-torture/execute/function_module_1.f90 compilation,  -O2 -fomit-frame-pointer -finline-functions -funroll-loops 
FAIL: gfortran.fortran-torture/execute/function_module_1.f90 compilation,  -O2 -fomit-frame-pointer -finline-functions -funroll-all-loops 
FAIL: gfortran.fortran-torture/execute/function_module_1.f90 compilation,  -O2 -fno-repack-arrays 
FAIL: gfortran.fortran-torture/execute/function_module_1.f90 compilation,  -O3 -g 
FAIL: gfortran.fortran-torture/execute/function_module_1.f90 compilation,  -Os 
FAIL: gfortran.fortran-torture/execute/logical_select_1.f90 compilation,  -O2 
FAIL: gfortran.fortran-torture/execute/logical_select_1.f90 compilation,  -O2 -fomit-frame-pointer -finline-functions 
FAIL: gfortran.fortran-torture/execute/logical_select_1.f90 compilation,  -O2 -fomit-frame-pointer -finline-functions -funroll-loops 
FAIL: gfortran.fortran-torture/execute/logical_select_1.f90 compilation,  -O2 -fomit-frame-pointer -finline-functions -funroll-all-loops 
FAIL: gfortran.fortran-torture/execute/logical_select_1.f90 compilation,  -O2 -fno-repack-arrays 
FAIL: gfortran.fortran-torture/execute/logical_select_1.f90 compilation,  -O3 -g 
FAIL: gfortran.fortran-torture/execute/logical_select_1.f90 compilation,  -Os 
FAIL: gfortran.fortran-torture/execute/specifics.f90 compilation,  -O2 
FAIL: gfortran.fortran-torture/execute/specifics.f90 compilation,  -O2 -fomit-frame-pointer -finline-functions 
FAIL: gfortran.fortran-torture/execute/specifics.f90 compilation,  -O2 -fomit-frame-pointer -finline-functions -funroll-loops 
FAIL: gfortran.fortran-torture/execute/specifics.f90 compilation,  -O2 -fomit-frame-pointer -finline-functions -funroll-all-loops 
FAIL: gfortran.fortran-torture/execute/specifics.f90 compilation,  -O2 -fno-repack-arrays 
FAIL: gfortran.fortran-torture/execute/specifics.f90 compilation,  -O3 -g 
FAIL: gfortran.fortran-torture/execute/specifics.f90 compilation,  -Os 

		=== gfortran Summary ===

# of expected passes		2781
# of unexpected failures	35
# of untested testcases		28
/abuild/gcc-test/gcc/objdir/gcc/testsuite/../gfortran version 3.5.0-tree-profiling 20040517 (experimental)

		=== objc tests ===


Running target unix

		=== objc Summary ===

# of expected passes		1339
# of unsupported tests		8
/abuild/gcc-test/gcc/objdir/gcc/xgcc version 3.5.0-tree-profiling 20040517 (experimental)

		=== libffi tests ===


Running target unix

		=== libffi Summary ===

# of expected passes		212
# of unsupported tests		2
		=== libjava tests ===


Running target unix
FAIL: PR9577 output
FAIL: longfield output
FAIL: shortfield output
FAIL: simple output
FAIL: /abuild/gcc-test/gcc/libjava/testsuite/libjava.jar/simple.jar output - gij test
FAIL: PR15133 output
FAIL: calls output
FAIL: cxxtest output
FAIL: field output
FAIL: final_method output
FAIL: findclass output
FAIL: invoke output
FAIL: jniutf output
FAIL: martin output
FAIL: noclass output
FAIL: overload output
FAIL: pr11951 output
FAIL: register output
FAIL: simple_int output
FAIL: throwit output
FAIL: virtual output
FAIL: ArrayStore output - source compiled test
FAIL: ArrayStore output - gij test
FAIL: ArrayStore -O3 output - source compiled test
FAIL: ArrayStore output - gij test
FAIL: ArrayStore2 output - gij test
FAIL: ArrayStore2 output - bytecode->native test
FAIL: ArrayStore2 output - gij test
FAIL: ArrayStore2 -O3 output - bytecode->native test
FAIL: Array_1 output - source compiled test
FAIL: Array_1 output - gij test
FAIL: Array_1 output - bytecode->native test
FAIL: Array_1 -O3 output - source compiled test
FAIL: Array_1 output - gij test
FAIL: Array_1 -O3 output - bytecode->native test
FAIL: Array_2 output - source compiled test
FAIL: Array_2 output - gij test
FAIL: Array_2 output - bytecode->native test
FAIL: Array_2 -O3 output - source compiled test
FAIL: Array_2 output - gij test
FAIL: Array_2 -O3 output - bytecode->native test
FAIL: Array_3 output - source compiled test
FAIL: Array_3 output - gij test
FAIL: Array_3 output - bytecode->native test
FAIL: Array_3 -O3 output - source compiled test
FAIL: Array_3 output - gij test
FAIL: Array_3 -O3 output - bytecode->native test
FAIL: Class_1 output - source compiled test
FAIL: Class_1 output - gij test
FAIL: Class_1 output - bytecode->native test
FAIL: Class_1 -O3 output - source compiled test
FAIL: Class_1 output - gij test
FAIL: Class_1 -O3 output - bytecode->native test
FAIL: CompareNaN output - source compiled test
FAIL: CompareNaN output - gij test
FAIL: CompareNaN output - bytecode->native test
FAIL: CompareNaN -O3 output - source compiled test
FAIL: CompareNaN output - gij test
FAIL: CompareNaN -O3 output - bytecode->native test
FAIL: Divide_1 output - source compiled test
FAIL: Divide_1 output - gij test
FAIL: Divide_1 output - bytecode->native test
FAIL: Divide_1 -O3 output - source compiled test
FAIL: Divide_1 output - gij test
FAIL: Divide_1 -O3 output - bytecode->native test
FAIL: EvaluationOrder output - source compiled test
FAIL: EvaluationOrder output - gij test
FAIL: EvaluationOrder output - bytecode->native test
FAIL: EvaluationOrder -O3 output - source compiled test
FAIL: EvaluationOrder output - gij test
FAIL: EvaluationOrder -O3 output - bytecode->native test
FAIL: FileHandleGcTest output - source compiled test
FAIL: FileHandleGcTest output - gij test
FAIL: FileHandleGcTest output - bytecode->native test
FAIL: FileHandleGcTest -O3 output - source compiled test
FAIL: FileHandleGcTest output - gij test
FAIL: FileHandleGcTest -O3 output - bytecode->native test
FAIL: Final output - source compiled test
FAIL: Final output - gij test
FAIL: Final output - bytecode->native test
FAIL: Final -O3 output - source compiled test
FAIL: Final output - gij test
FAIL: Final -O3 output - bytecode->native test
FAIL: Float_1 output - source compiled test
FAIL: Float_1 output - gij test
FAIL: Float_1 output - bytecode->native test
FAIL: Float_1 -O3 output - source compiled test
FAIL: Float_1 output - gij test
FAIL: Float_1 -O3 output - bytecode->native test
FAIL: G19990301_01 output - source compiled test
FAIL: G19990301_01 output - gij test
FAIL: G19990301_01 output - bytecode->native test
FAIL: G19990301_01 -O3 output - source compiled test
FAIL: G19990301_01 output - gij test
FAIL: G19990301_01 -O3 output - bytecode->native test
FAIL: G19990302_02 output - source compiled test
FAIL: G19990302_02 output - gij test
FAIL: G19990302_02 output - bytecode->native test
FAIL: G19990302_02 -O3 output - source compiled test
FAIL: G19990302_02 output - gij test
FAIL: G19990302_02 -O3 output - bytecode->native test
FAIL: G19990303_01 output - source compiled test
FAIL: G19990303_01 output - gij test
FAIL: G19990303_01 output - bytecode->native test
FAIL: G19990303_01 -O3 output - source compiled test
FAIL: G19990303_01 output - gij test
FAIL: G19990303_01 -O3 output - bytecode->native test
FAIL: G19990303_02 output - source compiled test
FAIL: G19990303_02 output - gij test
FAIL: G19990303_02 output - bytecode->native test
FAIL: G19990303_02 -O3 output - source compiled test
FAIL: G19990303_02 output - gij test
FAIL: G19990303_02 -O3 output - bytecode->native test
FAIL: G19990304_01 output - source compiled test
FAIL: G19990304_01 output - gij test
FAIL: G19990304_01 output - bytecode->native test
FAIL: G19990304_01 -O3 output - source compiled test
FAIL: G19990304_01 output - gij test
FAIL: G19990304_01 -O3 output - bytecode->native test
FAIL: G19990310_01 output - source compiled test
FAIL: G19990310_01 output - gij test
FAIL: G19990310_01 output - bytecode->native test
FAIL: G19990310_01 -O3 output - source compiled test
FAIL: G19990310_01 output - gij test
FAIL: G19990310_01 -O3 output - bytecode->native test
FAIL: II output - source compiled test
FAIL: II output - gij test
FAIL: II output - bytecode->native test
FAIL: II -O3 output - source compiled test
FAIL: II output - gij test
FAIL: II -O3 output - bytecode->native test
FAIL: InterfaceDispatch output - source compiled test
FAIL: InterfaceDispatch output - gij test
FAIL: InterfaceDispatch output - bytecode->native test
FAIL: InterfaceDispatch -O3 output - source compiled test
FAIL: InterfaceDispatch output - gij test
FAIL: InterfaceDispatch -O3 output - bytecode->native test
FAIL: InvokeInterface output - source compiled test
FAIL: InvokeInterface output - gij test
FAIL: InvokeInterface output - bytecode->native test
FAIL: InvokeInterface -O3 output - source compiled test
FAIL: InvokeInterface output - gij test
FAIL: InvokeInterface -O3 output - bytecode->native test
FAIL: InvokeReturn output - source compiled test
FAIL: InvokeReturn output - gij test
FAIL: InvokeReturn output - bytecode->native test
FAIL: InvokeReturn -O3 output - source compiled test
FAIL: InvokeReturn output - gij test
FAIL: InvokeReturn -O3 output - bytecode->native test
FAIL: Invoke_1 output - source compiled test
FAIL: Invoke_1 output - gij test
FAIL: Invoke_1 output - bytecode->native test
FAIL: Invoke_1 -O3 output - source compiled test
FAIL: Invoke_1 output - gij test
FAIL: Invoke_1 -O3 output - bytecode->native test
FAIL: Invoke_2 output - source compiled test
FAIL: Invoke_2 output - gij test
FAIL: Invoke_2 output - bytecode->native test
FAIL: Invoke_2 -O3 output - source compiled test
FAIL: Invoke_2 output - gij test
FAIL: Invoke_2 -O3 output - bytecode->native test
FAIL: KeepInline output - source compiled test
FAIL: KeepInline output - gij test
FAIL: KeepInline output - bytecode->native test
FAIL: KeepInline -O3 output - source compiled test
FAIL: KeepInline output - gij test
FAIL: KeepInline -O3 output - bytecode->native test
FAIL: MathBuiltin output - source compiled test
FAIL: MathBuiltin output - gij test
FAIL: MathBuiltin output - bytecode->native test
FAIL: MathBuiltin -O3 output - source compiled test
FAIL: MathBuiltin output - gij test
FAIL: MathBuiltin -O3 output - bytecode->native test
FAIL: Matrix4f output - source compiled test
FAIL: Matrix4f output - gij test
FAIL: Matrix4f output - bytecode->native test
FAIL: Matrix4f -O3 output - source compiled test
FAIL: Matrix4f output - gij test
FAIL: Matrix4f -O3 output - bytecode->native test
FAIL: N19990310_02 output - source compiled test
FAIL: N19990310_02 output - gij test
FAIL: N19990310_02 output - bytecode->native test
FAIL: N19990310_02 -O3 output - source compiled test
FAIL: N19990310_02 output - gij test
FAIL: N19990310_02 -O3 output - bytecode->native test
FAIL: N19990310_3 output - source compiled test
FAIL: N19990310_3 output - gij test
FAIL: N19990310_3 output - bytecode->native test
FAIL: N19990310_3 -O3 output - source compiled test
FAIL: N19990310_3 output - gij test
FAIL: N19990310_3 -O3 output - bytecode->native test
FAIL: N19990310_4 output - source compiled test
FAIL: N19990310_4 output - gij test
FAIL: N19990310_4 output - bytecode->native test
FAIL: N19990310_4 -O3 output - source compiled test
FAIL: N19990310_4 output - gij test
FAIL: N19990310_4 -O3 output - bytecode->native test
FAIL: N19990310_5 output - source compiled test
FAIL: N19990310_5 output - gij test
FAIL: N19990310_5 output - bytecode->native test
FAIL: N19990310_5 -O3 output - source compiled test
FAIL: N19990310_5 output - gij test
FAIL: N19990310_5 -O3 output - bytecode->native test
FAIL: Overflow output - source compiled test
FAIL: Overflow output - gij test
FAIL: Overflow output - bytecode->native test
FAIL: Overflow -O3 output - source compiled test
FAIL: Overflow output - gij test
FAIL: Overflow -O3 output - bytecode->native test
FAIL: PR12350 output - source compiled test
FAIL: PR12350 output - gij test
FAIL: PR12350 output - bytecode->native test
FAIL: PR12350 -O3 output - source compiled test
FAIL: PR12350 output - gij test
FAIL: PR12350 -O3 output - bytecode->native test
FAIL: PR12416 output - source compiled test
FAIL: PR12416 output - gij test
FAIL: PR12416 output - bytecode->native test
FAIL: PR12416 -O3 output - source compiled test
FAIL: PR12416 output - gij test
FAIL: PR12416 -O3 output - bytecode->native test
FAIL: PR12656 output - source compiled test
FAIL: PR12656 output - gij test
FAIL: PR12656 output - bytecode->native test
FAIL: PR12656 -O3 output - source compiled test
FAIL: PR12656 output - gij test
FAIL: PR12656 -O3 output - bytecode->native test
FAIL: PR12915 output - source compiled test
FAIL: PR12915 output - gij test
FAIL: PR12915 output - bytecode->native test
FAIL: PR12915 -O3 output - source compiled test
FAIL: PR12915 output - gij test
FAIL: PR12915 -O3 output - bytecode->native test
FAIL: PR141 output - source compiled test
FAIL: PR141 output - gij test
FAIL: PR141 output - bytecode->native test
FAIL: PR141 -O3 output - source compiled test
FAIL: PR141 output - gij test
FAIL: PR141 -O3 output - bytecode->native test
FAIL: PR160 output - source compiled test
FAIL: PR160 output - gij test
FAIL: PR160 output - bytecode->native test
FAIL: PR160 -O3 output - source compiled test
FAIL: PR160 output - gij test
FAIL: PR160 -O3 output - bytecode->native test
FAIL: PR162 output - source compiled test
FAIL: PR162 output - gij test
FAIL: PR162 output - bytecode->native test
FAIL: PR162 -O3 output - source compiled test
FAIL: PR162 output - gij test
FAIL: PR162 -O3 output - bytecode->native test
FAIL: PR218 output - source compiled test
FAIL: PR218 output - gij test
FAIL: PR218 output - bytecode->native test
FAIL: PR218 -O3 output - source compiled test
FAIL: PR218 output - gij test
FAIL: PR218 -O3 output - bytecode->native test
FAIL: PR242 output - source compiled test
FAIL: PR242 output - gij test
FAIL: PR242 output - bytecode->native test
FAIL: PR242 -O3 output - source compiled test
FAIL: PR242 output - gij test
FAIL: PR242 -O3 output - bytecode->native test
FAIL: PR260 output - source compiled test
FAIL: PR260 output - gij test
FAIL: PR260 output - bytecode->native test
FAIL: PR260 -O3 output - source compiled test
FAIL: PR260 output - gij test
FAIL: PR260 -O3 output - bytecode->native test
FAIL: PR3096 output - source compiled test
FAIL: PR3096 output - gij test
FAIL: PR3096 output - bytecode->native test
FAIL: PR3096 -O3 output - source compiled test
FAIL: PR3096 output - gij test
FAIL: PR3096 -O3 output - bytecode->native test
FAIL: PR3731 output - source compiled test
FAIL: PR3731 output - gij test
FAIL: PR3731 output - bytecode->native test
FAIL: PR3731 -O3 output - source compiled test
FAIL: PR3731 output - gij test
FAIL: PR3731 -O3 output - bytecode->native test
FAIL: PR5057 output - source compiled test
FAIL: PR5057 output - gij test
FAIL: PR5057 output - bytecode->native test
FAIL: PR5057 -O3 output - source compiled test
FAIL: PR5057 output - gij test
FAIL: PR5057 -O3 output - bytecode->native test
FAIL: PR5057_2 output - source compiled test
FAIL: PR5057_2 output - gij test
FAIL: PR5057_2 output - bytecode->native test
FAIL: PR5057_2 -O3 output - source compiled test
FAIL: PR5057_2 output - gij test
FAIL: PR5057_2 -O3 output - bytecode->native test
FAIL: PR55 output - source compiled test
FAIL: PR55 output - gij test
FAIL: PR55 output - bytecode->native test
FAIL: PR55 -O3 output - source compiled test
FAIL: PR55 output - gij test
FAIL: PR55 -O3 output - bytecode->native test
FAIL: PR56 output - source compiled test
FAIL: PR56 output - gij test
FAIL: PR56 output - bytecode->native test
FAIL: PR56 -O3 output - source compiled test
FAIL: PR56 output - gij test
FAIL: PR56 -O3 output - bytecode->native test
FAIL: PR6085 output - source compiled test
FAIL: PR6085 output - gij test
FAIL: PR6085 output - bytecode->native test
FAIL: PR6085 -O3 output - source compiled test
FAIL: PR6085 output - gij test
FAIL: PR6085 -O3 output - bytecode->native test
FAIL: PR6204 output - source compiled test
FAIL: PR6204 output - gij test
FAIL: PR6204 output - bytecode->native test
FAIL: PR6204 -O3 output - source compiled test
FAIL: PR6204 output - gij test
FAIL: PR6204 -O3 output - bytecode->native test
FAIL: PR6729 output - source compiled test
FAIL: PR6729 output - gij test
FAIL: PR6729 output - bytecode->native test
FAIL: PR6729 -O3 output - source compiled test
FAIL: PR6729 output - gij test
FAIL: PR6729 -O3 output - bytecode->native test
FAIL: PR6820 output - source compiled test
FAIL: PR6820 output - gij test
FAIL: PR6820 output - bytecode->native test
FAIL: PR6820 -O3 output - source compiled test
FAIL: PR6820 output - gij test
FAIL: PR6820 -O3 output - bytecode->native test
FAIL: PR7482 output - source compiled test
FAIL: PR7482 output - gij test
FAIL: PR7482 output - bytecode->native test
FAIL: PR7482 -O3 output - source compiled test
FAIL: PR7482 output - gij test
FAIL: PR7482 -O3 output - bytecode->native test
FAIL: Shazam output - source compiled test
FAIL: Shazam output - gij test
FAIL: Shazam output - bytecode->native test
FAIL: Shazam -O3 output - source compiled test
FAIL: Shazam output - gij test
FAIL: Shazam -O3 output - bytecode->native test
FAIL: StaticConstructor output - source compiled test
FAIL: StaticConstructor output - gij test
FAIL: StaticConstructor output - bytecode->native test
FAIL: StaticConstructor -O3 output - source compiled test
FAIL: StaticConstructor output - gij test
FAIL: StaticConstructor -O3 output - bytecode->native test
FAIL: StringBuffer_1 output - source compiled test
FAIL: StringBuffer_1 output - gij test
FAIL: StringBuffer_1 output - bytecode->native test
FAIL: StringBuffer_1 -O3 output - source compiled test
FAIL: StringBuffer_1 output - gij test
FAIL: StringBuffer_1 -O3 output - bytecode->native test
FAIL: StringBuffer_overflow output - source compiled test
FAIL: StringBuffer_overflow output - gij test
FAIL: StringBuffer_overflow output - bytecode->native test
FAIL: StringBuffer_overflow -O3 output - source compiled test
FAIL: StringBuffer_overflow output - gij test
FAIL: StringBuffer_overflow -O3 output - bytecode->native test
FAIL: String_overflow output - source compiled test
FAIL: String_overflow output - gij test
FAIL: String_overflow output - bytecode->native test
FAIL: String_overflow -O3 output - source compiled test
FAIL: String_overflow output - gij test
FAIL: String_overflow -O3 output - bytecode->native test
FAIL: SyncGlobal output - source compiled test
FAIL: SyncGlobal output - gij test
FAIL: SyncGlobal output - bytecode->native test
FAIL: SyncGlobal -O3 output - source compiled test
FAIL: SyncGlobal output - gij test
FAIL: SyncGlobal -O3 output - bytecode->native test
FAIL: SyncTest output - source compiled test
FAIL: SyncTest output - gij test
FAIL: SyncTest output - bytecode->native test
FAIL: SyncTest -O3 output - source compiled test
FAIL: SyncTest output - gij test
FAIL: SyncTest -O3 output - bytecode->native test
FAIL: Synch output - source compiled test
FAIL: Synch output - gij test
FAIL: Synch output - bytecode->native test
FAIL: Synch -O3 output - source compiled test
FAIL: Synch output - gij test
FAIL: Synch -O3 output - bytecode->native test
FAIL: TLtest output - source compiled test
FAIL: TLtest output - gij test
FAIL: TLtest output - bytecode->native test
FAIL: TLtest -O3 output - source compiled test
FAIL: TLtest output - gij test
FAIL: TLtest -O3 output - bytecode->native test
FAIL: TestProxy output - source compiled test
FAIL: TestProxy output - gij test
FAIL: TestProxy output - bytecode->native test
FAIL: TestProxy -O3 output - source compiled test
FAIL: TestProxy output - gij test
FAIL: TestProxy -O3 output - bytecode->native test
FAIL: Thread_Alive output - source compiled test
FAIL: Thread_Alive output - gij test
FAIL: Thread_Alive output - bytecode->native test
FAIL: Thread_Alive -O3 output - source compiled test
FAIL: Thread_Alive output - gij test
FAIL: Thread_Alive -O3 output - bytecode->native test
FAIL: Thread_Interrupt output - source compiled test
FAIL: Thread_Interrupt output - gij test
FAIL: Thread_Interrupt output - bytecode->native test
FAIL: Thread_Interrupt -O3 output - source compiled test
FAIL: Thread_Interrupt output - gij test
FAIL: Thread_Interrupt -O3 output - bytecode->native test
FAIL: Thread_Join output - source compiled test
FAIL: Thread_Join output - gij test
FAIL: Thread_Join output - bytecode->native test
FAIL: Thread_Join -O3 output - source compiled test
FAIL: Thread_Join output - gij test
FAIL: Thread_Join -O3 output - bytecode->native test
FAIL: Thread_Monitor output - source compiled test
FAIL: Thread_Monitor output - gij test
FAIL: Thread_Monitor output - bytecode->native test
FAIL: Thread_Monitor -O3 output - source compiled test
FAIL: Thread_Monitor output - gij test
FAIL: Thread_Monitor -O3 output - bytecode->native test
FAIL: Thread_Sleep output - source compiled test
FAIL: Thread_Sleep output - gij test
FAIL: Thread_Sleep output - bytecode->native test
FAIL: Thread_Sleep -O3 output - source compiled test
FAIL: Thread_Sleep output - gij test
FAIL: Thread_Sleep -O3 output - bytecode->native test
FAIL: Thread_Wait output - source compiled test
FAIL: Thread_Wait output - gij test
FAIL: Thread_Wait output - bytecode->native test
FAIL: Thread_Wait -O3 output - source compiled test
FAIL: Thread_Wait output - gij test
FAIL: Thread_Wait -O3 output - bytecode->native test
FAIL: Thread_Wait_2 output - source compiled test
FAIL: Thread_Wait_2 output - gij test
FAIL: Thread_Wait_2 output - bytecode->native test
FAIL: Thread_Wait_2 -O3 output - source compiled test
FAIL: Thread_Wait_2 output - gij test
FAIL: Thread_Wait_2 -O3 output - bytecode->native test
FAIL: Thread_Wait_Interrupt output - source compiled test
FAIL: Thread_Wait_Interrupt output - gij test
FAIL: Thread_Wait_Interrupt output - bytecode->native test
FAIL: Thread_Wait_Interrupt -O3 output - source compiled test
FAIL: Thread_Wait_Interrupt output - gij test
FAIL: Thread_Wait_Interrupt -O3 output - bytecode->native test
FAIL: Throw_1 output - source compiled test
FAIL: Throw_1 output - gij test
FAIL: Throw_1 output - bytecode->native test
FAIL: Throw_1 -O3 output - source compiled test
FAIL: Throw_1 output - gij test
FAIL: Throw_1 -O3 output - bytecode->native test
FAIL: Throw_2 output - source compiled test
FAIL: Throw_2 output - gij test
FAIL: Throw_2 output - bytecode->native test
FAIL: Throw_2 -O3 output - source compiled test
FAIL: Throw_2 output - gij test
FAIL: Throw_2 -O3 output - bytecode->native test
FAIL: anfi output - source compiled test
FAIL: anfi output - gij test
FAIL: anfi output - bytecode->native test
FAIL: anfi -O3 output - source compiled test
FAIL: anfi output - gij test
FAIL: anfi -O3 output - bytecode->native test
FAIL: anon output - source compiled test
FAIL: anon output - gij test
FAIL: anon output - bytecode->native test
FAIL: anon -O3 output - source compiled test
FAIL: anon output - gij test
FAIL: anon -O3 output - bytecode->native test
FAIL: anon2 output - source compiled test
FAIL: anon2 output - gij test
FAIL: anon2 output - bytecode->native test
FAIL: anon2 -O3 output - source compiled test
FAIL: anon2 output - gij test
FAIL: anon2 -O3 output - bytecode->native test
FAIL: anon3 output - source compiled test
FAIL: anon3 output - gij test
FAIL: anon3 output - bytecode->native test
FAIL: anon3 -O3 output - source compiled test
FAIL: anon3 output - gij test
FAIL: anon3 -O3 output - bytecode->native test
FAIL: anon4 output - source compiled test
FAIL: anon4 output - gij test
FAIL: anon4 output - bytecode->native test
FAIL: anon4 -O3 output - source compiled test
FAIL: anon4 output - gij test
FAIL: anon4 -O3 output - bytecode->native test
FAIL: anon_ctor_itf_arg output - source compiled test
FAIL: anon_ctor_itf_arg output - gij test
FAIL: anon_ctor_itf_arg output - bytecode->native test
FAIL: anon_ctor_itf_arg -O3 output - source compiled test
FAIL: anon_ctor_itf_arg output - gij test
FAIL: anon_ctor_itf_arg -O3 output - bytecode->native test
FAIL: anonarray output - source compiled test
FAIL: anonarray output - gij test
FAIL: anonarray output - bytecode->native test
FAIL: anonarray -O3 output - source compiled test
FAIL: anonarray output - gij test
FAIL: anonarray -O3 output - bytecode->native test
FAIL: anonarray2 output - source compiled test
FAIL: anonarray2 output - gij test
FAIL: anonarray2 output - bytecode->native test
FAIL: anonarray2 -O3 output - source compiled test
FAIL: anonarray2 output - gij test
FAIL: anonarray2 -O3 output - bytecode->native test
FAIL: anonarray3 output - source compiled test
FAIL: anonarray3 output - gij test
FAIL: anonarray3 output - bytecode->native test
FAIL: anonarray3 -O3 output - source compiled test
FAIL: anonarray3 output - gij test
FAIL: anonarray3 -O3 output - bytecode->native test
FAIL: assign output - source compiled test
FAIL: assign output - gij test
FAIL: assign output - bytecode->native test
FAIL: assign -O3 output - source compiled test
FAIL: assign output - gij test
FAIL: assign -O3 output - bytecode->native test
FAIL: direct_read output - source compiled test
FAIL: direct_read output - gij test
FAIL: direct_read output - bytecode->native test
FAIL: direct_read -O3 output - source compiled test
FAIL: direct_read output - gij test
FAIL: direct_read -O3 output - bytecode->native test
FAIL: direct_write output - source compiled test
FAIL: direct_write output - gij test
FAIL: direct_write output - bytecode->native test
FAIL: direct_write -O3 output - source compiled test
FAIL: direct_write output - gij test
FAIL: direct_write -O3 output - bytecode->native test
FAIL: emptystring output - source compiled test
FAIL: emptystring output - gij test
FAIL: emptystring output - bytecode->native test
FAIL: emptystring -O3 output - source compiled test
FAIL: emptystring output - gij test
FAIL: emptystring -O3 output - bytecode->native test
FAIL: err1 output - source compiled test
FAIL: err1 output - gij test
FAIL: err1 output - bytecode->native test
FAIL: err1 -O3 output - source compiled test
FAIL: err1 output - gij test
FAIL: err1 -O3 output - bytecode->native test
FAIL: err10 output - source compiled test
FAIL: err10 output - gij test
FAIL: err10 output - bytecode->native test
FAIL: err10 -O3 output - source compiled test
FAIL: err10 output - gij test
FAIL: err10 -O3 output - bytecode->native test
FAIL: err11 output - source compiled test
FAIL: err11 output - gij test
FAIL: err11 output - bytecode->native test
FAIL: err11 -O3 output - source compiled test
FAIL: err11 output - gij test
FAIL: err11 -O3 output - bytecode->native test
FAIL: err12 output - source compiled test
FAIL: err12 output - gij test
FAIL: err12 output - bytecode->native test
FAIL: err12 -O3 output - source compiled test
FAIL: err12 output - gij test
FAIL: err12 -O3 output - bytecode->native test
FAIL: err13 output - source compiled test
FAIL: err13 output - gij test
FAIL: err13 output - bytecode->native test
FAIL: err13 -O3 output - source compiled test
FAIL: err13 output - gij test
FAIL: err13 -O3 output - bytecode->native test
FAIL: err2 output - source compiled test
FAIL: err2 output - gij test
FAIL: err2 output - bytecode->native test
FAIL: err2 -O3 output - source compiled test
FAIL: err2 output - gij test
FAIL: err2 -O3 output - bytecode->native test
FAIL: err3 output - source compiled test
FAIL: err3 output - gij test
FAIL: err3 output - bytecode->native test
FAIL: err3 -O3 output - source compiled test
FAIL: err3 output - gij test
FAIL: err3 -O3 output - bytecode->native test
FAIL: err4 output - source compiled test
FAIL: err4 output - gij test
FAIL: err4 output - bytecode->native test
FAIL: err4 -O3 output - source compiled test
FAIL: err4 output - gij test
FAIL: err4 -O3 output - bytecode->native test
FAIL: err5 output - source compiled test
FAIL: err5 output - gij test
FAIL: err5 output - bytecode->native test
FAIL: err5 -O3 output - source compiled test
FAIL: err5 output - gij test
FAIL: err5 -O3 output - bytecode->native test
FAIL: err6 output - source compiled test
FAIL: err6 output - gij test
FAIL: err6 output - bytecode->native test
FAIL: err6 -O3 output - source compiled test
FAIL: err6 output - gij test
FAIL: err6 -O3 output - bytecode->native test
FAIL: err7 output - source compiled test
FAIL: err7 output - gij test
FAIL: err7 output - bytecode->native test
FAIL: err7 -O3 output - source compiled test
FAIL: err7 output - gij test
FAIL: err7 -O3 output - bytecode->native test
FAIL: err8 output - source compiled test
FAIL: err8 output - gij test
FAIL: err8 output - bytecode->native test
FAIL: err8 -O3 output - source compiled test
FAIL: err8 output - gij test
FAIL: err8 -O3 output - bytecode->native test
FAIL: err9 output - source compiled test
FAIL: err9 output - gij test
FAIL: err9 output - bytecode->native test
FAIL: err9 -O3 output - source compiled test
FAIL: err9 output - gij test
FAIL: err9 -O3 output - bytecode->native test
FAIL: final_inner output - source compiled test
FAIL: final_inner output - gij test
FAIL: final_inner output - bytecode->native test
FAIL: final_inner -O3 output - source compiled test
FAIL: final_inner output - gij test
FAIL: final_inner -O3 output - bytecode->native test
FAIL: final_int output - source compiled test
FAIL: final_int output - gij test
FAIL: final_int output - bytecode->native test
FAIL: final_int -O3 output - source compiled test
FAIL: final_int output - gij test
FAIL: final_int -O3 output - bytecode->native test
FAIL: final_static_and_friend output - source compiled test
FAIL: final_static_and_friend output - gij test
FAIL: final_static_and_friend output - bytecode->native test
FAIL: final_static_and_friend -O3 output - source compiled test
FAIL: final_static_and_friend output - gij test
FAIL: final_static_and_friend -O3 output - bytecode->native test
FAIL: indirect output - source compiled test
FAIL: indirect output - gij test
FAIL: indirect output - bytecode->native test
FAIL: indirect -O3 output - source compiled test
FAIL: indirect output - gij test
FAIL: indirect -O3 output - bytecode->native test
FAIL: indirect_read output - source compiled test
FAIL: indirect_read output - gij test
FAIL: indirect_read output - bytecode->native test
FAIL: indirect_read -O3 output - source compiled test
FAIL: indirect_read output - gij test
FAIL: indirect_read -O3 output - bytecode->native test
FAIL: indirect_write output - source compiled test
FAIL: indirect_write output - gij test
FAIL: indirect_write output - bytecode->native test
FAIL: indirect_write -O3 output - source compiled test
FAIL: indirect_write output - gij test
FAIL: indirect_write -O3 output - bytecode->native test
FAIL: initexc output - source compiled test
FAIL: initexc output - gij test
FAIL: initexc output - bytecode->native test
FAIL: initexc -O3 output - source compiled test
FAIL: initexc output - gij test
FAIL: initexc -O3 output - bytecode->native test
FAIL: initfield output - source compiled test
FAIL: initfield output - gij test
FAIL: initfield output - bytecode->native test
FAIL: initfield -O3 output - source compiled test
FAIL: initfield output - gij test
FAIL: initfield -O3 output - bytecode->native test
FAIL: inline output - source compiled test
FAIL: inline output - gij test
FAIL: inline output - bytecode->native test
FAIL: inline -O3 output - source compiled test
FAIL: inline output - gij test
FAIL: inline -O3 output - bytecode->native test
FAIL: inner1 output - source compiled test
FAIL: inner1 output - gij test
FAIL: inner1 output - bytecode->native test
FAIL: inner1 -O3 output - source compiled test
FAIL: inner1 output - gij test
FAIL: inner1 -O3 output - bytecode->native test
FAIL: inner2 output - source compiled test
FAIL: inner2 output - gij test
FAIL: inner2 output - bytecode->native test
FAIL: inner2 -O3 output - source compiled test
FAIL: inner2 output - gij test
FAIL: inner2 -O3 output - bytecode->native test
FAIL: inner3 output - source compiled test
FAIL: inner3 output - gij test
FAIL: inner3 output - bytecode->native test
FAIL: inner3 -O3 output - source compiled test
FAIL: inner3 output - gij test
FAIL: inner3 -O3 output - bytecode->native test
FAIL: inner4 output - source compiled test
FAIL: inner4 output - gij test
FAIL: inner4 output - bytecode->native test
FAIL: inner4 -O3 output - source compiled test
FAIL: inner4 output - gij test
FAIL: inner4 -O3 output - bytecode->native test
FAIL: inner_array output - source compiled test
FAIL: inner_array output - gij test
FAIL: inner_array output - bytecode->native test
FAIL: inner_array -O3 output - source compiled test
FAIL: inner_array output - gij test
FAIL: inner_array -O3 output - bytecode->native test
FAIL: inner_interface output - source compiled test
FAIL: inner_interface output - gij test
FAIL: inner_interface output - bytecode->native test
FAIL: inner_interface -O3 output - source compiled test
FAIL: inner_interface output - gij test
FAIL: inner_interface -O3 output - bytecode->native test
FAIL: instance output - source compiled test
FAIL: instance output - gij test
FAIL: instance output - bytecode->native test
FAIL: instance -O3 output - source compiled test
FAIL: instance output - gij test
FAIL: instance -O3 output - bytecode->native test
FAIL: instinit output - source compiled test
FAIL: instinit output - gij test
FAIL: instinit output - bytecode->native test
FAIL: instinit -O3 output - source compiled test
FAIL: instinit output - gij test
FAIL: instinit -O3 output - bytecode->native test
FAIL: instinit2 output - source compiled test
FAIL: instinit2 output - gij test
FAIL: instinit2 output - bytecode->native test
FAIL: instinit2 -O3 output - source compiled test
FAIL: instinit2 output - gij test
FAIL: instinit2 -O3 output - bytecode->native test
FAIL: invoke_from_inner output - source compiled test
FAIL: invoke_from_inner output - gij test
FAIL: invoke_from_inner output - bytecode->native test
FAIL: invoke_from_inner -O3 output - source compiled test
FAIL: invoke_from_inner output - gij test
FAIL: invoke_from_inner -O3 output - bytecode->native test
FAIL: invokethrow output - source compiled test
FAIL: invokethrow output - gij test
FAIL: invokethrow output - bytecode->native test
FAIL: invokethrow -O3 output - source compiled test
FAIL: invokethrow output - gij test
FAIL: invokethrow -O3 output - bytecode->native test
FAIL: klass output - source compiled test
FAIL: klass output - gij test
FAIL: klass output - bytecode->native test
FAIL: klass -O3 output - source compiled test
FAIL: klass output - gij test
FAIL: klass -O3 output - bytecode->native test
FAIL: multiple_finit output - source compiled test
FAIL: multiple_finit output - gij test
FAIL: multiple_finit output - bytecode->native test
FAIL: multiple_finit -O3 output - source compiled test
FAIL: multiple_finit output - gij test
FAIL: multiple_finit -O3 output - bytecode->native test
FAIL: negzero output - source compiled test
FAIL: negzero output - gij test
FAIL: negzero output - bytecode->native test
FAIL: negzero -O3 output - source compiled test
FAIL: negzero output - gij test
FAIL: negzero -O3 output - bytecode->native test
FAIL: nested_with_ctor output - source compiled test
FAIL: nested_with_ctor output - gij test
FAIL: nested_with_ctor output - bytecode->native test
FAIL: nested_with_ctor -O3 output - source compiled test
FAIL: nested_with_ctor output - gij test
FAIL: nested_with_ctor -O3 output - bytecode->native test
FAIL: newarray_overflow output - source compiled test
FAIL: newarray_overflow output - gij test
FAIL: newarray_overflow output - bytecode->native test
FAIL: newarray_overflow -O3 output - source compiled test
FAIL: newarray_overflow output - gij test
FAIL: newarray_overflow -O3 output - bytecode->native test
FAIL: override output - source compiled test
FAIL: override output - gij test
FAIL: override output - bytecode->native test
FAIL: override -O3 output - source compiled test
FAIL: override output - gij test
FAIL: override -O3 output - bytecode->native test
FAIL: pr109 output - source compiled test
FAIL: pr109 output - gij test
FAIL: pr109 output - bytecode->native test
FAIL: pr109 -O3 output - source compiled test
FAIL: pr109 output - gij test
FAIL: pr109 -O3 output - bytecode->native test
FAIL: pr13107 output - source compiled test
FAIL: pr13107 output - gij test
FAIL: pr13107 output - bytecode->native test
FAIL: pr13107 -O3 output - source compiled test
FAIL: pr13107 output - gij test
FAIL: pr13107 -O3 output - bytecode->native test
FAIL: pr13107_2 output - source compiled test
FAIL: pr13107_2 output - gij test
FAIL: pr13107_2 -O3 output - source compiled test
FAIL: pr13107_2 output - gij test
FAIL: pr13107_3 output - source compiled test
FAIL: pr13107_3 output - gij test
FAIL: pr13107_3 -O3 output - source compiled test
FAIL: pr13107_3 output - gij test
FAIL: pr133 output - source compiled test
FAIL: pr133 output - gij test
FAIL: pr133 output - bytecode->native test
FAIL: pr133 -O3 output - source compiled test
FAIL: pr133 output - gij test
FAIL: pr133 -O3 output - bytecode->native test
FAIL: pr179 output - source compiled test
FAIL: pr179 output - gij test
FAIL: pr179 output - bytecode->native test
FAIL: pr179 -O3 output - source compiled test
FAIL: pr179 output - gij test
FAIL: pr179 -O3 output - bytecode->native test
FAIL: pr184 output - source compiled test
FAIL: pr184 output - gij test
FAIL: pr184 output - bytecode->native test
FAIL: pr184 -O3 output - source compiled test
FAIL: pr184 output - gij test
FAIL: pr184 -O3 output - bytecode->native test
FAIL: pr6388 output - source compiled test
FAIL: pr6388 output - gij test
FAIL: pr6388 output - bytecode->native test
FAIL: pr6388 -O3 output - source compiled test
FAIL: pr6388 output - gij test
FAIL: pr6388 -O3 output - bytecode->native test
FAIL: pr83 output - source compiled test
FAIL: pr83 output - gij test
FAIL: pr83 output - bytecode->native test
FAIL: pr83 -O3 output - source compiled test
FAIL: pr83 output - gij test
FAIL: pr83 -O3 output - bytecode->native test
FAIL: pr8415 output - source compiled test
FAIL: pr8415 output - gij test
FAIL: pr8415 output - bytecode->native test
FAIL: pr8415 -O3 output - source compiled test
FAIL: pr8415 output - gij test
FAIL: pr8415 -O3 output - bytecode->native test
FAIL: pr8676 output - source compiled test
FAIL: pr8676 output - gij test
FAIL: pr8676 output - bytecode->native test
FAIL: pr8676 -O3 output - source compiled test
FAIL: pr8676 output - gij test
FAIL: pr8676 -O3 output - bytecode->native test
FAIL: pr8823 output - source compiled test
FAIL: pr8823 output - gij test
FAIL: pr8823 output - bytecode->native test
FAIL: pr8823 -O3 output - source compiled test
FAIL: pr8823 output - gij test
FAIL: pr8823 -O3 output - bytecode->native test
FAIL: pr8945 output - source compiled test
FAIL: pr8945 output - gij test
FAIL: pr8945 output - bytecode->native test
FAIL: pr8945 -O3 output - source compiled test
FAIL: pr8945 output - gij test
FAIL: pr8945 -O3 output - bytecode->native test
FAIL: private_direct_read output - source compiled test
FAIL: private_direct_read output - gij test
FAIL: private_direct_read output - bytecode->native test
FAIL: private_direct_read -O3 output - source compiled test
FAIL: private_direct_read output - gij test
FAIL: private_direct_read -O3 output - bytecode->native test
FAIL: search_outer output - source compiled test
FAIL: search_outer output - gij test
FAIL: search_outer output - bytecode->native test
FAIL: search_outer -O3 output - source compiled test
FAIL: search_outer output - gij test
FAIL: search_outer -O3 output - bytecode->native test
FAIL: stringconst output - gij test
FAIL: stringconst output - bytecode->native test
FAIL: stringconst output - gij test
FAIL: stringconst -O3 output - bytecode->native test
FAIL: stringconst2 output - source compiled test
FAIL: stringconst2 output - gij test
FAIL: stringconst2 output - bytecode->native test
FAIL: stringconst2 -O3 output - source compiled test
FAIL: stringconst2 output - gij test
FAIL: stringconst2 -O3 output - bytecode->native test
FAIL: stub output - source compiled test
FAIL: stub output - gij test
FAIL: stub output - bytecode->native test
FAIL: stub -O3 output - source compiled test
FAIL: stub output - gij test
FAIL: stub -O3 output - bytecode->native test
FAIL: test_long output - source compiled test
FAIL: test_long output - gij test
FAIL: test_long output - bytecode->native test
FAIL: test_long -O3 output - source compiled test
FAIL: test_long output - gij test
FAIL: test_long -O3 output - bytecode->native test
FAIL: tmi output - source compiled test
FAIL: tmi output - gij test
FAIL: tmi output - bytecode->native test
FAIL: tmi -O3 output - source compiled test
FAIL: tmi output - gij test
FAIL: tmi -O3 output - bytecode->native test
FAIL: tp output - source compiled test
FAIL: tp output - gij test
FAIL: tp output - bytecode->native test
FAIL: tp -O3 output - source compiled test
FAIL: tp output - gij test
FAIL: tp -O3 output - bytecode->native test
FAIL: update_outer output - source compiled test
FAIL: update_outer output - gij test
FAIL: update_outer output - bytecode->native test
FAIL: update_outer -O3 output - source compiled test
FAIL: update_outer output - gij test
FAIL: update_outer -O3 output - bytecode->native test
FAIL: utf8concat output - source compiled test
FAIL: utf8concat output - gij test
FAIL: utf8concat output - bytecode->native test
FAIL: utf8concat -O3 output - source compiled test
FAIL: utf8concat output - gij test
FAIL: utf8concat -O3 output - bytecode->native test
FAIL: utilTest output - source compiled test
FAIL: utilTest output - gij test
FAIL: utilTest output - bytecode->native test
FAIL: utilTest -O3 output - source compiled test
FAIL: utilTest output - gij test
FAIL: utilTest -O3 output - bytecode->native test
FAIL: verify output - source compiled test
FAIL: verify output - gij test
FAIL: verify output - bytecode->native test
FAIL: verify -O3 output - source compiled test
FAIL: verify output - gij test
FAIL: verify -O3 output - bytecode->native test
FAIL: /abuild/gcc-test/gcc/objdir/i686-pc-linux-gnu/libjava/testsuite/TestEarlyGC.exe output - /abuild/gcc-test/gcc/objdir/i686-pc-linux-gnu/libjava/testsuite/TestEarlyGC.exe
FAIL: /abuild/gcc-test/gcc/objdir/i686-pc-linux-gnu/libjava/testsuite/TestLeak.exe output - /abuild/gcc-test/gcc/objdir/i686-pc-linux-gnu/libjava/testsuite/TestLeak.exe
FAIL: /abuild/gcc-test/gcc/objdir/i686-pc-linux-gnu/libjava/testsuite/TestMultiple.exe output - /abuild/gcc-test/gcc/objdir/i686-pc-linux-gnu/libjava/testsuite/TestMultiple.exe
FAIL: /abuild/gcc-test/gcc/objdir/i686-pc-linux-gnu/libjava/testsuite/TestParent.exe output - /abuild/gcc-test/gcc/objdir/i686-pc-linux-gnu/libjava/testsuite/TestParent.exe

		=== libjava Summary ===

# of expected passes		2416
# of unexpected failures	915
# of expected failures		14
# of untested testcases		16
		=== libmudflap tests ===


Running target unix
FAIL: libmudflap.c++/pass41-frag.cxx (test for excess errors)
WARNING: libmudflap.c++/pass41-frag.cxx compilation failed to produce executable
FAIL: libmudflap.c++/pass41-frag.cxx (-static) (test for excess errors)
WARNING: libmudflap.c++/pass41-frag.cxx (-static) compilation failed to produce executable
FAIL: libmudflap.c++/pass41-frag.cxx (-O2) (test for excess errors)
WARNING: libmudflap.c++/pass41-frag.cxx (-O2) compilation failed to produce executable
FAIL: libmudflap.c++/pass41-frag.cxx (-O3) (test for excess errors)
WARNING: libmudflap.c++/pass41-frag.cxx (-O3) compilation failed to produce executable

		=== libmudflap Summary ===

# of expected passes		1084
# of unexpected failures	4
		=== libstdc++ tests ===


Running target unix
XPASS: 26_numerics/c99_classification_macros_c.cc (test for excess errors)

		=== libstdc++ Summary ===

# of expected passes		2669
# of unexpected successes	1
# of expected failures		5

Compiler version: 3.5.0-tree-profiling 20040517 (experimental) 
Platform: i686-pc-linux-gnu
configure flags: --enable-languages=c,c++,f95,java,objc
Tail of the log:
FAIL: search_outer output - gij test
FAIL: search_outer output - bytecode->native test
FAIL: search_outer -O3 output - source compiled test
FAIL: search_outer output - gij test
FAIL: search_outer -O3 output - bytecode->native test
FAIL: stringconst output - gij test
FAIL: stringconst output - bytecode->native test
FAIL: stringconst output - gij test
FAIL: stringconst -O3 output - bytecode->native test
FAIL: stringconst2 output - source compiled test
FAIL: stringconst2 output - gij test
FAIL: stringconst2 output - bytecode->native test
FAIL: stringconst2 -O3 output - source compiled test
FAIL: stringconst2 output - gij test
FAIL: stringconst2 -O3 output - bytecode->native test
FAIL: stub output - source compiled test
FAIL: stub output - gij test
FAIL: stub output - bytecode->native test
FAIL: stub -O3 output - source compiled test
FAIL: stub output - gij test
FAIL: stub -O3 output - bytecode->native test
FAIL: test_long output - source compiled test
FAIL: test_long output - gij test
FAIL: test_long output - bytecode->native test
FAIL: test_long -O3 output - source compiled test
FAIL: test_long output - gij test
FAIL: test_long -O3 output - bytecode->native test
FAIL: tmi output - source compiled test
FAIL: tmi output - gij test
FAIL: tmi output - bytecode->native test
FAIL: tmi -O3 output - source compiled test
FAIL: tmi output - gij test
FAIL: tmi -O3 output - bytecode->native test
FAIL: tp output - source compiled test
FAIL: tp output - gij test
FAIL: tp output - bytecode->native test
FAIL: tp -O3 output - source compiled test
FAIL: tp output - gij test
FAIL: tp -O3 output - bytecode->native test
FAIL: update_outer output - source compiled test
FAIL: update_outer output - gij test
FAIL: update_outer output - bytecode->native test
FAIL: update_outer -O3 output - source compiled test
FAIL: update_outer output - gij test
FAIL: update_outer -O3 output - bytecode->native test
FAIL: utf8concat output - source compiled test
FAIL: utf8concat output - gij test
FAIL: utf8concat output - bytecode->native test
FAIL: utf8concat -O3 output - source compiled test
FAIL: utf8concat output - gij test
FAIL: utf8concat -O3 output - bytecode->native test
FAIL: utilTest output - source compiled test
FAIL: utilTest output - gij test
FAIL: utilTest output - bytecode->native test
FAIL: utilTest -O3 output - source compiled test
FAIL: utilTest output - gij test
FAIL: utilTest -O3 output - bytecode->native test
FAIL: verify output - source compiled test
FAIL: verify output - gij test
FAIL: verify output - bytecode->native test
FAIL: verify -O3 output - source compiled test
FAIL: verify output - gij test
FAIL: verify -O3 output - bytecode->native test
Running /abuild/gcc-test/gcc/libjava/testsuite/libjava.loader/loader.exp ...
FAIL: /abuild/gcc-test/gcc/objdir/i686-pc-linux-gnu/libjava/testsuite/TestEarlyGC.exe output - /abuild/gcc-test/gcc/objdir/i686-pc-linux-gnu/libjava/testsuite/TestEarlyGC.exe
FAIL: /abuild/gcc-test/gcc/objdir/i686-pc-linux-gnu/libjava/testsuite/TestLeak.exe output - /abuild/gcc-test/gcc/objdir/i686-pc-linux-gnu/libjava/testsuite/TestLeak.exe
FAIL: /abuild/gcc-test/gcc/objdir/i686-pc-linux-gnu/libjava/testsuite/TestMultiple.exe output - /abuild/gcc-test/gcc/objdir/i686-pc-linux-gnu/libjava/testsuite/TestMultiple.exe
FAIL: /abuild/gcc-test/gcc/objdir/i686-pc-linux-gnu/libjava/testsuite/TestParent.exe output - /abuild/gcc-test/gcc/objdir/i686-pc-linux-gnu/libjava/testsuite/TestParent.exe
Running /abuild/gcc-test/gcc/libjava/testsuite/libjava.mauve/mauve.exp ...
Running /abuild/gcc-test/gcc/libjava/testsuite/libjava.verify/verify.exp ...

		=== libjava Summary ===

# of expected passes		2416
# of unexpected failures	915
# of expected failures		14
# of untested testcases		16
make[3]: *** [check-DEJAGNU] Error 1
make[3]: Leaving directory `/abuild/gcc-test/gcc/objdir/i686-pc-linux-gnu/libjava/testsuite'
make[2]: *** [check-am] Error 2
make[2]: Target `check' not remade because of errors.
make[2]: Leaving directory `/abuild/gcc-test/gcc/objdir/i686-pc-linux-gnu/libjava/testsuite'
Making check in gcj
make[2]: Entering directory `/abuild/gcc-test/gcc/objdir/i686-pc-linux-gnu/libjava/gcj'
make[2]: Leaving directory `/abuild/gcc-test/gcc/objdir/i686-pc-linux-gnu/libjava/gcj'
Making check in include
make[2]: Entering directory `/abuild/gcc-test/gcc/objdir/i686-pc-linux-gnu/libjava/include'
make[2]: Leaving directory `/abuild/gcc-test/gcc/objdir/i686-pc-linux-gnu/libjava/include'
make[2]: Entering directory `/abuild/gcc-test/gcc/objdir/i686-pc-linux-gnu/libjava'
make[2]: Nothing to be done for `check-am'.
make[2]: Leaving directory `/abuild/gcc-test/gcc/objdir/i686-pc-linux-gnu/libjava'
make[1]: *** [check-recursive] Error 1
make[1]: Target `check' not remade because of errors.
make[1]: Leaving directory `/abuild/gcc-test/gcc/objdir/i686-pc-linux-gnu/libjava'
make: *** [check-target-libjava] Error 2
make: Target `check' not remade because of errors.
Running /abuild/gcc-test/compare_tests /abuild/gcc-test/test_results.without /abuild/gcc-test/test_results.with > /abuild/gcc-test/test_difference
-rw-r--r--    1 root     root      3028968 May 25 23:53 /abuild/gcc-test/test_results.with
-rw-r--r--    1 root     root      3028968 May 25 22:48 /abuild/gcc-test/test_results.without
-rw-r--r--    1 root     root            0 May 26 00:00 /abuild/gcc-test/test_difference


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