-
Bug
-
Resolution: Duplicate
-
P1
-
9
-
windows_2008
command: main NameConstructors
reason: Assumed action based on file name: run main NameConstructors
elapsed time (seconds): 7.678
----------System.out:(0/0)----------
----------System.err:(14/769)----------
java.lang.RuntimeException: false : false
at NameConstructors.test(NameConstructors.java:56)
at NameConstructors.main(NameConstructors.java:38)
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.MainWrapper$MainThread.run(MainWrapper.java:94)
at java.lang.Thread.run(Thread.java:745)
JavaTest Message: Test threw exception: java.lang.RuntimeException: false : false
JavaTest Message: shutting down test
reason: Assumed action based on file name: run main NameConstructors
elapsed time (seconds): 7.678
----------System.out:(0/0)----------
----------System.err:(14/769)----------
java.lang.RuntimeException: false : false
at NameConstructors.test(NameConstructors.java:56)
at NameConstructors.main(NameConstructors.java:38)
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.MainWrapper$MainThread.run(MainWrapper.java:94)
at java.lang.Thread.run(Thread.java:745)
JavaTest Message: Test threw exception: java.lang.RuntimeException: false : false
JavaTest Message: shutting down test
- duplicates
-
JDK-8056313 TEST_BUG: java/util/Timer/NameConstructors.java fails intermittently
- Closed