From ba8c14f40ae7a2cfdbbc2c154e6a06192779a5d4 Mon Sep 17 00:00:00 2001 From: Shelley Lambert Date: Mon, 15 Jan 2024 09:11:54 -0500 Subject: [PATCH 1/5] Exclude specific Windows testcases Signed-off-by: Shelley Lambert --- openjdk/excludes/ProblemList_openjdk17.txt | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/openjdk/excludes/ProblemList_openjdk17.txt b/openjdk/excludes/ProblemList_openjdk17.txt index 85586c4c7a..31c0261b81 100644 --- a/openjdk/excludes/ProblemList_openjdk17.txt +++ b/openjdk/excludes/ProblemList_openjdk17.txt @@ -283,6 +283,7 @@ tools/jpackage/windows/WinShortcutTest.java https://github.com/adoptium/infrastr tools/jpackage/windows/WinUpgradeUUIDTest.java#id1 https://github.com/adoptium/infrastructure/issues/2310 windows-all tools/jpackage/windows/WinUrlTest.java https://github.com/adoptium/infrastructure/issues/2310 windows-all tools/jpackage/windows/WinInstallerIconTest.java https://github.com/adoptium/infrastructure/issues/2310 windows-all +tools/jpackage/windows/Win8282351Test.java https://github.com/adoptium/infrastructure/issues/2885 windows-all tools/jlink/JLinkTest.java https://github.com/adoptium/aqa-tests/issues/2857 windows-x86,linux-arm tools/jlink/JLinkReproducible3Test.java https://bugs.openjdk.java.net/browse/JDK-8253688 generic-all tools/jlink/JLinkReproducibleTest.java https://bugs.openjdk.java.net/browse/JDK-8217166 aix-all @@ -397,7 +398,10 @@ compiler/whitebox/BlockingCompilation.java https://github.com/adoptium/aqa-tests compiler/whitebox/GetCodeHeapEntriesTest.java https://github.com/adoptium/aqa-tests/issues/3620 windows-x86 compiler/whitebox/MakeMethodNotCompilableTest.java https://github.com/adoptium/aqa-tests/issues/3620 windows-x86 compiler/codecache/MHIntrinsicAllocFailureTest.java https://github.com/adoptium/aqa-tests/issues/4515#issuecomment-1512404678 windows-x86,linux-arm - +compiler/loopopts/TestBackedgeLoadArrayFillMain.java https://bugs.openjdk.org/browse/JDK-8311964 windows-x86 +compiler/loopopts/TestInfiniteLoopWithUnmergedBackedgesMain.java https://bugs.openjdk.org/browse/JDK-8311964 windows-x86 +compiler/loopopts/TestRemoveEmptyCountedLoop.java https://bugs.openjdk.org/browse/JDK-8311964 windows-x86 +compiler/rangechecks/TestRangeCheckCmpUOverflowVsSub.java https://bugs.openjdk.org/browse/JDK-8311964 windows-x86 ############################################################################ # jdk_jfr From 7c04cead2708493b84ce99ed42648e68a91e8e17 Mon Sep 17 00:00:00 2001 From: Shelley Lambert Date: Mon, 15 Jan 2024 10:37:12 -0500 Subject: [PATCH 2/5] Add TestCrashAtIGVNSplitIfSubType Signed-off-by: Shelley Lambert --- openjdk/excludes/ProblemList_openjdk17.txt | 2 ++ 1 file changed, 2 insertions(+) diff --git a/openjdk/excludes/ProblemList_openjdk17.txt b/openjdk/excludes/ProblemList_openjdk17.txt index 31c0261b81..808ca4e2d7 100644 --- a/openjdk/excludes/ProblemList_openjdk17.txt +++ b/openjdk/excludes/ProblemList_openjdk17.txt @@ -402,6 +402,8 @@ compiler/loopopts/TestBackedgeLoadArrayFillMain.java https://bugs.openjdk.org/br compiler/loopopts/TestInfiniteLoopWithUnmergedBackedgesMain.java https://bugs.openjdk.org/browse/JDK-8311964 windows-x86 compiler/loopopts/TestRemoveEmptyCountedLoop.java https://bugs.openjdk.org/browse/JDK-8311964 windows-x86 compiler/rangechecks/TestRangeCheckCmpUOverflowVsSub.java https://bugs.openjdk.org/browse/JDK-8311964 windows-x86 +compiler/splitif/TestCrashAtIGVNSplitIfSubType.java https://bugs.openjdk.org/browse/JDK-8311964 windows-x86 + ############################################################################ # jdk_jfr From 5e65b27444701453e6701440184376f9e09cb551 Mon Sep 17 00:00:00 2001 From: Shelley Lambert Date: Mon, 15 Jan 2024 15:33:21 -0500 Subject: [PATCH 3/5] Exclude JMXStartStopTest on win32 JDK8 Signed-off-by: Shelley Lambert --- openjdk/excludes/ProblemList_openjdk8.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/openjdk/excludes/ProblemList_openjdk8.txt b/openjdk/excludes/ProblemList_openjdk8.txt index 564f318171..b73dceb3b7 100644 --- a/openjdk/excludes/ProblemList_openjdk8.txt +++ b/openjdk/excludes/ProblemList_openjdk8.txt @@ -145,6 +145,7 @@ sun/management/jmxremote/bootstrap/RmiSslBootstrapTest.sh https://github.com/ado sun/management/jmxremote/bootstrap/RmiSslNoKeyStoreTest.sh https://github.com/adoptium/aqa-tests/issues/2294 windows-all # alpine-linux https://github.com/adoptium/aqa-tests/issues/3238 sun/management/jmxremote/bootstrap/CustomLauncherTest.java https://bugs.openjdk.java.net/browse/JDK-8031420 linux-all +sun/management/jmxremote/startstop/JMXStartStopTest.java https://bugs.openjdk.org/browse/JDK-8274337 windows-x86 com/sun/management/OperatingSystemMXBean/TestTotalSwap.java https://bugs.openjdk.java.net/browse/JDK-8255263 linux-all ############################################################################ From 173a0a7b83dbe97a4af03cf3e970260b8e9a152b Mon Sep 17 00:00:00 2001 From: Shelley Lambert Date: Mon, 15 Jan 2024 15:38:54 -0500 Subject: [PATCH 4/5] Exclude TestRemoveEmptyCountedLoop on win32 Signed-off-by: Shelley Lambert --- openjdk/excludes/ProblemList_openjdk11.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/openjdk/excludes/ProblemList_openjdk11.txt b/openjdk/excludes/ProblemList_openjdk11.txt index 281c4456fd..be932cf1e5 100644 --- a/openjdk/excludes/ProblemList_openjdk11.txt +++ b/openjdk/excludes/ProblemList_openjdk11.txt @@ -281,6 +281,7 @@ compiler/c2/cr6340864/TestShortVect.java https://github.com/adoptium/aqa-tests/i compiler/c2/TestReplaceEquivPhis.java https://github.com/adoptium/aqa-tests/issues/2382 windows-x86 compiler/codegen/TestCharVect2.java https://github.com/adoptium/aqa-tests/issues/2382 windows-x86 compiler/loopopts/TestUnswitchCloneSkeletonPredicates.java https://github.com/adoptium/aqa-tests/issues/2382 windows-x86 +compiler/loopopts/TestRemoveEmptyCountedLoop.java https://bugs.openjdk.org/browse/JDK-8311964 windows-x86 compiler/loopstripmining/AntiDependentLoadInOuterStripMinedLoop.java https://github.com/adoptium/aqa-tests/issues/2382 windows-x86 compiler/loopstripmining/LoadDependsOnIfIdenticalToLoopExit.java https://github.com/adoptium/aqa-tests/issues/2382 windows-x86 compiler/loopstripmining/TestConservativeAntiDep.java https://github.com/adoptium/aqa-tests/issues/2382 windows-x86 From 3c425ee5eee614a48866f5af266a23d1ec8624d0 Mon Sep 17 00:00:00 2001 From: Shelley Lambert Date: Mon, 15 Jan 2024 19:35:08 -0500 Subject: [PATCH 5/5] Remove the jdk8 changes Signed-off-by: Shelley Lambert --- openjdk/excludes/ProblemList_openjdk8.txt | 1 - 1 file changed, 1 deletion(-) diff --git a/openjdk/excludes/ProblemList_openjdk8.txt b/openjdk/excludes/ProblemList_openjdk8.txt index b73dceb3b7..564f318171 100644 --- a/openjdk/excludes/ProblemList_openjdk8.txt +++ b/openjdk/excludes/ProblemList_openjdk8.txt @@ -145,7 +145,6 @@ sun/management/jmxremote/bootstrap/RmiSslBootstrapTest.sh https://github.com/ado sun/management/jmxremote/bootstrap/RmiSslNoKeyStoreTest.sh https://github.com/adoptium/aqa-tests/issues/2294 windows-all # alpine-linux https://github.com/adoptium/aqa-tests/issues/3238 sun/management/jmxremote/bootstrap/CustomLauncherTest.java https://bugs.openjdk.java.net/browse/JDK-8031420 linux-all -sun/management/jmxremote/startstop/JMXStartStopTest.java https://bugs.openjdk.org/browse/JDK-8274337 windows-x86 com/sun/management/OperatingSystemMXBean/TestTotalSwap.java https://bugs.openjdk.java.net/browse/JDK-8255263 linux-all ############################################################################