Skip to content

Commit

Permalink
Merge pull request #16697 from eclipse-openj9/revert-16404-crc32c-fun…
Browse files Browse the repository at this point in the history
…ctional-test

Revert "Add unit test for accelerated CRC32C.update on Z"
  • Loading branch information
pshipton authored Feb 9, 2023
2 parents 5c297f7 + 59b9705 commit fa88348
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 495 deletions.
28 changes: 0 additions & 28 deletions test/functional/JIT_Test/playlist.xml
Original file line number Diff line number Diff line change
Expand Up @@ -717,34 +717,6 @@
<impl>ibm</impl>
</impls>
</test>
<test>
<testCaseName>jit_recognizedCRC32C</testCaseName>
<variations>
<variation>-Xjit:'disableAsyncCompilation,{*testCRC32C*}(count=1,optlevel=scorching)'</variation>
</variations>
<command>$(JAVA_COMMAND) $(JVM_OPTIONS) \
-cp $(Q)$(RESOURCES_DIR)$(P)$(TESTNG)$(P)$(TEST_RESROOT)$(D)jitt.jar$(Q) \
org.testng.TestNG -d $(REPORTDIR) $(Q)$(TEST_RESROOT)$(D)testng.xml$(Q) \
-testnames \
RecognizedCRC32CTest \
-groups $(TEST_GROUP) \
-excludegroups $(DEFAULT_EXCLUDE); \
$(TEST_STATUS)</command>
<platformRequirements>arch.390</platformRequirements>
<levels>
<level>sanity</level>
</levels>
<groups>
<group>functional</group>
</groups>
<versions>
<version>11+</version>
</versions>
<impls>
<impl>openj9</impl>
<impl>ibm</impl>
</impls>
</test>
<!-- JITServer tests start here. -->
<test>
<testCaseName>testJITServer</testCaseName>
Expand Down
Loading

0 comments on commit fa88348

Please sign in to comment.