Skip to content

Commit

Permalink
Temporarily exclude MiniMix_aot_5m on 32 bit Windows (#3193)
Browse files Browse the repository at this point in the history
Signed-off-by: Mesbah-Alam <Mesbah_Alam@ca.ibm.com>
  • Loading branch information
Mesbah-Alam authored Dec 24, 2021
1 parent 0a874bd commit adfc0a9
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions system/otherLoadTest/playlist.xml
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,18 @@
</test>
<test>
<testCaseName>MiniMix_aot_5m</testCaseName>
<disables>
<disable>
<comment>eclipse-openj9/openj9/issues/14165</comment>
<platform>x86-32_windows</platform>
<impl>ibm</impl>
</disable>
<disable>
<comment>eclipse-openj9/openj9/issues/14165</comment>
<platform>x86-32_windows</platform>
<impl>openj9</impl>
</disable>
</disables>
<command>$(SYSTEMTEST_CMD_TEMPLATE) -test=MixedLoadTest -debug-generation -java-debug-args=$(Q)-Xmx3g -Xms3g$(Q) -test-args=$(Q)timeLimit=5m$(Q) -java-args-execute-initial=$(Q)$(ADD_OPENS_CMD) -Xmx3g -Xms3g$(Q); \
$(SYSTEMTEST_CMD_TEMPLATE) -test=MixedLoadTest -test-args=$(Q)timeLimit=5m$(Q) -java-args-execute-initial=$(Q)$(ADD_OPENS_CMD) -Xmx2g -Xms2g$(Q); \
$(TEST_STATUS)</command>
Expand Down

0 comments on commit adfc0a9

Please sign in to comment.