BUILD FAILED:
Ant Error Message:
C:\cruise\trunk\cc\projects\drlvm\trunk\build\make\build.xml:474: The following
error occurred while executing this line:
C:\cruise\trunk\cc\projects\drlvm\trunk\build\make\targets\reg.test.run.xml:122:
There were test failures
Date of build: 06/19/2007 04:08:03
Time to build: 33 minutes 48 seconds
Last changed: 06/19/2007 00:19:53
Last log entry: Applying patch from HARMONY-4069 ([classlib][launcher] 'java
-help', 'java -X' output is very poor)
***********************************************************
Execution log (errors/warnings messages):
Configuration:
Hosting Java = 1.5.0_08 (Sun Microsystems Inc.)
classlib root = C:\cruise\trunk\cc\projects\classlib\trunk
os = Windows
arch = ia32
cxx = msvc
cfg = debug
svn revision = ${svn.revision}
components = deploy
=====================================
DRLVM Regression Testing on platform: windows.x86
=====================================
vf_debug: verifying class
org/apache/harmony/drlvm/tests/regression/h1857/TestClass (method tryMe()V)
couldn't load class
"org/apache/harmony/drlvm/tests/regression/h1857/MissedThrowable"
vf_debug: VerifyError: Couldn't load class:
org/apache/harmony/drlvm/tests/regression/h1857/MissedThrowable
The GC did not provide gc_add_weak_root_set_entry()
Running on JET
Running on OPT
Running on interpreter
vf_debug: VerifyError: (class:
org/apache/harmony/drlvm/tests/regression/h2103/SupClass, method: test()I)
Incompatible object argument for invokespecial
vf_debug: verifying class
org/apache/harmony/drlvm/tests/regression/h2808/finTest1 (method test()V)
couldn't load class "org/apache/harmony/drlvm/tests/regression/h2808/finTest2"
vf_debug: VerifyError: Couldn't load class:
org/apache/harmony/drlvm/tests/regression/h2808/finTest2
The GC did not provide gc_add_weak_root_set_entry()
Running on JIT
Running on interpreter
vf_debug: verifying class
org/apache/harmony/drlvm/tests/regression/h3048/MyTestSuper (method
<clinit>()V) couldn't load class
"org/apache/harmony/drlvm/tests/regression/h3048/MyException"
vf_debug: VerifyError: Couldn't load class:
org/apache/harmony/drlvm/tests/regression/h3048/MyException
Running on OPT
Running on OPT
Heap operand o21[o19(ESP)+o20(-12)]:intptr contains no sub-operands of type
Object or ManagedPointer
Heap address type verification failure
Verification failure after stack
==> 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 2
1: child thread 9
2: child thread 12
3: child thread 5
4: child thread 14
5: child thread 8
6: child thread 0
7: child thread 3
8: child thread 10
9: child thread 6
10: child thread 1
11: child thread 4
12: child thread 11
13: child thread 13
14: child thread 7
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...
==> VM Init finished
native thread stated
==> Exception callback
for class:
Lorg/apache/harmony/drlvm/tests/regression/h3982/InvokeAgentException;
All threads:
0: attached_thread in group: main
1: ref handler in group: system
2: finalizer in group: system
3: main in group: main
Atached thread stack [0]
TEST PASSED
native thread finished
========================================
Regression testing report was stored in:
========================================
C:\cruise\trunk\cc\projects\drlvm\trunk\build\win_ia32_msvc_debug\semis\reg.tests/reports/html
========================================
***********************************************************
Unit Tests: (107)
***********************************************************
Modifications since last successful build: (18)
modified ayza
/harmony/enhanced/classlib/trunk/modules/luni/src/main/native/launcher/shared/main.c
06/19/2007 00:19:53 Applying patch from HARMONY-4069 ([classlib][launcher]
'java -help', 'java -X' output is very poor)
modified gshimansky
/harmony/enhanced/drlvm/trunk/vm/jitrino/src/codegenerator/ia32/Ia32Inst.h
06/18/2007 23:40:26 Applied HARMONY-4118[drlvm][jit] Stack overflow handling
support in Jitrino compiler
modified gshimansky
/harmony/enhanced/drlvm/trunk/vm/jitrino/src/codegenerator/ia32/Ia32StackLayout.cpp
06/18/2007 23:40:26 Applied HARMONY-4118[drlvm][jit] Stack overflow handling
support in Jitrino compiler
modified gshimansky
/harmony/enhanced/drlvm/trunk/vm/jitrino/src/codegenerator/ia32/Ia32IRManager.cpp
06/18/2007 23:40:26 Applied HARMONY-4118[drlvm][jit] Stack overflow handling
support in Jitrino compiler
modified gshimansky
/harmony/enhanced/drlvm/trunk/vm/jitrino/src/codegenerator/ia32/Ia32IRManager.h
06/18/2007 23:40:26 Applied HARMONY-4118[drlvm][jit] Stack overflow handling
support in Jitrino compiler
modified gshimansky
/harmony/enhanced/drlvm/trunk/src/test/regression/excludes/exclude.windows.x86_64
06/18/2007 23:40:26 Applied HARMONY-4118[drlvm][jit] Stack overflow handling
support in Jitrino compiler
added gshimansky
/harmony/enhanced/drlvm/trunk/src/test/regression/H1859/Test.java 06/18/2007
23:40:26 Applied HARMONY-4118[drlvm][jit] Stack overflow handling support in
Jitrino compiler
modified gshimansky /harmony/enhanced/drlvm/trunk/vm/jitrino/src/jet/cg.cpp
06/18/2007 23:40:26 Applied HARMONY-4118[drlvm][jit] Stack overflow handling
support in Jitrino compiler
added gshimansky /harmony/enhanced/drlvm/trunk/src/test/regression/H1859
06/18/2007 23:40:26 Applied HARMONY-4118[drlvm][jit] Stack overflow handling
support in Jitrino compiler
added gshimansky
/harmony/enhanced/drlvm/trunk/src/test/regression/H1859/run.test.xml 06/18/2007
23:40:26 Applied HARMONY-4118[drlvm][jit] Stack overflow handling support in
Jitrino compiler
modified gshimansky
/harmony/enhanced/drlvm/trunk/src/test/regression/excludes/exclude.linux.x86_64
06/18/2007 23:40:26 Applied HARMONY-4118[drlvm][jit] Stack overflow handling
support in Jitrino compiler
modified gshimansky
/harmony/enhanced/drlvm/trunk/vm/vmcore/src/kernel_classes/native/org_apache_harmony_vm_VMStack.cpp
06/18/2007 23:38:45 Applied HARMONY-3542[drlvm][thread] VM crashes on getting
stack traces
modified gshimansky
/harmony/enhanced/drlvm/trunk/vm/vmcore/src/jvmti/jvmti_stack.cpp 06/18/2007
23:38:45 Applied HARMONY-3542[drlvm][thread] VM crashes on getting stack traces
modified gshimansky
/harmony/enhanced/drlvm/trunk/vm/vmcore/src/class_support/classloader.cpp
06/18/2007 23:37:02 Applied HARMONY-4063[drlvm][classloader] Crash in the
classoader on BootstrapClassLoader initialization
modified gshimansky
/harmony/enhanced/drlvm/trunk/vm/vmcore/src/class_support/Class_File_Loader.cpp
06/18/2007 23:35:49 Applied HARMONY-4193[drlvm][classloader] Improvements to
Class_File_Loader.cpp
modified gshimansky
/harmony/enhanced/drlvm/trunk/build/make/excludes/exclude.drlvm_smoke.windows.x86.srv
06/18/2007 23:33:35 Applied HARMONY-3731[drlvm][shutdown] FinalizeStackTest
failed in opt/srv mode on Win32and unexcluded FinalizeStackTest for win32
configs
modified gshimansky
/harmony/enhanced/drlvm/trunk/build/make/excludes/exclude.drlvm_smoke.windows.x86.opt
06/18/2007 23:33:35 Applied HARMONY-3731[drlvm][shutdown] FinalizeStackTest
failed in opt/srv mode on Win32and unexcluded FinalizeStackTest for win32
configs
modified gshimansky
/harmony/enhanced/drlvm/trunk/vm/vmcore/src/init/vm_shutdown.cpp 06/18/2007
23:33:35 Applied HARMONY-3731[drlvm][shutdown] FinalizeStackTest failed in
opt/srv mode on Win32and unexcluded FinalizeStackTest for win32 configs