Skip to content

Commit 534fb38

Browse files
committed
Enable SC_Softmx_JitAot_Linux for P and Z after the fix for eclipse-openj9/openj9#17240
`SC_Softmx_JitAot_Linux` was disabled for P and Z due to adoptium/aqa-systemtest/#79. 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 <[email protected]>
1 parent 4081d09 commit 534fb38

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

system/sharedClasses/playlist.xml

+1-2
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,6 @@
9999
<impl>ibm</impl>
100100
</impls>
101101
</test>
102-
<!-- Exclude the following test on Linux ppc64le & s390x. Reason: adoptium/aqa-systemtest/issues/79 -->
103102
<test>
104103
<testCaseName>SC_Softmx_JitAot</testCaseName>
105104
<variations>
@@ -138,7 +137,7 @@
138137
<impl>openj9</impl>
139138
<impl>ibm</impl>
140139
</impls>
141-
<platformRequirements>os.linux,^arch.ppc,^arch.390</platformRequirements>
140+
<platformRequirements>os.linux</platformRequirements>
142141
</test>
143142
<test>
144143
<testCaseName>SharedClasses.SCM01.SingleCL</testCaseName>

0 commit comments

Comments
 (0)