===============================================
java/util/Spliterator/SpliteratorTraversingAndSplittingTest.java
Total tests run: 7380, Passes: 7379, Failures: 1, Skips: 0
===============================================
----------System.err:(12/671)----------
java.lang.Exception: failures: 1
at com.sun.javatest.regtest.agent.TestNGRunner.main(TestNGRunner.java:104)
at com.sun.javatest.regtest.agent.TestNGRunner.main(TestNGRunner.java:58)
at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:104)
at java.base/java.lang.reflect.Method.invoke(Method.java:565)
at com.sun.javatest.regtest.agent.MainWrapper$MainTask.run(MainWrapper.java:138)
at java.base/java.lang.Thread.run(Thread.java:1447)
Unforetunately the actual failure does not appear to be in the log due to
Output overflow:
JT Harness has limited the test output to the text
at the beginning and the end, so that you can see how the
test began, and how it completed.
If you need to see more of the output from the test,
set the system property javatest.maxOutputSize to a higher
value. The current value is 100000
java/util/Spliterator/SpliteratorTraversingAndSplittingTest.java
Total tests run: 7380, Passes: 7379, Failures: 1, Skips: 0
===============================================
----------System.err:(12/671)----------
java.lang.Exception: failures: 1
at com.sun.javatest.regtest.agent.TestNGRunner.main(TestNGRunner.java:104)
at com.sun.javatest.regtest.agent.TestNGRunner.main(TestNGRunner.java:58)
at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:104)
at java.base/java.lang.reflect.Method.invoke(Method.java:565)
at com.sun.javatest.regtest.agent.MainWrapper$MainTask.run(MainWrapper.java:138)
at java.base/java.lang.Thread.run(Thread.java:1447)
Unforetunately the actual failure does not appear to be in the log due to
Output overflow:
JT Harness has limited the test output to the text
at the beginning and the end, so that you can see how the
test began, and how it completed.
If you need to see more of the output from the test,
set the system property javatest.maxOutputSize to a higher
value. The current value is 100000
- duplicates
-
JDK-8344380 Test SpliteratorTraversingAndSplittingTest.java intermittent fails
-
- Closed
-
- relates to
-
JDK-8343426 ConcurrentSkipListMap.spliterator() can no longer split the stream
-
- Closed
-
- links to
-
Commit(master) openjdk/jdk/d76b5b88
-
Review(master) openjdk/jdk/22210