Skip to content

Commit

Permalink
Merge pull request #11463 from pshipton/excodecache0.24
Browse files Browse the repository at this point in the history
(0.24.0) Temporarily disable xlpCodeCacheTests on AIX since it fails
  • Loading branch information
llxia committed Dec 11, 2020
2 parents 66016a2 + e0e0d71 commit fd61eca
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion test/functional/VM_Test/playlist.xml
Original file line number Diff line number Diff line change
Expand Up @@ -224,7 +224,7 @@
</impls>
</test>

<test>
<test>
<testCaseName>xlpCodeCacheTests</testCaseName>
<variations>
<variation>Mode109</variation>
Expand All @@ -235,6 +235,8 @@
-jar=$(Q)$(TEST_RESROOT)$(D)VM_Test.jar$(Q) \
-xids=all,$(PLATFORM),$(VARIATION); \
$(TEST_STATUS)</command>
<!-- Temporarily disable this test on AIX, issue https://github.com/eclipse/openj9/issues/11104 -->
<platformRequirements>^os.aix</platformRequirements>
<levels>
<level>extended</level>
</levels>
Expand Down

0 comments on commit fd61eca

Please sign in to comment.