Details
-
Bug
-
Resolution: Unresolved
-
P3
-
None
-
openjdk8u222
-
None
-
linux
Description
Several tests with hidden origin was backported to jdk8u recently. They doesn't work for jdk-8.
> java/text/BreakIterator/BreakIteratorTest.java
> java/text/Format/DateFormat/DateFormatTest.java
> java/text/Format/DateFormat/NonGregorianFormatTest.java
> java/text/Format/MessageFormat/LargeMessageFormat.java
> java/text/Format/NumberFormat/NumberRegression.java
> java/text/Format/NumberFormat/NumberTest.java
> java/util/Calendar/CalendarRegression.java
> java/util/Calendar/JapanEraNameCompatTest.java
> java/util/TimeZone/HongKong.java
> sun/text/IntHashtable/Bug4170614Test.sh
8031145: Re-examine closed i18n tests to see it they can be moved to the jdk repository.
http://hg.openjdk.java.net/jdk8u/jdk8u/jdk/rev/66a0979b0557
8219781: Localized names for Japanese era Reiwa in COMPAT provider
http://hg.openjdk.java.net/jdk8u/jdk8u/jdk/rev/0bb89d93d4d7
----------System.err:(16/973)----------
java.lang.RuntimeException: Uncaught exception thrown in test method TestJapaneseLineBreak
at IntlTest.errImpl(IntlTest.java:190)
at IntlTest.errln(IntlTest.java:177)
at IntlTest.run(IntlTest.java:123)
at BreakIteratorTest.main(BreakIteratorTest.java:83)
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:498)
at com.sun.javatest.regtest.agent.MainWrapper$MainThread.run(MainWrapper.java:115)
at java.lang.Thread.run(Thread.java:748)
----------System.err:(14/732)----------
java.lang.RuntimeException
at LargeMessageFormat.testFormat(LargeMessageFormat.java:102)
at LargeMessageFormat.main(LargeMessageFormat.java:45)
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:498)
at com.sun.javatest.regtest.agent.MainWrapper$MainThread.run(MainWrapper.java:115)
at java.lang.Thread.run(Thread.java:748)
> java/text/BreakIterator/BreakIteratorTest.java
> java/text/Format/DateFormat/DateFormatTest.java
> java/text/Format/DateFormat/NonGregorianFormatTest.java
> java/text/Format/MessageFormat/LargeMessageFormat.java
> java/text/Format/NumberFormat/NumberRegression.java
> java/text/Format/NumberFormat/NumberTest.java
> java/util/Calendar/CalendarRegression.java
> java/util/Calendar/JapanEraNameCompatTest.java
> java/util/TimeZone/HongKong.java
> sun/text/IntHashtable/Bug4170614Test.sh
8031145: Re-examine closed i18n tests to see it they can be moved to the jdk repository.
http://hg.openjdk.java.net/jdk8u/jdk8u/jdk/rev/66a0979b0557
8219781: Localized names for Japanese era Reiwa in COMPAT provider
http://hg.openjdk.java.net/jdk8u/jdk8u/jdk/rev/0bb89d93d4d7
----------System.err:(16/973)----------
java.lang.RuntimeException: Uncaught exception thrown in test method TestJapaneseLineBreak
at IntlTest.errImpl(IntlTest.java:190)
at IntlTest.errln(IntlTest.java:177)
at IntlTest.run(IntlTest.java:123)
at BreakIteratorTest.main(BreakIteratorTest.java:83)
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:498)
at com.sun.javatest.regtest.agent.MainWrapper$MainThread.run(MainWrapper.java:115)
at java.lang.Thread.run(Thread.java:748)
----------System.err:(14/732)----------
java.lang.RuntimeException
at LargeMessageFormat.testFormat(LargeMessageFormat.java:102)
at LargeMessageFormat.main(LargeMessageFormat.java:45)
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:498)
at com.sun.javatest.regtest.agent.MainWrapper$MainThread.run(MainWrapper.java:115)
at java.lang.Thread.run(Thread.java:748)
Attachments
Issue Links
- relates to
-
JDK-8244843 [JDK 8u] JapanEraNameCompatTest fails
- Resolved
-
JDK-8265988 Fix sun/text/IntHashtable/Bug4170614 for JDK 8u
- Resolved
-
JDK-8252384 [TESTBUG] Some tests refer to COMPAT provider rather than JRE
- Resolved
-
JDK-8152077 (cal) Calendar.roll does not always roll the hours during daylight savings changes
- Closed