Skip to content

Commit

Permalink
Merge pull request #16405 from llxia/test2
Browse files Browse the repository at this point in the history
Remove invalid arch.s390x
  • Loading branch information
keithc-ca committed Dec 1, 2022
2 parents e548ed4 + e928cc9 commit d0f1fb8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/functional/JIT_Test/playlist.xml
Original file line number Diff line number Diff line change
Expand Up @@ -747,7 +747,7 @@
echo $(Q)$(TEST_JDK_BIN)$(D)jitserver doesn't exist; assuming this JDK does not support JITServer and trivially passing the test.$(Q); \
fi; \
$(TEST_STATUS)</command>
<platformRequirements>os.linux,^arch.arm,^arch.aarch64,^arch.s390x,bits.64</platformRequirements>
<platformRequirements>os.linux,^arch.arm,^arch.aarch64,bits.64</platformRequirements>
<levels>
<level>sanity</level>
</levels>
Expand Down

0 comments on commit d0f1fb8

Please sign in to comment.