-
Bug
-
Resolution: Cannot Reproduce
-
P3
-
None
-
6u11
-
generic
-
generic
regression test suite for 6u11b02
test: java/util/TimeZone/CheckTzdataVersion.sh
Failed with:
tzdata version: failed (This test environment doesn't match the build.)
Build=tzdata2008i, Test=tzdata2008c
Test checks the version of Tzdata, it compares tzdata version from
TZFILE=$TESTJAVA/jre/lib/zi/ZoneInfoMappings or TZFILE=$TESTJAVA/lib/zi/ZoneInfoMappings
with version in test/java/util/TimeZone/TimeZoneData/VERSION
in test/java/util/TimeZone/TimeZoneData/VERSION: tzdata2008c
But in jdk6u11b02 version is tzdata2008i
due to
http://java.sun.com/javase/timezones/tzdata_versions.html
2008c is for 6u10, so we should change test/java/util/TimeZone/TimeZoneData/VERSION for 6u11 workspace for tzdata2008i, and for 6u12 workspace tzdata2008h.
test: java/util/TimeZone/CheckTzdataVersion.sh
Failed with:
tzdata version: failed (This test environment doesn't match the build.)
Build=tzdata2008i, Test=tzdata2008c
Test checks the version of Tzdata, it compares tzdata version from
TZFILE=$TESTJAVA/jre/lib/zi/ZoneInfoMappings or TZFILE=$TESTJAVA/lib/zi/ZoneInfoMappings
with version in test/java/util/TimeZone/TimeZoneData/VERSION
in test/java/util/TimeZone/TimeZoneData/VERSION: tzdata2008c
But in jdk6u11b02 version is tzdata2008i
due to
http://java.sun.com/javase/timezones/tzdata_versions.html
2008c is for 6u10, so we should change test/java/util/TimeZone/TimeZoneData/VERSION for 6u11 workspace for tzdata2008i, and for 6u12 workspace tzdata2008h.