-
Bug
-
Resolution: Fixed
-
P4
-
8
-
b87
-
generic
-
generic
-
Verified
Even after the fix for 8011799, this test still fails intermittently (just less often).
command: main Basic
reason: Assumed action based on file name: run main Basic
elapsed time (seconds): 0.152
----------System.out:(3/31)----------
Passed = 2678, failed = 1
----------System.err:(25/1268)----------
java.lang.Exception: Stack trace
at java.lang.Thread.dumpStack(Thread.java:1345)
at Basic.fail(Basic.java:742)
at Basic.check(Basic.java:745)
at Basic.test(Basic.java:611)
at Basic.realMain(Basic.java:109)
at Basic.main(Basic.java:758)
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:490)
at com.sun.javatest.regtest.MainAction$SameVMRunnable.run(MainAction.java:706)
at java.lang.Thread.run(Thread.java:722)
java.lang.AssertionError: Some tests failed
at Basic.main(Basic.java:760)
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:490)
at com.sun.javatest.regtest.MainAction$SameVMRunnable.run(MainAction.java:706)
at java.lang.Thread.run(Thread.java:722)
JavaTest Message: Test threw exception: java.lang.AssertionError
JavaTest Message: shutting down test
result: Failed. Execution failed: `main' threw exception: java.lang.AssertionError: Some tests failed
test result: Failed. Execution failed: `main' threw exception: java.lang.AssertionError: Some tests failed
- relates to
-
JDK-8011799 CompletableFuture/Basic.java fails intermittently
-
- Closed
-