Skip to content

Commit 30f0493

Browse files
committed
8239007: java/math/BigInteger/largeMemory/ tests should be disabled on 32-bit platforms
Backport-of: 1ef862d
1 parent 114bb9a commit 30f0493

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

test/jdk/java/math/BigInteger/largeMemory/DivisionOverflow.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
* @test
2626
* @bug 8022780
2727
* @summary Test division of large values
28-
* @requires os.maxMemory > 8g
28+
* @requires (sun.arch.data.model == "64" & os.maxMemory > 8g)
2929
* @run main/othervm -Xshare:off -Xmx8g DivisionOverflow
3030
* @author Dmitry Nadezhin
3131
*/

test/jdk/java/math/BigInteger/largeMemory/StringConstructorOverflow.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
* @test
2626
* @bug 8021204
2727
* @summary Test constructor BigInteger(String val, int radix) on very long string
28-
* @requires os.maxMemory > 8g
28+
* @requires (sun.arch.data.model == "64" & os.maxMemory > 8g)
2929
* @run main/othervm -Xshare:off -Xmx8g StringConstructorOverflow
3030
* @author Dmitry Nadezhin
3131
*/

test/jdk/java/math/BigInteger/largeMemory/SymmetricRangeTests.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
* @bug 6910473 8021204 8021203 9005933 8074460 8078672
2727
* @summary Test range of BigInteger values (use -Dseed=X to set PRNG seed)
2828
* @library /test/lib
29-
* @requires os.maxMemory > 8g
29+
* @requires (sun.arch.data.model == "64" & os.maxMemory > 8g)
3030
* @run main/timeout=180/othervm -Xmx8g SymmetricRangeTests
3131
* @author Dmitry Nadezhin
3232
* @key randomness

0 commit comments

Comments
 (0)