Skip to content

Commit

Permalink
Add synthetic GC double map test to Mac OSX (#1979)
Browse files Browse the repository at this point in the history
Depends on: eclipse-omr/omr#5580
Depends on: eclipse-openj9/openj9#10714

Signed-off-by: Igor Braga <higorb1@gmail.com>
  • Loading branch information
bragaigor authored Nov 14, 2020
1 parent ecebb0a commit 1a3cb01
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion functional/SyntheticGCWorkload/playlist.xml
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,7 @@
<command>$(JAVA_COMMAND) $(JVM_OPTIONS) -cp $(Q)$(TEST_RESROOT)$(D)SyntheticGCWorkload.jar$(Q) net.adoptopenjdk.casa.workload_sessions.Main $(TEST_RESROOT)/config/config_doubleMapStress.xml -n; \
${TEST_STATUS}</command>
<!-- Temporarily disable this test on AArch64; github.com/eclipse/openj9/issues/8034 -->
<platformRequirements>bits.64,os.linux,^arch.aarch64</platformRequirements>
<platformRequirements>bits.64,^os.aix,^os.win,^os.zos,^arch.aarch64</platformRequirements>
<levels>
<level>extended</level>
</levels>
Expand Down

0 comments on commit 1a3cb01

Please sign in to comment.