Skip to content

Commit

Permalink
8249678: @ignore should be used instead of ProblemList for 8158860, 8…
Browse files Browse the repository at this point in the history
…163894, 8193479, 8194310

Reviewed-by: kvn
  • Loading branch information
iignatev committed Jul 17, 2020
1 parent 1c882d9 commit 4a4003e
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 6 deletions.
5 changes: 0 additions & 5 deletions test/hotspot/jtreg/ProblemList.txt
Original file line number Diff line number Diff line change
Expand Up @@ -43,15 +43,10 @@
compiler/ciReplay/TestSAServer.java 8029528 generic-all
compiler/codecache/jmx/PoolsIndependenceTest.java 8167015 generic-all
compiler/codecache/stress/OverloadCompileQueueTest.java 8166554 generic-all
compiler/codegen/Test6896617.java 8193479 generic-all
compiler/compilercontrol/jcmd/ClearDirectivesFileStackTest.java 8225370 generic-all
compiler/jvmci/compilerToVM/GetFlagValueTest.java 8204459 generic-all
compiler/jvmci/compilerToVM/GetResolvedJavaTypeTest.java 8158860 generic-all
compiler/jvmci/compilerToVM/InvalidateInstalledCodeTest.java 8163894 generic-all
compiler/tiered/LevelTransitionTest.java 8067651 generic-all

compiler/c2/Test6852078.java 8194310 generic-all

compiler/cpuflags/TestAESIntrinsicsOnSupportedConfig.java 8190680 generic-all

compiler/runtime/Test8168712.java 8211769,8211771 generic-ppc64,generic-ppc64le,linux-s390x
Expand Down
3 changes: 2 additions & 1 deletion test/hotspot/jtreg/compiler/c2/Test6852078.java
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright (c) 2009, 2015, Oracle and/or its affiliates. All rights reserved.
* Copyright (c) 2009, 2020, Oracle and/or its affiliates. All rights reserved.
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
*
* This code is free software; you can redistribute it and/or modify it
Expand Down Expand Up @@ -28,6 +28,7 @@
* @modules java.corba/com.sun.corba.se.impl.encoding
* java.corba/com.sun.jndi.toolkit.corba
*
* @ignore 8194310
* @run main compiler.c2.Test6852078
*/

Expand Down
1 change: 1 addition & 0 deletions test/hotspot/jtreg/compiler/codegen/Test6896617.java
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@
* java.base/sun.nio.cs
* java.management
*
* @ignore 8193479
* @run main/othervm/timeout=1200 -Xbatch -Xmx256m compiler.codegen.Test6896617
*/

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@
* @library / /test/lib
* @library ../common/patches
* @ignore 8249621
* @ignore 8158860
* @modules java.base/jdk.internal.misc
* @modules jdk.internal.vm.ci/jdk.vm.ci.hotspot
* jdk.internal.vm.ci/jdk.vm.ci.meta
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@
* @library /test/lib /
* @library ../common/patches
* @ignore 8249621
* @ignore 8163894
* @modules java.base/jdk.internal.misc
* @modules java.base/jdk.internal.org.objectweb.asm
* java.base/jdk.internal.org.objectweb.asm.tree
Expand Down

0 comments on commit 4a4003e

Please sign in to comment.