Skip to content

Commit

Permalink
RISC-V: Disable known failing tests (#4977)
Browse files Browse the repository at this point in the history
The tests are broken and should be disabled until fixed.

Relates to #4976
  • Loading branch information
luhenry authored Jan 17, 2024
1 parent ef9ed71 commit 7575985
Show file tree
Hide file tree
Showing 3 changed files with 50 additions and 0 deletions.
8 changes: 8 additions & 0 deletions perf/renaissance/playlist.xml
Original file line number Diff line number Diff line change
Expand Up @@ -327,6 +327,14 @@
</test>
<test>
<testCaseName>renaissance-philosophers</testCaseName>
<disables>
<disable>
<comment>https://github.com/adoptium/aqa-tests/issues/4976</comment>
<version>17+</version>
<impl>hotspot</impl>
<platform>riscv64_linux</platform>
</disable>
</disables>
<command>$(JAVA_COMMAND) $(ADD_OPENS_CMD) $(JVM_OPTIONS) -jar $(Q)$(TEST_RESROOT)$(D)renaissance.jar$(Q) --json $(Q)$(REPORTDIR)$(D)philosophers.json$(Q) philosophers; \
$(TEST_STATUS)</command>
<levels>
Expand Down
24 changes: 24 additions & 0 deletions system/mauveLoadTest/playlist.xml
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,14 @@
</test>
<test>
<testCaseName>MauveSingleThrdLoad_HS_5m</testCaseName>
<disables>
<disable>
<comment>https://github.com/adoptium/aqa-tests/issues/4976</comment>
<version>17+</version>
<impl>hotspot</impl>
<platform>riscv64_linux</platform>
</disable>
</disables>
<variations>
<variation>Mode150</variation>
<variation>Mode650</variation>
Expand Down Expand Up @@ -80,6 +88,14 @@
</test>
<test>
<testCaseName>MauveSingleInvocLoad_HS_5m</testCaseName>
<disables>
<disable>
<comment>https://github.com/adoptium/aqa-tests/issues/4976</comment>
<version>17+</version>
<impl>hotspot</impl>
<platform>riscv64_linux</platform>
</disable>
</disables>
<variations>
<variation>Mode150</variation>
<variation>Mode650</variation>
Expand All @@ -99,6 +115,14 @@
</test>
<test>
<testCaseName>MauveMultiThrdLoad_5m</testCaseName>
<disables>
<disable>
<comment>https://github.com/adoptium/aqa-tests/issues/4976</comment>
<version>17+</version>
<impl>hotspot</impl>
<platform>riscv64_linux</platform>
</disable>
</disables>
<variations>
<variation>Mode150</variation>
<variation>Mode650</variation>
Expand Down
18 changes: 18 additions & 0 deletions system/otherLoadTest/playlist.xml
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,12 @@
<impl>hotspot</impl>
<platform>ppc64_aix|s390x_linux|ppc64le_linux</platform>
</disable>
<disable>
<comment>https://github.com/adoptium/aqa-tests/issues/4976</comment>
<version>17+</version>
<impl>hotspot</impl>
<platform>riscv64_linux</platform>
</disable>
</disables>
<variations>
<variation>Mode150</variation>
Expand Down Expand Up @@ -68,6 +74,12 @@
<impl>hotspot</impl>
<version>17+</version>
</disable>
<disable>
<comment>https://github.com/adoptium/aqa-tests/issues/4976</comment>
<version>17+</version>
<impl>hotspot</impl>
<platform>riscv64_linux</platform>
</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); \
Expand Down Expand Up @@ -171,6 +183,12 @@
<impl>hotspot</impl>
<platform>ppc64_aix|s390x_linux|ppc64le_linux</platform>
</disable>
<disable>
<comment>https://github.com/adoptium/aqa-tests/issues/4976</comment>
<version>17+</version>
<impl>hotspot</impl>
<platform>riscv64_linux</platform>
</disable>
</disables>
<variations>
<variation>Mode150</variation>
Expand Down

0 comments on commit 7575985

Please sign in to comment.