-
Bug
-
Resolution: Fixed
-
P2
-
1.4.2_35, 5.0u33, 6u29, 6u31-rev, 7, 8
-
b23
-
generic
-
generic
-
Verified
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-2219538 | 7u4 | Yuka Kamiya | P2 | Closed | Fixed | b07 |
JDK-2219652 | 6u32 | Abhijit Saha | P3 | Closed | Fixed | b03 |
This test started failing on all platforms with jdk8 since Jan 1, 2012. It passes with jdk7 GA.
$ /java/re/jdk/8/latest/binaries/solaris-sparc/bin/java TimeZoneTest
TimeZoneTest {
TestPRTOffset Passed
TestRuleAPI Passed
TestVariousAPI518 Passed
TestShortZoneIDs {
Fail: Expected Zone["MIT", GMT-11:00, Standard]; got Zone["MIT", GMT+13:00, Standard]
Uncaught exception thrown in test method TestShortZoneIDs
Exception in thread "main" java.lang.RuntimeException: Uncaught exception thrown in test method TestShortZoneIDs
at IntlTest.err(IntlTest.java:160)
at IntlTest.errln(IntlTest.java:165)
at IntlTest.run(IntlTest.java:113)
at TimeZoneTest.main(TimeZoneTest.java:16)
$ /java/re/jdk/8/latest/binaries/solaris-sparc/bin/java TimeZoneTest
TimeZoneTest {
TestPRTOffset Passed
TestRuleAPI Passed
TestVariousAPI518 Passed
TestShortZoneIDs {
Fail: Expected Zone["MIT", GMT-11:00, Standard]; got Zone["MIT", GMT+13:00, Standard]
Uncaught exception thrown in test method TestShortZoneIDs
Exception in thread "main" java.lang.RuntimeException: Uncaught exception thrown in test method TestShortZoneIDs
at IntlTest.err(IntlTest.java:160)
at IntlTest.errln(IntlTest.java:165)
at IntlTest.run(IntlTest.java:113)
at TimeZoneTest.main(TimeZoneTest.java:16)
- backported by
-
JDK-2219538 closed/java/util/TimeZone/TimeZoneTest.java failing
-
- Closed
-
-
JDK-2219652 closed/java/util/TimeZone/TimeZoneTest.java failing
-
- Closed
-