From a175f39b1f86890cdaeb2d86aec53f51e5cab435 Mon Sep 17 00:00:00 2001 From: Anna Babu Palathingal <148897727+annaibm@users.noreply.github.com> Date: Mon, 9 Dec 2024 12:19:54 -0500 Subject: [PATCH] Exclude jdk_bean tests Test6397609 and Test5102804 (#5803) (#5807) - Exclude jdk_bean subtest -`Test6397609` and ` Test5102804` on xlinux JDK8 related: eclipse-openj9/openj9#20531 Signed-off-by: Anna Babu Palathingal --- openjdk/excludes/ProblemList_openjdk8-openj9.txt | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/openjdk/excludes/ProblemList_openjdk8-openj9.txt b/openjdk/excludes/ProblemList_openjdk8-openj9.txt index 783b4408be..11dfb382d5 100644 --- a/openjdk/excludes/ProblemList_openjdk8-openj9.txt +++ b/openjdk/excludes/ProblemList_openjdk8-openj9.txt @@ -18,6 +18,10 @@ # jdk_beans +java/beans/XMLEncoder/java_awt_ScrollPane.java https://github.com/eclipse-openj9/openj9/issues/20531 macosx-all +java/beans/Introspector/Test5102804.java https://github.com/eclipse-openj9/openj9/issues/20531 linux-x64 +java/beans/PropertyEditor/Test6397609.java https://github.com/eclipse-openj9/openj9/issues/20531 linux-x64 + ############################################################################ # jdk_lang