JDK-4358472 : TimeZone:inDaylightTime doen't pass.
  • Type: Bug
  • Component: core-libs
  • Sub-Component: java.util:i18n
  • Affected Version: 1.3.0
  • Priority: P3
  • Status: Closed
  • Resolution: Duplicate
  • OS: generic
  • CPU: x86
  • Submitted: 2000-08-01
  • Updated: 2000-08-02
  • Resolved: 2000-08-02
Related Reports
Duplicate :  
Description
During the Test execution on kestrel-linux-de with b11 and b12, an execption is thrown:

java.lang.RuntimeException: TimeZone:inDaylightTime() test is fail
	at TZ_inDaylightTime_y2k.<init>(TZ_inDaylightTime_y2k.java:99)
	at TZ_inDaylightTime_y2k.main(TZ_inDaylightTime_y2k.java:44)
	at java.lang.reflect.Method.invoke(Native Method)
	at com.sun.javatest.regtest.MainWrapper$MainThread.run(MainWrapper.java:94)
	at java.lang.Thread.run(Thread.java:484)

----------System.out:(4/215)----------
TimeZone.inDaylightTime() :Asia/Jerusalem - 1999,9,9 ---------------- fail
TimeZone.inDaylightTime() :Asia/Jerusalem - 1999,9,10 ---------------- fail

Please go to

file:/home/tester/i18n_kestrel_ws/StandardSuite/report/build11/report.html (build 11) and file:/home/tester/i18n_kestrel_ws/StandardSuite/report/sabytest/report.html (build 12)

on the machine i18n-85-94 and see the details under

test/dates-y2k/TZ_inDaylightTime_y2k.java






keiko.nakayama@Eng 2000-08-01

Comments
EVALUATION Time zone data has been changed as a result of the 4348864 fix. masayoshi.okutsu@Eng 2000-08-01 The latest year 2000 DST rules have been incorporated into Kestrel-Linux. Since SimpleTimeZone can't deal with historical DST rule changes. To avoid this failure at this point, the golden data has to be changed. Otherwise, need to wait for the 4257314 fix in Merlin. The following is from the latest Olson public source: # Minister of Interior, Natan Sharansky, has announced the dates for # the years 2000-2002. However, sources inside the ministry have noted # that the end date of 2000 and both dates of 2001-2002 should be regarded # as tentative pending final approval. # # The official announcement for the years 2000-2002 can be viewed at: # # ftp://ftp.huji.ac.il/pub/tz/announcements/2000-2002.ps.gz # Rule NAME FROM TO TYPE IN ON AT SAVE LETTER/S Rule Zion 2000 only - Apr 14 2:00 1:00 D Rule Zion 2000 only - Oct 22 2:00 0 S masayoshi.okutsu@Eng 2000-08-02
02-08-2000