-
Bug
-
Resolution: Duplicate
-
P4
-
None
-
7-pool
-
x86_64
-
windows_7
Test with build 7u111b05 on win7x64 with fr_FR locale.
test/java/util/ResourceBundle/ResourceBundleTest.java failed.
Error log:
#section:main
----------messages:(3/126)----------
command: main ResourceBundleTest
reason: User specified action: run main ResourceBundleTest
elapsed time (seconds): 0.187
----------System.out:(24/1307)----------
ResourceBundleTest {
TestErrorMessage Passed
TestNonSubclass Passed
TestGetLocale {
Actual locale for TestResource_iw_IL should have been the root locale, got fr
Uncaught throwable thrown in test method TestGetLocale
java.lang.RuntimeException: Actual locale for TestResource_iw_IL should have been the root locale, got fr
at RBTestFmwk.err(RBTestFmwk.java:200)
at RBTestFmwk.errln(RBTestFmwk.java:205)
at ResourceBundleTest.TestGetLocale(ResourceBundleTest.java:274)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:606)
at RBTestFmwk.run(RBTestFmwk.java:143)
at ResourceBundleTest.main(ResourceBundleTest.java:70)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:606)
at com.sun.javatest.regtest.agent.MainWrapper$MainThread.run(MainWrapper.java:110)
at java.lang.Thread.run(Thread.java:745)
----------System.err:(14/759)----------
java.lang.RuntimeException: Exiting...
at RBTestFmwk.run(RBTestFmwk.java:154)
at ResourceBundleTest.main(ResourceBundleTest.java:70)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:606)
at com.sun.javatest.regtest.agent.MainWrapper$MainThread.run(MainWrapper.java:110)
at java.lang.Thread.run(Thread.java:745)
JavaTest Message: Test threw exception: java.lang.RuntimeException: Exiting...
JavaTest Message: shutting down test
STATUS:Failed.`main' threw exception: java.lang.RuntimeException: Exiting...
test/java/util/ResourceBundle/ResourceBundleTest.java failed.
Error log:
#section:main
----------messages:(3/126)----------
command: main ResourceBundleTest
reason: User specified action: run main ResourceBundleTest
elapsed time (seconds): 0.187
----------System.out:(24/1307)----------
ResourceBundleTest {
TestErrorMessage Passed
TestNonSubclass Passed
TestGetLocale {
Actual locale for TestResource_iw_IL should have been the root locale, got fr
Uncaught throwable thrown in test method TestGetLocale
java.lang.RuntimeException: Actual locale for TestResource_iw_IL should have been the root locale, got fr
at RBTestFmwk.err(RBTestFmwk.java:200)
at RBTestFmwk.errln(RBTestFmwk.java:205)
at ResourceBundleTest.TestGetLocale(ResourceBundleTest.java:274)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:606)
at RBTestFmwk.run(RBTestFmwk.java:143)
at ResourceBundleTest.main(ResourceBundleTest.java:70)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:606)
at com.sun.javatest.regtest.agent.MainWrapper$MainThread.run(MainWrapper.java:110)
at java.lang.Thread.run(Thread.java:745)
----------System.err:(14/759)----------
java.lang.RuntimeException: Exiting...
at RBTestFmwk.run(RBTestFmwk.java:154)
at ResourceBundleTest.main(ResourceBundleTest.java:70)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:606)
at com.sun.javatest.regtest.agent.MainWrapper$MainThread.run(MainWrapper.java:110)
at java.lang.Thread.run(Thread.java:745)
JavaTest Message: Test threw exception: java.lang.RuntimeException: Exiting...
JavaTest Message: shutting down test
STATUS:Failed.`main' threw exception: java.lang.RuntimeException: Exiting...
- duplicates
-
JDK-8027930 ResourceBundle test failures in fr locale
- Closed