Skip to content

Commit

Permalink
Enable SC_Softmx_JitAot_Linux for P and Z after the fix for eclipse-o…
Browse files Browse the repository at this point in the history
…penj9/openj9#17240

`SC_Softmx_JitAot_Linux` was disabled in adoptium/aqa-systemtest/#79
for P and Z. Tested recently with the fix for eclipse-openj9/openj9#17240
on Java 8 and Java 17. The test passes for P and Z.

Signed-off-by: Annabelle Huo <Annabelle.Huo@ibm.com>
  • Loading branch information
a7ehuo committed Jun 5, 2023
1 parent 4081d09 commit 5308bfa
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions system/sharedClasses/playlist.xml
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,6 @@
<impl>ibm</impl>
</impls>
</test>
<!-- Exclude the following test on Linux ppc64le & s390x. Reason: adoptium/aqa-systemtest/issues/79 -->
<test>
<testCaseName>SC_Softmx_JitAot</testCaseName>
<variations>
Expand Down Expand Up @@ -138,7 +137,7 @@
<impl>openj9</impl>
<impl>ibm</impl>
</impls>
<platformRequirements>os.linux,^arch.ppc,^arch.390</platformRequirements>
<platformRequirements>os.linux</platformRequirements>
</test>
<test>
<testCaseName>SharedClasses.SCM01.SingleCL</testCaseName>
Expand Down

0 comments on commit 5308bfa

Please sign in to comment.