JDK-8038219 : Test sun/util/calendar/zi/TestZoneInfo310.java fails in 8u11 nightly build
  • Type: Bug
  • Component: core-libs
  • Sub-Component: java.time
  • Affected Version: 8u11
  • Priority: P2
  • Status: Resolved
  • Resolution: Duplicate
  • OS: generic
  • CPU: generic
  • Submitted: 2014-03-24
  • Updated: 2014-03-27
  • Resolved: 2014-03-27
Related Reports
Duplicate :  
Relates :  
Description
Testsuite name: Regression
Test name: sun/util/calendar/zi/TestZoneInfo310.java
JDk tested: 8u11 nightly /net/aurora-ds.us.oracle.com/data/export/aurora/sca/scanas411/export/java-re/build/re3/nightlyws/jdk8u-cpu/b01_2014-03-21-0902_2539/ws-b01_2014-03-21-0902_2539/
OS tested: All

LOG:

----------System.out:(19/679)----------
Compiling tz files!
testing!
OLD.getZoneInfoOld()[1]=210
OLD.getZoneInfoOld()[2]=98
OLD.getZoneInfoOld()[3]=77
OLD.getAvailableIDs()=234, total=613
OLD.getAliasTable()=98, total=177
OLD.TotalTZ()=12 (ms)
NEW.getTimeZone()[1]=11
NEW.getTimeZone()[2]=1
NEW.getTimeZone()[3]=1
NEW.getAvailableIDs()=10, total=613
NEW.getAliasTable()=47, total=177
NEW.TotalTZ()=0 (ms)
******************************
Asia/Istanbul : Asia/Istanbul
    offset=7200000,dstSavings=3600000,useDaylight=true,transitions=171,offsets=5,checksum=-508379603,gmtChanged=false
[NG]offset=7200000,dstSavings=3600000,useDaylight=true,transitions=171,offsets=5,checksum=-508379603,gmtChanged=true
    -------------
----------System.err:(12/621)----------
java.lang.RuntimeException:   FAILED:  Asia/Istanbul
	at TestZoneInfo310.main(TestZoneInfo310.java:170)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:483)
	at com.sun.javatest.regtest.MainAction$SameVMRunnable.run(MainAction.java:754)
	at java.lang.Thread.run(Thread.java:745)

JavaTest Message: Test threw exception: java.lang.RuntimeException
JavaTest Message: shutting down test

result: Failed. Execution failed: `main' threw exception: java.lang.RuntimeException: FAILED: Asia/Istanbul


test result: Failed. Execution failed: `main' threw exception: java.lang.RuntimeException: FAILED: Asia/Istanbul
Comments
The backport of JDK-8037180 to 8u11 will resolve this issue. Closing this one as a duplicate of JDK-8038439.
27-03-2014