This test fails with b08 on windows with the client compiler. It passes with
the server compiler. It passes with -client -Xint.
The test is
$TESTBASE/testbase/testbase_vm/src/jit/symcjit/4139729/Calendar/CalendarTest CalendarTest
I ran this under runThese. The output of the test is
Windows_NT MUSHER 4 00 586
..................................................................
......................................
[Enter:CalendarTest]
CalendarTest {
TestFieldSet4781 Passed
TestGenericAPI Passed
TestDisambiguation765 {
FAIL: 1997 third day of June = Mon Jun 02 23:00:00 PST 1997; expected 1997/6/3
Uncaught exception thrown in test method TestDisambiguation765
#Failed - Exception: [java.lang.RuntimeException]; CalendarTest; (1,0,1,0,0)
[Exit:CalendarTest]
runThese Finished
# START: Thu Apr 11 11:02:19 PST 2002
# END: Thu Apr 11 11:02:23 PST 2002
#ELAPSED: 0 0:0:3
......................................................
# TESTS: 1
# PASSED: 0 0.0%
# FAILED: 0 0.0%
# EXCPTN: 1 100.0%
# ??????: 0 0.0%
Tests start time: Thu Apr 11 12:02:19 PDT 2002
Tests finish time: Thu Apr 11 12:02:27 PDT 2002
Total number of tests: 1
Total number of passed tests: 0
Total number of failed tests: 1
Total number of crashed tests: 0
the server compiler. It passes with -client -Xint.
The test is
$TESTBASE/testbase/testbase_vm/src/jit/symcjit/4139729/Calendar/CalendarTest CalendarTest
I ran this under runThese. The output of the test is
Windows_NT MUSHER 4 00 586
..................................................................
......................................
[Enter:CalendarTest]
CalendarTest {
TestFieldSet4781 Passed
TestGenericAPI Passed
TestDisambiguation765 {
FAIL: 1997 third day of June = Mon Jun 02 23:00:00 PST 1997; expected 1997/6/3
Uncaught exception thrown in test method TestDisambiguation765
#Failed - Exception: [java.lang.RuntimeException]; CalendarTest; (1,0,1,0,0)
[Exit:CalendarTest]
runThese Finished
# START: Thu Apr 11 11:02:19 PST 2002
# END: Thu Apr 11 11:02:23 PST 2002
#ELAPSED: 0 0:0:3
......................................................
# TESTS: 1
# PASSED: 0 0.0%
# FAILED: 0 0.0%
# EXCPTN: 1 100.0%
# ??????: 0 0.0%
Tests start time: Thu Apr 11 12:02:19 PDT 2002
Tests finish time: Thu Apr 11 12:02:27 PDT 2002
Total number of tests: 1
Total number of passed tests: 0
Total number of failed tests: 1
Total number of crashed tests: 0
- relates to
-
JDK-4671346 Regression test: text.Format/util.TimeZone test cases fail on Win32
- Closed