From 9ac20f91e58bb93b1e433408bb4c0486888699de Mon Sep 17 00:00:00 2001 From: Haroon Khel <34969545+Haroon-Khel@users.noreply.github.com> Date: Sat, 29 Apr 2023 08:58:02 +0800 Subject: [PATCH] exclude failing compiler test on arm32 jdk8 (#4547) Co-authored-by: Martijn Verburg --- 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 b04da03e0a..9f87b5fe9f 100644 --- a/openjdk/excludes/ProblemList_openjdk8.txt +++ b/openjdk/excludes/ProblemList_openjdk8.txt @@ -21,6 +21,7 @@ compiler/intrinsics/sha/TestSHA.java https://github.com/adoptium/aqa-tests/issue # hotspot_jre runtime/7110720/Test7110720.sh https://github.com/adoptium/adoptium/issues/58 aix-all +compiler/c2/Test8202414.java https://bugs.openjdk.java.net/browse/JDK-8251152 linux-arm compiler/tiered/Level2RecompilationTest.java https://github.com/adoptium/aqa-tests/issues/2671 linux-ppc64le,aix-all,linux-arm,windows-x86 compiler/6894807/IsInstanceTest.java https://github.com/adoptium/adoptium/issues/58 aix-all gc/metaspace/TestMetaspaceMemoryPool.java https://github.com/adoptium/aqa-tests/issues/2708 generic-all