From ed0e956fc28a54a0eb49bab70a7d010095ce2544 Mon Sep 17 00:00:00 2001 From: "Daniel D. Daugherty" Date: Tue, 23 May 2023 20:43:20 +0000 Subject: [PATCH] 8308716: ProblemList java/util/concurrent/ScheduledThreadPoolExecutor/BasicCancelTest.java with genzgc on windows-x64 8308718: ProblemList three mlvm/indy/func/jvmti tests on windows-x64 in Xcomp mode 8308720: ProblemList java/awt/event/SequencedEvent/MultipleContextsFunctionalTest.java on macosx-x64 Reviewed-by: azvegint, darcy --- test/hotspot/jtreg/ProblemList-Xcomp.txt | 4 ++++ test/jdk/ProblemList-generational-zgc.txt | 1 + test/jdk/ProblemList.txt | 1 + 3 files changed, 6 insertions(+) diff --git a/test/hotspot/jtreg/ProblemList-Xcomp.txt b/test/hotspot/jtreg/ProblemList-Xcomp.txt index 77179e0940e..f29ee2e8c5b 100644 --- a/test/hotspot/jtreg/ProblemList-Xcomp.txt +++ b/test/hotspot/jtreg/ProblemList-Xcomp.txt @@ -42,3 +42,7 @@ serviceability/sa/TestJhsdbJstackMixed.java 8248675 linux-aarch64 serviceability/jvmti/VMObjectAlloc/VMObjectAllocTest.java 8307462 generic-all serviceability/sa/ClhsdbInspect.java 8283578 windows-x64 + +vmTestbase/vm/mlvm/indy/func/jvmti/mergeCP_indy2manyDiff_a/TestDescription.java 8308367 windows-x64 +vmTestbase/vm/mlvm/indy/func/jvmti/mergeCP_indy2manySame_a/TestDescription.java 8308367 windows-x64 +vmTestbase/vm/mlvm/indy/func/jvmti/redefineClassInTarget/TestDescription.java 8308367 windows-x64 diff --git a/test/jdk/ProblemList-generational-zgc.txt b/test/jdk/ProblemList-generational-zgc.txt index bc37842f5ef..2a03dba60f6 100644 --- a/test/jdk/ProblemList-generational-zgc.txt +++ b/test/jdk/ProblemList-generational-zgc.txt @@ -39,3 +39,4 @@ sun/tools/jhsdb/HeapDumpTestWithActiveProcess.java 8307393 generic-all java/util/concurrent/locks/Lock/OOMEInAQS.java 8298066 generic-all com/sun/jdi/ThreadMemoryLeakTest.java 8307402 generic-all +java/util/concurrent/ScheduledThreadPoolExecutor/BasicCancelTest.java 8308047 windows-x64 diff --git a/test/jdk/ProblemList.txt b/test/jdk/ProblemList.txt index 3470c1ade09..890a8e2584b 100644 --- a/test/jdk/ProblemList.txt +++ b/test/jdk/ProblemList.txt @@ -458,6 +458,7 @@ java/awt/dnd/BadSerializationTest/BadSerializationTest.java 8277817 linux-x64,wi java/awt/GraphicsDevice/CheckDisplayModes.java 8266242 macosx-aarch64 java/awt/GraphicsDevice/DisplayModes/UnknownRefrshRateTest.java 8286436 macosx-aarch64 java/awt/image/multiresolution/MultiresolutionIconTest.java 8291979 linux-x64,windows-all +java/awt/event/SequencedEvent/MultipleContextsFunctionalTest.java 8305061 macosx-x64 ############################################################################