-
Bug
-
Resolution: Cannot Reproduce
-
P3
-
8
-
b123
-
windows_7
-
Verified
fails on jdk1.8.0b122cpu, jdk1.8.0b121cpu and jdk1.7.0_51b14
java.lang.Exception: Test failed. 67 errors.
at LocaleDataTest.main(LocaleDataTest.java:195)
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:483)
at com.sun.javatest.regtest.MainWrapper$MainThread.run(MainWrapper.java:94)
at java.lang.Thread.run(Thread.java:744)
JavaTest Message: Test threw exception: java.lang.Exception: Test failed. 67 errors.
JavaTest Message: shutting down test
java.lang.Exception: Test failed. 67 errors.
at LocaleDataTest.main(LocaleDataTest.java:195)
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:483)
at com.sun.javatest.regtest.MainWrapper$MainThread.run(MainWrapper.java:94)
at java.lang.Thread.run(Thread.java:744)
JavaTest Message: Test threw exception: java.lang.Exception: Test failed. 67 errors.
JavaTest Message: shutting down test
- relates to
-
JDK-7090826 Newly added codes need to be localized into pt_BR in LocaleNames.
- Closed