Skip to content

Commit

Permalink
Exclude DaaLoadTest special Mode351 on AIX
Browse files Browse the repository at this point in the history
Issue eclipse-openj9/openj9#19947

Signed-off-by: Peter Shipton <[email protected]>
  • Loading branch information
pshipton committed Jul 31, 2024
1 parent 11e5175 commit cb06d00
Showing 1 changed file with 28 additions and 0 deletions.
28 changes: 28 additions & 0 deletions system/daaLoadTest/playlist.xml
Original file line number Diff line number Diff line change
Expand Up @@ -205,6 +205,13 @@
<variation>-Xgcpolicy:gencon -Xgc:dynamicBreadthFirstScanOrdering</variation>
<!--Note: -Xint modes Mode108, Mode109, Mode109-CS, Mode159, Mode159-CS, Mode550 should be run manually -->
</variations>
<disables>
<disable>
<comment>https://github.com/eclipse-openj9/openj9/issues/19947</comment>
<variation>Mode351</variation>
<platform>os.aix</platform>
</disable>
</disables>
<command>$(SYSTEMTEST_CMD_TEMPLATE) -test-args=$(Q)workload=daa1,timeLimit=5m$(Q) -test=DaaLoadTest; \
$(TEST_STATUS)</command>
<levels>
Expand Down Expand Up @@ -253,6 +260,13 @@
<variation>-Xgcpolicy:gencon -Xgc:dynamicBreadthFirstScanOrdering</variation>
<!--Note: -Xint modes Mode108, Mode109, Mode109-CS, Mode159, Mode159-CS, Mode550 should be run manually -->
</variations>
<disables>
<disable>
<comment>https://github.com/eclipse-openj9/openj9/issues/19947</comment>
<variation>Mode351</variation>
<platform>os.aix</platform>
</disable>
</disables>
<command>$(SYSTEMTEST_CMD_TEMPLATE) -test-args=$(Q)workload=daa2,timeLimit=5m$(Q) -test=DaaLoadTest; \
$(TEST_STATUS)</command>
<levels>
Expand Down Expand Up @@ -301,6 +315,13 @@
<variation>-Xgcpolicy:gencon -Xgc:dynamicBreadthFirstScanOrdering</variation>
<!--Note: -Xint modes Mode108, Mode109, Mode109-CS, Mode159, Mode159-CS, Mode550 should be run manually -->
</variations>
<disables>
<disable>
<comment>https://github.com/eclipse-openj9/openj9/issues/19947</comment>
<variation>Mode351</variation>
<platform>os.aix</platform>
</disable>
</disables>
<command>$(SYSTEMTEST_CMD_TEMPLATE) -test-args=$(Q)workload=daa3,timeLimit=5m$(Q) -test=DaaLoadTest; \
$(TEST_STATUS)</command>
<levels>
Expand Down Expand Up @@ -349,6 +370,13 @@
<variation>-Xgcpolicy:gencon -Xgc:dynamicBreadthFirstScanOrdering</variation>
<!--Note: -Xint modes Mode108, Mode109, Mode109-CS, Mode159, Mode159-CS, Mode550 should be run manually -->
</variations>
<disables>
<disable>
<comment>https://github.com/eclipse-openj9/openj9/issues/19947</comment>
<variation>Mode351</variation>
<platform>os.aix</platform>
</disable>
</disables>
<command>$(SYSTEMTEST_CMD_TEMPLATE) -test=DaaLoadTest -test-args=$(Q)workload=daaAll,timeLimit=5m$(Q); \
$(TEST_STATUS)</command>
<levels>
Expand Down

0 comments on commit cb06d00

Please sign in to comment.