From 5f3648b21238860fb9a7898e2becd1741e5075ff Mon Sep 17 00:00:00 2001
From: Haroon Khel <34969545+Haroon-Khel@users.noreply.github.com>
Date: Wed, 15 Jan 2025 20:25:23 +0800
Subject: [PATCH] Exclude AIX tests which deliberately fails on AIX (#5855)

* 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 1d7f1947d1..d83ac73556 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
@@ -451,3 +457,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