Skip to content

Commit cf0d270

Browse files
authored
Unexclude OpenJ9 vector jdk25 tests (#6438)
Issue eclipse-openj9/openj9#21945 Related to #6426 Signed-off-by: Peter Shipton <[email protected]>
1 parent 40560a8 commit cf0d270

File tree

2 files changed

+0
-21
lines changed

2 files changed

+0
-21
lines changed

openjdk/excludes/ProblemList_openjdk25-openj9.txt

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -543,15 +543,6 @@ java/util/stream/GatherersMapConcurrentTest.java https://github.com/eclipse-open
543543

544544
# jdk_vector
545545

546-
jdk/incubator/vector/Double256VectorTests.java https://github.com/eclipse-openj9/openj9/issues/21945 generic-all
547-
jdk/incubator/vector/Double512VectorTests.java https://github.com/eclipse-openj9/openj9/issues/21945 generic-all
548-
jdk/incubator/vector/Double64VectorTests.java https://github.com/eclipse-openj9/openj9/issues/21945 generic-all
549-
jdk/incubator/vector/DoubleMaxVectorTests.java https://github.com/eclipse-openj9/openj9/issues/21945 generic-all
550-
jdk/incubator/vector/Float256VectorTests.java https://github.com/eclipse-openj9/openj9/issues/21945 generic-all
551-
jdk/incubator/vector/Float512VectorTests.java https://github.com/eclipse-openj9/openj9/issues/21945 generic-all
552-
jdk/incubator/vector/Float64VectorTests.java https://github.com/eclipse-openj9/openj9/issues/21945 generic-all
553-
jdk/incubator/vector/FloatMaxVectorTests.java https://github.com/eclipse-openj9/openj9/issues/21945 generic-all
554-
555546
############################################################################
556547

557548
# svc_tools

openjdk/playlist.xml

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -2724,12 +2724,6 @@
27242724
</test>
27252725
<test>
27262726
<testCaseName>jdk_vector_float128_j9</testCaseName>
2727-
<disables>
2728-
<disable>
2729-
<comment>https://github.com/eclipse-openj9/openj9/issues/21945</comment>
2730-
<version>25+</version>
2731-
</disable>
2732-
</disables>
27332727
<variations>
27342728
<variation>-Xjit:{*Float128VectorTests*}(count=1,enforceVectorAPIExpansion),disableAsyncCompilation,disableSuffixLogs,verbose={vectorAPI}</variation>
27352729
</variations>
@@ -2765,12 +2759,6 @@
27652759
</test>
27662760
<test>
27672761
<testCaseName>jdk_vector_double128_j9</testCaseName>
2768-
<disables>
2769-
<disable>
2770-
<comment>https://github.com/eclipse-openj9/openj9/issues/21945</comment>
2771-
<version>25+</version>
2772-
</disable>
2773-
</disables>
27742762
<variations>
27752763
<variation>-Xjit:{*Double128VectorTests*}(count=1,enforceVectorAPIExpansion),disableAsyncCompilation,disableSuffixLogs,verbose={vectorAPI}</variation>
27762764
</variations>

0 commit comments

Comments
 (0)