From bcf9d74b5369af6e5c259aacd4efea25f0050fba Mon Sep 17 00:00:00 2001 From: Haroon Khel <34969545+Haroon-Khel@users.noreply.github.com> Date: Wed, 15 Jan 2025 21:08:48 +0800 Subject: [PATCH] Exclude AIX tests which deliberately fails on AIX (#5855) (#5858) * Exclude ReadOldClass test which deliberately fails on AIX * serviceability/dcmd/DynLibDcmdTest.java unsupported on AIX * Forgot the platform and issue link --- openjdk/excludes/ProblemList_openjdk8.txt | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/openjdk/excludes/ProblemList_openjdk8.txt b/openjdk/excludes/ProblemList_openjdk8.txt index ecbde1b2fc..18349e3cc5 100644 --- a/openjdk/excludes/ProblemList_openjdk8.txt +++ b/openjdk/excludes/ProblemList_openjdk8.txt @@ -12,6 +12,12 @@ # limitations under the License. ############################################################################# +# hotspot_jdk + +serviceability/dcmd/DynLibDcmdTest.java https://github.com/adoptium/aqa-tests/issues/5854 aix-all + +############################################################################ + # hotspot_all # compiler/7184394/TestAESMain.java https://github.com/adoptium/infrastructure/issues/2893 @@ -450,3 +456,4 @@ jdk/jfr/event/compiler/TestCompilerInlining.java https://github.com/adoptium/aqa # langtools_all tools/javac/defaultMethods/Assertions.java https://bugs.openjdk.org/browse/JDK-8047675 generic-all +tools/javah/ReadOldClass.sh https://github.com/adoptium/aqa-tests/issues/5854 aix-all