Skip to content

Commit

Permalink
Stop running jdk_vector testing on OpenJ9 jdk17 (adoptium#5365)
Browse files Browse the repository at this point in the history
vector is an incubator and by design there is no JIT support for jdk17
any more, resulting in test timeouts.

Issue eclipse-openj9/openj9#19360

Signed-off-by: Peter Shipton <Peter_Shipton@ca.ibm.com>
  • Loading branch information
pshipton authored Jun 3, 2024
1 parent dbd8bdf commit c713839
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions openjdk/playlist.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2221,6 +2221,18 @@
</test>
<test>
<testCaseName>jdk_vector</testCaseName>
<disables>
<disable>
<comment>https://github.com/eclipse-openj9/openj9/issues/19360</comment>
<impl>openj9</impl>
<version>17</version>
</disable>
<disable>
<comment>https://github.com/eclipse-openj9/openj9/issues/19360</comment>
<impl>ibm</impl>
<version>17</version>
</disable>
</disables>
<variations>
<variation>Mode150</variation>
<variation>Mode650</variation>
Expand Down

0 comments on commit c713839

Please sign in to comment.