test/java/text/Format/FormatIteratorTest fails for testMessageFormat from tiger build - b05. Passes in builds previous to b05 and mantis.
bash-2.05$ java -showversion FormatIteratorTest testMessageFormat
java version "1.5.0-beta"
Java(TM) 2 Runtime Environment, Standard Edition (build 1.5.0-beta-b06)
Java HotSpot(TM) Client VM (build 1.5.0-beta-b06, mixed mode)
FormatIteratorTest {
testMessageFormat {
text doesn't match, got: zero 1=one
java.lang.RuntimeException: text doesn't match, got: zero 1=one
at IntlTest.err(IntlTest.java:161)
at IntlTest.errln(IntlTest.java:166)
at FormatIteratorTest.verify(FormatIteratorTest.java:139)
at FormatIteratorTest._test(FormatIteratorTest.java:124)
at FormatIteratorTest.testMessageFormat(FormatIteratorTest.java:99)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:324)
at IntlTest.run(IntlTest.java:108)
at FormatIteratorTest.main(FormatIteratorTest.java:87)
Uncaught exception thrown in test method testMessageFormat
Exception in thread "main" java.lang.RuntimeException: Uncaught exception thrown in test method testMessageFormat
at IntlTest.err(IntlTest.java:161)
at IntlTest.errln(IntlTest.java:166)
at IntlTest.run(IntlTest.java:115)
at FormatIteratorTest.main(FormatIteratorTest.java:87)
bash-2.05$
bash-2.05$ java -showversion FormatIteratorTest testMessageFormat
java version "1.5.0-beta"
Java(TM) 2 Runtime Environment, Standard Edition (build 1.5.0-beta-b06)
Java HotSpot(TM) Client VM (build 1.5.0-beta-b06, mixed mode)
FormatIteratorTest {
testMessageFormat {
text doesn't match, got: zero 1=one
java.lang.RuntimeException: text doesn't match, got: zero 1=one
at IntlTest.err(IntlTest.java:161)
at IntlTest.errln(IntlTest.java:166)
at FormatIteratorTest.verify(FormatIteratorTest.java:139)
at FormatIteratorTest._test(FormatIteratorTest.java:124)
at FormatIteratorTest.testMessageFormat(FormatIteratorTest.java:99)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:324)
at IntlTest.run(IntlTest.java:108)
at FormatIteratorTest.main(FormatIteratorTest.java:87)
Uncaught exception thrown in test method testMessageFormat
Exception in thread "main" java.lang.RuntimeException: Uncaught exception thrown in test method testMessageFormat
at IntlTest.err(IntlTest.java:161)
at IntlTest.errln(IntlTest.java:166)
at IntlTest.run(IntlTest.java:115)
at FormatIteratorTest.main(FormatIteratorTest.java:87)
bash-2.05$
- duplicates
-
JDK-4853816 A regression test java/text/Format/FormatIteratorTest.java fails with 1.5.0-b05
-
- Closed
-