Skip to content

Commit

Permalink
Stop running jdk_vector testing on OpenJ9 jdk17
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 <[email protected]>
  • Loading branch information
pshipton committed Jun 3, 2024
1 parent 770ec32 commit c77ce10
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions openjdk/playlist.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2221,6 +2221,14 @@
</test>
<test>
<testCaseName>jdk_vector</testCaseName>
<disables>
<disable>
<comment>https://github.com/eclipse-openj9/openj9/issues/19360</comment>
<impl>openj9</impl>
<impl>ibm</impl>
<version>17</version>
</disable>
</disables>
<variations>
<variation>Mode150</variation>
<variation>Mode650</variation>
Expand Down

0 comments on commit c77ce10

Please sign in to comment.