The following test failed in the jdk/jdk CI:
java/math/BigInteger/PrimitiveConversionTests.java
Here's a snippet from the log file:
----------System.err:(12/781)----------
java.lang.RuntimeException: Incurred 418 failures while testing primitive conversions.
at PrimitiveConversionTests.main(PrimitiveConversionTests.java:101)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.base/java.lang.reflect.Method.invoke(Method.java:567)
at com.sun.javatest.regtest.agent.MainActionHelper$AgentVMRunnable.run(MainActionHelper.java:246)
at java.base/java.lang.Thread.run(Thread.java:835)
JavaTest Message: Test threw exception: java.lang.RuntimeException
JavaTest Message: shutting down test
result: Failed. Execution failed: `main' threw exception: java.lang.RuntimeException: Incurred 418 failures while testing primitive conversions.
test result: Failed. Execution failed: `main' threw exception: java.lang.RuntimeException: Incurred 418 failures while testing primitive conversions.
java/math/BigInteger/PrimitiveConversionTests.java
Here's a snippet from the log file:
----------System.err:(12/781)----------
java.lang.RuntimeException: Incurred 418 failures while testing primitive conversions.
at PrimitiveConversionTests.main(PrimitiveConversionTests.java:101)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.base/java.lang.reflect.Method.invoke(Method.java:567)
at com.sun.javatest.regtest.agent.MainActionHelper$AgentVMRunnable.run(MainActionHelper.java:246)
at java.base/java.lang.Thread.run(Thread.java:835)
JavaTest Message: Test threw exception: java.lang.RuntimeException
JavaTest Message: shutting down test
result: Failed. Execution failed: `main' threw exception: java.lang.RuntimeException: Incurred 418 failures while testing primitive conversions.
test result: Failed. Execution failed: `main' threw exception: java.lang.RuntimeException: Incurred 418 failures while testing primitive conversions.
- relates to
-
JDK-8214195 Align stdout messages in test/jdk/java/math/BigInteger/PrimitiveConversionTests.java
- Resolved