Skip to content

Commit 4a4003e

Browse files
committed
8249678: @ignore should be used instead of ProblemList for 8158860, 8163894, 8193479, 8194310
Reviewed-by: kvn
1 parent 1c882d9 commit 4a4003e

5 files changed

Lines changed: 5 additions & 6 deletions

File tree

test/hotspot/jtreg/ProblemList.txt

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -43,15 +43,10 @@
4343
compiler/ciReplay/TestSAServer.java 8029528 generic-all
4444
compiler/codecache/jmx/PoolsIndependenceTest.java 8167015 generic-all
4545
compiler/codecache/stress/OverloadCompileQueueTest.java 8166554 generic-all
46-
compiler/codegen/Test6896617.java 8193479 generic-all
4746
compiler/compilercontrol/jcmd/ClearDirectivesFileStackTest.java 8225370 generic-all
4847
compiler/jvmci/compilerToVM/GetFlagValueTest.java 8204459 generic-all
49-
compiler/jvmci/compilerToVM/GetResolvedJavaTypeTest.java 8158860 generic-all
50-
compiler/jvmci/compilerToVM/InvalidateInstalledCodeTest.java 8163894 generic-all
5148
compiler/tiered/LevelTransitionTest.java 8067651 generic-all
5249

53-
compiler/c2/Test6852078.java 8194310 generic-all
54-
5550
compiler/cpuflags/TestAESIntrinsicsOnSupportedConfig.java 8190680 generic-all
5651

5752
compiler/runtime/Test8168712.java 8211769,8211771 generic-ppc64,generic-ppc64le,linux-s390x

test/hotspot/jtreg/compiler/c2/Test6852078.java

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (c) 2009, 2015, Oracle and/or its affiliates. All rights reserved.
2+
* Copyright (c) 2009, 2020, Oracle and/or its affiliates. All rights reserved.
33
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
44
*
55
* This code is free software; you can redistribute it and/or modify it
@@ -28,6 +28,7 @@
2828
* @modules java.corba/com.sun.corba.se.impl.encoding
2929
* java.corba/com.sun.jndi.toolkit.corba
3030
*
31+
* @ignore 8194310
3132
* @run main compiler.c2.Test6852078
3233
*/
3334

test/hotspot/jtreg/compiler/codegen/Test6896617.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@
3131
* java.base/sun.nio.cs
3232
* java.management
3333
*
34+
* @ignore 8193479
3435
* @run main/othervm/timeout=1200 -Xbatch -Xmx256m compiler.codegen.Test6896617
3536
*/
3637

test/hotspot/jtreg/compiler/jvmci/compilerToVM/GetResolvedJavaTypeTest.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@
2828
* @library / /test/lib
2929
* @library ../common/patches
3030
* @ignore 8249621
31+
* @ignore 8158860
3132
* @modules java.base/jdk.internal.misc
3233
* @modules jdk.internal.vm.ci/jdk.vm.ci.hotspot
3334
* jdk.internal.vm.ci/jdk.vm.ci.meta

test/hotspot/jtreg/compiler/jvmci/compilerToVM/InvalidateInstalledCodeTest.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@
2828
* @library /test/lib /
2929
* @library ../common/patches
3030
* @ignore 8249621
31+
* @ignore 8163894
3132
* @modules java.base/jdk.internal.misc
3233
* @modules java.base/jdk.internal.org.objectweb.asm
3334
* java.base/jdk.internal.org.objectweb.asm.tree

0 commit comments

Comments
 (0)