JDK 9 RFR of JDK-8027595: Enable BigInteger overflow tests in JTREG

Brian Burkhalter brian.burkhalter at oracle.com
Thu Dec 26 22:35:36 UTC 2013


This follows from the last two paragraphs of this message:

http://mail.openjdk.java.net/pipermail/core-libs-dev/2013-October/022736.html

The issue is https://bugs.openjdk.java.net/browse/JDK-8027595.

The change is to change "@ test" to "@test" in the affected test files

test/java/math/BigInteger/BitLengthOverflow.java
test/java/math/BigInteger/DivisionOverflow.java
test/java/math/BigInteger/DoubleValueOverflow.java
test/java/math/BigInteger/StringConstructorOverflow.java

for example

 /*
- * @ test
+ * @test

in all cases.

Thanks,

Brian



More information about the core-libs-dev mailing list