This is the mail archive of the java-patches@gcc.gnu.org mailing list for the Java 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: [libjava PATCH] Conditionalize use of thread priority scheduling


On Sat, Mar 01, 2003 at 04:59:58PM -0700, Tom Tromey wrote:

 > How well does libgcj do on NetBSD?

This is from sources about a week old (including the fix I posted):

                === libjava tests ===


Running target unix
FAIL: FileHandleGcTest execution - source compiled test
FAIL: FileHandleGcTest execution - gij test
FAIL: FileHandleGcTest execution - bytecode->native test
FAIL: FileHandleGcTest -O execution - source compiled test
FAIL: FileHandleGcTest execution - gij test
FAIL: FileHandleGcTest -O execution - bytecode->native test
FAIL: SyncGlobal -O execution - bytecode->native test
FAIL: SyncTest execution - gij test    
FAIL: SyncTest execution - bytecode->native test
FAIL: SyncTest execution - gij test
FAIL: SyncTest -O execution - bytecode->native test
FAIL: Thread_Interrupt execution - source compiled test
FAIL: Thread_Interrupt execution - gij test
FAIL: Thread_Interrupt execution - bytecode->native test 
FAIL: Thread_Interrupt -O execution - source compiled test
FAIL: Thread_Interrupt execution - gij test
FAIL: Thread_Interrupt -O execution - bytecode->native test
FAIL: Thread_Wait_2 -O execution - bytecode->native test
FAIL: Throw_2 execution - source compiled test
FAIL: Throw_2 execution - gij test
FAIL: Throw_2 execution - bytecode->native test
FAIL: Throw_2 -O execution - source compiled test
FAIL: Throw_2 execution - gij test
FAIL: Throw_2 -O execution - bytecode->native test
FAIL: /FSF/gcc/build/wasabi-i386-i386-2.0/i386-wasabi-netbsdelf2.0/libjava/tests
uite/TestEarlyGC.exe execution - /FSF/gcc/build/wasabi-i386-i386-2.0/i386-wasabi
-netbsdelf2.0/libjava/testsuite/TestEarlyGC.exe
FAIL: /FSF/gcc/build/wasabi-i386-i386-2.0/i386-wasabi-netbsdelf2.0/libjava/tests
uite/TestLeak.exe execution - /FSF/gcc/build/wasabi-i386-i386-2.0/i386-wasabi-ne
tbsdelf2.0/libjava/testsuite/TestLeak.exe

                === libjava Summary ===

# of expected passes            2891
# of unexpected failures        26
# of expected failures          16 
# of untested testcases         38

Some of these should go away once I make boehm-gc grok NetBSD's pthreads.

-- 
        -- Jason R. Thorpe <thorpej at wasabisystems dot com>


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