From abdf198c5a46fd40a3cb8d5f35b75744704d2ce9 Mon Sep 17 00:00:00 2001 From: Anna Babu Palathingal <148897727+annaibm@users.noreply.github.com> Date: Mon, 9 Dec 2024 11:32:46 -0500 Subject: [PATCH] Enable jdk_beans on all linux - Enable jdk_beans on alinux, plinux, zlinux for all java versions related: eclipse-openj9/openj9#20531 Signed-off-by: Anna Babu Palathingal --- openjdk/excludes/ProblemList_openjdk8-openj9.txt | 4 ++-- openjdk/playlist.xml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/openjdk/excludes/ProblemList_openjdk8-openj9.txt b/openjdk/excludes/ProblemList_openjdk8-openj9.txt index 11dfb382d5..c687955272 100644 --- a/openjdk/excludes/ProblemList_openjdk8-openj9.txt +++ b/openjdk/excludes/ProblemList_openjdk8-openj9.txt @@ -19,8 +19,8 @@ # 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 +java/beans/Introspector/Test5102804.java https://github.com/eclipse-openj9/openj9/issues/20531 linux-all +java/beans/PropertyEditor/Test6397609.java https://github.com/eclipse-openj9/openj9/issues/20531 linux-all ############################################################################ diff --git a/openjdk/playlist.xml b/openjdk/playlist.xml index 9668be6542..0895f82ea2 100644 --- a/openjdk/playlist.xml +++ b/openjdk/playlist.xml @@ -757,7 +757,7 @@ https://github.com/eclipse-openj9/openj9/issues/20531 openj9 - ^((?!(x86-64_linux)).)*$ + ^(?!.*linux).*$ https://github.com/eclipse-openj9/openj9/issues/10757