Skip to content

Commit

Permalink
Merge pull request #9148 from knn-k/aarch64playlist3
Browse files Browse the repository at this point in the history
Enable DDR tests for AArch64 again
  • Loading branch information
pshipton committed Apr 7, 2020
2 parents 8a875e0 + a9d0ee2 commit ad7c3f0
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions test/functional/DDR_Test/playlist.xml
Expand Up @@ -46,7 +46,7 @@ SPDX-License-Identifier: EPL-2.0 OR Apache-2.0 OR GPL-2.0 WITH Classpath-excepti
-Dtest.list=$(Q)TestDDRExtensionGeneral$(Q) -DADDITIONALEXPORTS=$(ADDEXPORTS_JDKASM_UNNAMED) -f $(Q)$(TEST_RESROOT)$(D)tck_ddrext.xml$(Q); \
$(TEST_STATUS)</command>
<!-- temporarily disable this test on z/OS; github.com/eclipse/openj9/issues/1511 -->
<platformRequirements>^os.zos,^arch.aarch64</platformRequirements>
<platformRequirements>^os.zos</platformRequirements>
<levels>
<level>extended</level>
</levels>
Expand Down Expand Up @@ -82,7 +82,7 @@ SPDX-License-Identifier: EPL-2.0 OR Apache-2.0 OR GPL-2.0 WITH Classpath-excepti
-Dtest.list=$(Q)TestCallsites$(Q) -DADDITIONALEXPORTS=$(ADDEXPORTS_JDKASM_UNNAMED) -f $(Q)$(TEST_RESROOT)$(D)tck_ddrext.xml$(Q); \
$(TEST_STATUS)</command>
<!-- temporarily disable this test on z/OS; github.com/eclipse/openj9/issues/1511 -->
<platformRequirements>^os.zos,^arch.aarch64</platformRequirements>
<platformRequirements>^os.zos</platformRequirements>
<levels>
<level>extended</level>
</levels>
Expand Down
Expand Up @@ -92,7 +92,7 @@ SPDX-License-Identifier: EPL-2.0 OR Apache-2.0 OR GPL-2.0 WITH Classpath-excepti
-config $(Q)$(TEST_RESROOT)$(D)callsiteddrtests.xml$(Q) -plats all,$(PLATFORM),$(VARIATION) -nonZeroExitWhenError; \
${TEST_STATUS}</command>
<!-- temporarily disable this test on z/OS; github.com/eclipse/openj9/issues/1511 -->
<platformRequirements>^os.zos,^arch.aarch64</platformRequirements>
<platformRequirements>^os.zos</platformRequirements>
<levels>
<level>sanity</level>
</levels>
Expand Down
2 changes: 1 addition & 1 deletion test/functional/cmdLineTests/classesdbgddrext/playlist.xml
Expand Up @@ -64,7 +64,7 @@ SPDX-License-Identifier: EPL-2.0 OR Apache-2.0 OR GPL-2.0 WITH Classpath-excepti
-xlist $(Q)$(TEST_RESROOT)$(D)dbgextddrtests_excludes.xml$(Q) -nonZeroExitWhenError; \
${TEST_STATUS}</command>
<!-- j9ddr.jar is not supported on z/OS; OpenJ9 issue 1511 -->
<platformRequirements>^os.zos,^arch.aarch64</platformRequirements>
<platformRequirements>^os.zos</platformRequirements>
<levels>
<level>extended</level>
</levels>
Expand Down
Expand Up @@ -39,7 +39,7 @@ SPDX-License-Identifier: EPL-2.0 OR Apache-2.0 OR GPL-2.0 WITH Classpath-excepti
-outputLimit 1000 -explainExcludes -nonZeroExitWhenError; \
${TEST_STATUS}</command>
<!-- Tests excluded on zos because it does not support DDR yet. Please see https://github.com/eclipse/openj9/issues/1511 for updates -->
<platformRequirements>^os.zos,^arch.aarch64</platformRequirements>
<platformRequirements>^os.zos</platformRequirements>
<levels>
<level>extended</level>
</levels>
Expand Down
2 changes: 1 addition & 1 deletion test/functional/cmdLineTests/shrcdbgddrext/playlist.xml
Expand Up @@ -40,7 +40,7 @@ SPDX-License-Identifier: EPL-2.0 OR Apache-2.0 OR GPL-2.0 WITH Classpath-excepti
-config $(Q)$(TEST_RESROOT)$(D)shrcdbgextddrtests.xml$(Q) -plats all,$(PLATFORM),$(VARIATION) -nonZeroExitWhenError; \
${TEST_STATUS}</command>
<!-- temporarily disable this test on z/OS; github.com/eclipse/openj9/issues/1511 -->
<platformRequirements>^os.zos,^arch.aarch64</platformRequirements>
<platformRequirements>^os.zos</platformRequirements>
<levels>
<level>extended</level>
</levels>
Expand Down

0 comments on commit ad7c3f0

Please sign in to comment.