From 8b01c7c285b9a69d497df76151608a406f91cd4b Mon Sep 17 00:00:00 2001 From: "Daniel D. Daugherty" Date: Wed, 14 Oct 2020 14:39:04 -0400 Subject: [PATCH 1/3] 8254789: ProblemList compiler/graalunit/HotspotTest.java --- test/hotspot/jtreg/ProblemList.txt | 2 ++ 1 file changed, 2 insertions(+) diff --git a/test/hotspot/jtreg/ProblemList.txt b/test/hotspot/jtreg/ProblemList.txt index 8eff376e1555c..b2c70d5f8e846 100644 --- a/test/hotspot/jtreg/ProblemList.txt +++ b/test/hotspot/jtreg/ProblemList.txt @@ -64,6 +64,8 @@ compiler/rtm/print/TestPrintPreciseRTMLockingStatistics.java 8183263 generic-x64 compiler/c2/Test8004741.java 8235801 generic-all +compiler/graalunit/HotspotTest.java 8254785 generic-all + ############################################################################# # :hotspot_gc From 4cafa5b76db5d41f9b7e25046068b07cd9c64d86 Mon Sep 17 00:00:00 2001 From: "Daniel D. Daugherty" Date: Wed, 14 Oct 2020 14:49:23 -0400 Subject: [PATCH 2/3] Move ProblemListing of compiler/graalunit/HotspotTest.java from test/hotspot/jtreg/ProblemList.txt to the specific subtest in test/hotspot/jtreg/ProblemList-graal.txt. --- test/hotspot/jtreg/ProblemList-graal.txt | 3 ++- test/hotspot/jtreg/ProblemList.txt | 2 -- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/test/hotspot/jtreg/ProblemList-graal.txt b/test/hotspot/jtreg/ProblemList-graal.txt index f73a4883f4271..c97c617ae408f 100644 --- a/test/hotspot/jtreg/ProblemList-graal.txt +++ b/test/hotspot/jtreg/ProblemList-graal.txt @@ -38,7 +38,6 @@ compiler/compilercontrol/jcmd/AddLogTest.java 8181753 generi compiler/compilercontrol/mixed/RandomValidCommandsTest.java 8181753 generic-all compiler/compilercontrol/mixed/RandomCommandsTest.java 8181753 generic-all - compiler/graalunit/JttThreadsTest.java 8207757 generic-all compiler/unsafe/UnsafeGetConstantField.java 8207267 generic-all @@ -239,3 +238,5 @@ org.graalvm.compiler.replacements.test.classfile.ClassfileBytecodeProviderTest org.graalvm.compiler.core.test.deopt.CompiledMethodTest 8202955 org.graalvm.compiler.hotspot.test.ReservedStackAccessTest 8213567 windows-all + +org.graalvm.compiler.hotspot.test.CheckGraalIntrinsics 8254785 diff --git a/test/hotspot/jtreg/ProblemList.txt b/test/hotspot/jtreg/ProblemList.txt index b2c70d5f8e846..8eff376e1555c 100644 --- a/test/hotspot/jtreg/ProblemList.txt +++ b/test/hotspot/jtreg/ProblemList.txt @@ -64,8 +64,6 @@ compiler/rtm/print/TestPrintPreciseRTMLockingStatistics.java 8183263 generic-x64 compiler/c2/Test8004741.java 8235801 generic-all -compiler/graalunit/HotspotTest.java 8254785 generic-all - ############################################################################# # :hotspot_gc From 869576d2be744a73c683c2b037e2eec487ee44d4 Mon Sep 17 00:00:00 2001 From: "Daniel D. Daugherty" Date: Wed, 14 Oct 2020 15:00:07 -0400 Subject: [PATCH 3/3] Add missing platform specification. --- test/hotspot/jtreg/ProblemList-graal.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/test/hotspot/jtreg/ProblemList-graal.txt b/test/hotspot/jtreg/ProblemList-graal.txt index c97c617ae408f..f7d1a6f923b17 100644 --- a/test/hotspot/jtreg/ProblemList-graal.txt +++ b/test/hotspot/jtreg/ProblemList-graal.txt @@ -38,6 +38,7 @@ compiler/compilercontrol/jcmd/AddLogTest.java 8181753 generi compiler/compilercontrol/mixed/RandomValidCommandsTest.java 8181753 generic-all compiler/compilercontrol/mixed/RandomCommandsTest.java 8181753 generic-all + compiler/graalunit/JttThreadsTest.java 8207757 generic-all compiler/unsafe/UnsafeGetConstantField.java 8207267 generic-all @@ -239,4 +240,4 @@ org.graalvm.compiler.core.test.deopt.CompiledMethodTest 8202955 org.graalvm.compiler.hotspot.test.ReservedStackAccessTest 8213567 windows-all -org.graalvm.compiler.hotspot.test.CheckGraalIntrinsics 8254785 +org.graalvm.compiler.hotspot.test.CheckGraalIntrinsics 8254785 generic-all