BUILD FAILED:
Ant Error Message:
/export/cruise/trunk/cc/projects/drlvm/trunk/build/make/build.xml:472: The
following error occurred while executing this line:
/export/cruise/trunk/cc/projects/drlvm/trunk/build/make/targets/reg.test.run.xml:122:
There were test failures
Date of build: 08/20/2007 19:08:36
Time to build: 41 minutes 12 seconds
Last changed: 08/20/2007 18:10:49
Last log entry: Fixed the mistake in commit 567096. The native_thread should be
initialized in "if"
***********************************************************
Execution log (errors/warnings messages):
Configuration:
Hosting Java = 1.5.0_08 (Sun Microsystems Inc.)
classlib root = /export/cruise/trunk/cc/projects/classlib/trunk
os = Linux
arch = ia32
cxx = gcc
cfg = debug
svn revision = ${svn.revision}
components = deploy
Note: Some input files use or override a deprecated API.
Note: Recompile with -Xlint:deprecation for details.
=====================================
DRLVM Regression Testing on platform: linux.x86
=====================================
The GC did not provide gc_add_weak_root_set_entry()
Running on JET
Running on OPT
Running on interpreter
The GC did not provide gc_add_weak_root_set_entry()
Running on JIT
Running on interpreter
Running on OPT
Running on OPT
==> VM Init callback
==> Exception callback
for class:
Lorg/apache/harmony/drlvm/tests/regression/h3341/InvokeAgentException;
Stopping test thread...
==> VM Init callback
==> Exception callback
for class:
Lorg/apache/harmony/drlvm/tests/regression/h3698/InvokeAgentException;
Exception location: test()V : 15
Catch clause location: test()V : 16
Top frame location: test()V : 15
TEST PASSED
==> VM Init callback
==> Class Prepare callback
for class: Lorg/apache/harmony/drlvm/tests/regression/h3730/StepM2N;
==> Breakpoint callback
at: inner()V :0
==> Frame Pop callback
at: inner()V
==> Single Step callback
at: Lorg/apache/harmony/drlvm/tests/regression/h3730/StepM2N;.outer()V :25
expected location reached
TEST PASSED
The GC did not provide gc_add_weak_root_set_entry()
==> VM Init callback
==> Exception callback
for class:
Lorg/apache/harmony/drlvm/tests/regression/h3894/InvokeAgentException;
Child threads:
0: child thread 1
1: child thread 4
2: child thread 0
3: child thread 7
4: child thread 10
5: child thread 2
6: child thread 5
7: child thread 13
8: child thread 8
9: child thread 11
10: child thread 3
11: child thread 6
12: child thread 14
13: child thread 9
14: child thread 12
Child groups:
0: empty child group 0
1: empty child group 1
2: child group 0
3: child group 1
4: child group 2
5: child group 3
6: child group 4
7: child group 5
8: child group 6
9: child group 7
10: child group 8
11: child group 9
12: child group 10
13: child group 11
14: child group 12
15: child group 13
16: child group 14
Checking threads...
Array length: 15
Expected length: 15
Checking groups...
Array length: 17
Expected length: 17
TEST PASSED
==> VM Init callback
==> Exception callback
for class:
Lorg/apache/harmony/drlvm/tests/regression/h3909/InvokeAgentException;
System group: system
All threads:
0: ref handler in group: system
1: finalizer in group: system
ok
2: main in group: main
Found 1 finalizer threads. All in system group
TEST PASSED
==> VM Init callback
starting native thread...
native thread stated
java:
/export/cruise/trunk/cc/projects/drlvm/trunk/vm/vmcore/src/init/vm_init.cpp:607:
jint vm_attach_internal(JNIEnv**, _jobject**, JavaVM*, _jobject*, char*,
unsigned char): Assertion `native_thread' failed.
==> VM Init callback
==> Exception callback
for class:
Lorg/apache/harmony/drlvm/tests/regression/h4512/InvokeAgentException;
calling GetCurrentThreadCpuTime()...
ok.
TEST PASSED
========================================
Regression testing report was stored in:
========================================
/export/cruise/trunk/cc/projects/drlvm/trunk/build/lnx_ia32_gcc_debug/semis/reg.tests/reports/html
========================================
***********************************************************
Unit Tests: (135)
***********************************************************
Modifications since last successful build: (22)
modified gshimansky
/harmony/enhanced/drlvm/trunk/vm/vmcore/src/init/vm_init.cpp 08/20/2007
18:10:49 Fixed the mistake in commit 567096. The native_thread should be
initialized in "if"
modified gshimansky
/harmony/enhanced/drlvm/trunk/vm/tests/smoke/io/Integers.java 08/20/2007
17:38:24 Make recursion depth less in this test because sometimes it hits SOE
modified leoli
/harmony/enhanced/classlib/trunk/modules/luni/src/main/java/java/util/ResourceBundle.java
08/20/2007 14:39:01 Apply patch for HARMONY-4625([classlib][luni]An
unnecessary magic number in java.util.ResourceBundle.handleGetBundle).
modified aivanov
/harmony/enhanced/classlib/trunk/modules/swing/src/test/api/java.injected/javax/swing/text/html/HTMLTest.java
08/20/2007 14:27:15 Removing redundant try-catch from testResolveURL() as
JUnit handles exceptions automatically.
modified leoli
/harmony/enhanced/classlib/trunk/modules/luni/src/main/java/org/apache/harmony/luni/platform/OSResourcesMonitor.java
08/20/2007 14:04:36 Refractor in
org.apache.harmony.luni.platform.OSResourcesMonitor(Delete two useless
constants).
modified aivanov
/harmony/enhanced/classlib/trunk/modules/swing/src/test/api/java.injected/javax/swing/undo/CompoundEditTest.java
08/20/2007 14:02:02 Applying patch from HARMONY-2649: [classlib][swing]
j.s.undo.UndoManager.edits has different capacity
modified aivanov
/harmony/enhanced/classlib/trunk/modules/swing/src/main/java/common/javax/swing/undo/UndoManager.java
08/20/2007 14:02:02 Applying patch from HARMONY-2649: [classlib][swing]
j.s.undo.UndoManager.edits has different capacity
modified aivanov
/harmony/enhanced/classlib/trunk/modules/swing/src/test/api/java.injected/javax/swing/undo/UndoManagerTest.java
08/20/2007 14:02:02 Applying patch from HARMONY-2649: [classlib][swing]
j.s.undo.UndoManager.edits has different capacity
added leoli
/harmony/enhanced/classlib/trunk/modules/luni/src/main/java/org/apache/harmony/luni/platform/OSResourcesMonitor.java
08/20/2007 14:00:23 Apply patch for HARMONY-3148( [Classlib][nio] alloc many
DirectByteBuffers may cause memory-out-error).
added leoli
/harmony/enhanced/classlib/trunk/modules/luni/src/main/native/luni/unix/OSResourcesMonitorLinux.c
08/20/2007 14:00:23 Apply patch for HARMONY-3148( [Classlib][nio] alloc many
DirectByteBuffers may cause memory-out-error).
modified leoli
/harmony/enhanced/classlib/trunk/modules/luni/src/main/native/luni/windows/OSMemory.h
08/20/2007 14:00:23 Apply patch for HARMONY-3148( [Classlib][nio] alloc many
DirectByteBuffers may cause memory-out-error).
modified leoli
/harmony/enhanced/classlib/trunk/modules/luni/src/main/java/org/apache/harmony/luni/platform/OSMemory.java
08/20/2007 14:00:23 Apply patch for HARMONY-3148( [Classlib][nio] alloc many
DirectByteBuffers may cause memory-out-error).
modified leoli
/harmony/enhanced/classlib/trunk/modules/luni/src/main/native/luni/unix/OSMemory.c
08/20/2007 14:00:23 Apply patch for HARMONY-3148( [Classlib][nio] alloc many
DirectByteBuffers may cause memory-out-error).
added leoli
/harmony/enhanced/classlib/trunk/modules/luni/src/main/native/luni/shared/OSResourcesMonitor.h
08/20/2007 14:00:23 Apply patch for HARMONY-3148( [Classlib][nio] alloc many
DirectByteBuffers may cause memory-out-error).
modified leoli
/harmony/enhanced/classlib/trunk/modules/luni/src/main/native/luni/unix/makefile
08/20/2007 14:00:23 Apply patch for HARMONY-3148( [Classlib][nio] alloc many
DirectByteBuffers may cause memory-out-error).
added leoli
/harmony/enhanced/classlib/trunk/modules/luni/src/main/native/luni/windows/OSResourcesMonitorWin32.c
08/20/2007 14:00:23 Apply patch for HARMONY-3148( [Classlib][nio] alloc many
DirectByteBuffers may cause memory-out-error).
modified leoli
/harmony/enhanced/classlib/trunk/modules/luni/src/main/native/luni/unix/OSMemory.h
08/20/2007 14:00:23 Apply patch for HARMONY-3148( [Classlib][nio] alloc many
DirectByteBuffers may cause memory-out-error).
modified leoli
/harmony/enhanced/classlib/trunk/modules/luni/src/main/native/luni/unix/exports.txt
08/20/2007 14:00:23 Apply patch for HARMONY-3148( [Classlib][nio] alloc many
DirectByteBuffers may cause memory-out-error).
modified leoli
/harmony/enhanced/classlib/trunk/modules/luni/src/main/native/luni/windows/OSMemory.c
08/20/2007 14:00:23 Apply patch for HARMONY-3148( [Classlib][nio] alloc many
DirectByteBuffers may cause memory-out-error).
modified leoli
/harmony/enhanced/classlib/trunk/modules/luni/src/main/native/luni/windows/makefile
08/20/2007 14:00:23 Apply patch for HARMONY-3148( [Classlib][nio] alloc many
DirectByteBuffers may cause memory-out-error).
modified pyang
/harmony/enhanced/classlib/trunk/modules/math/src/main/java/java/math/BigInteger.java
08/20/2007 10:42:39 Fix HARMONY-4650(BigInteger(int signum, int digits[])
constructor bug)
modified xli
/harmony/enhanced/drlvm/trunk/vm/gc_gen/src/los/lspace_alloc_collect.cpp
08/18/2007 15:49:49 restore a fix that was removed by last commit. (the fix is
for outofmemory.* failures)