Skip to content

Commit

Permalink
Enable jdk_beans on xlinux
Browse files Browse the repository at this point in the history
- Enable jck_beans on xlinux except for java version 8 and 11

related: eclipse-openj9/openj9#20531

Signed-off-by: Anna Babu Palathingal <[email protected]>
  • Loading branch information
annaibm committed Nov 8, 2024
1 parent 6b901c9 commit e6163f0
Showing 1 changed file with 14 additions and 1 deletion.
15 changes: 14 additions & 1 deletion openjdk/playlist.xml
Original file line number Diff line number Diff line change
Expand Up @@ -755,8 +755,21 @@
<testCaseName>jdk_beans</testCaseName>
<disables>
<disable>
<comment>https://github.com/eclipse-openj9/openj9/issues/10757</comment>
<comment>https://github.com/eclipse-openj9/openj9/issues/20531 Only enabled on xlinux except for versions 8 and 11</comment>
<impl>openj9</impl>
<platform>^((?!(x86-64_linux)).)*$</platform>
</disable>
<disable>
<comment>https://github.com/eclipse-openj9/openj9/issues/20531 Disabled on xlinux for versions 8</comment>
<version>8</version>
<impl>openj9</impl>
<platform>x86-64_linux</platform>
</disable>
<disable>
<comment>https://github.com/eclipse-openj9/openj9/issues/20531 Disabled on xlinux for versions 11</comment>
<version>11</version>
<impl>openj9</impl>
<platform>x86-64_linux</platform>
</disable>
<disable>
<comment>https://github.com/eclipse-openj9/openj9/issues/10757</comment>
Expand Down

0 comments on commit e6163f0

Please sign in to comment.