Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Enable SC_Softmx_JitAot_Linux for P and Z after the fix for eclipse-openj9/openj9#17240 #4606

Merged
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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