Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

8249834: java/util/ArrayList/Bug8146568.java and j/u/Vector/Bug8148174.java use @ignore w/o bug-id #9404

Closed
wants to merge 2 commits into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
4 changes: 3 additions & 1 deletion test/jdk/TEST.groups
Expand Up @@ -584,7 +584,9 @@ jdk_core_manual_no_input = \
javax/net/ssl/compatibility/BasicConnectTest.java \
javax/net/ssl/compatibility/HrrTest.java \
javax/net/ssl/compatibility/SniTest.java \
jdk/nio/zipfs/TestLocOffsetFromZip64EF.java
jdk/nio/zipfs/TestLocOffsetFromZip64EF.java \
java/util/ArrayList/Bug8146568.java \
java/util/Vector/Bug8148174.java

jdk_core_manual_no_input_security = \
com/sun/crypto/provider/Cipher/DES/PerformanceTest.java \
Expand Down
4 changes: 2 additions & 2 deletions test/jdk/java/util/ArrayList/Bug8146568.java
Expand Up @@ -25,8 +25,8 @@
* @test
* @bug 8146568
* @summary repro for: NegativeArraySizeException in ArrayList.grow(int)
* @run main/othervm -Xmx17g Bug8146568
* @ignore This test has huge memory requirements
* @run main/manual/othervm -Xmx17g Bug8146568
* @requires os.maxMemory>17G
*/

public class Bug8146568 {
Expand Down
4 changes: 2 additions & 2 deletions test/jdk/java/util/Vector/Bug8148174.java
Expand Up @@ -25,8 +25,8 @@
* @test
* @bug 8148174
* @summary repro for: NegativeArraySizeException in Vector.grow(int)
* @run main/othervm -Xmx17g Bug8148174
* @ignore This test has huge memory requirements
* @run main/manual/othervm -Xmx17g Bug8148174
* @requires os.maxMemory>17G
*/

public class Bug8148174 {
Expand Down