Skip to content

Commit

Permalink
Enable jdk_beans on all linux
Browse files Browse the repository at this point in the history
- Enable jdk_beans on alinux, plinux, slinux for all java versions

related: eclipse-openj9/openj9#20531

Signed-off-by: Anna Babu Palathingal <[email protected]>
  • Loading branch information
annaibm committed Dec 9, 2024
1 parent fd581a3 commit a1b1555
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions openjdk/excludes/ProblemList_openjdk8-openj9.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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

############################################################################

Expand Down
2 changes: 1 addition & 1 deletion openjdk/playlist.xml
Original file line number Diff line number Diff line change
Expand Up @@ -757,7 +757,7 @@
<disable>
<comment>https://github.com/eclipse-openj9/openj9/issues/20531</comment>
<impl>openj9</impl>
<platform>^((?!(x86-64_linux)).)*$</platform>
<platform>^(?!.*linux).*$</platform>
</disable>
<disable>
<comment>https://github.com/eclipse-openj9/openj9/issues/10757</comment>
Expand Down

0 comments on commit a1b1555

Please sign in to comment.