Skip to content

Commit

Permalink
Exclude SharedClasse softmx increase JitAot test from linux ppcle64 (#…
Browse files Browse the repository at this point in the history
…285)

Signed-off-by: Mesbah <[email protected]>
  • Loading branch information
Mesbah-Alam authored Feb 28, 2018
1 parent da5c056 commit 39f8158
Showing 1 changed file with 31 additions and 0 deletions.
31 changes: 31 additions & 0 deletions systemtest/playlist.xml
Original file line number Diff line number Diff line change
Expand Up @@ -695,6 +695,7 @@
</impls>
</test>

<!-- Exclude the following test on Linux ppc64le. Reason: AdoptOpenJDK/openjdk-systemtest/issues/79 -->
<test>
<testCaseName>SharedClassesWorkloadTest_Softmx_Increase_JitAot</testCaseName>
<variations>
Expand All @@ -721,6 +722,36 @@
<impls>
<impl>openj9</impl>
</impls>
<platformRequirements>^os.linux</platformRequirements>
</test>

<test>
<testCaseName>SharedClassesWorkloadTest_Softmx_Increase_JitAot_Linux</testCaseName>
<variations>
<variation>NoOptions</variation>
</variations>
<command>export JAVA_HOME=$(JDK_HOME)$(D) && \
perl $(TEST_RESROOT)$(D)stf$(D)stf.core$(D)scripts$(D)stf.pl \
-test-root=$(Q)$(TEST_RESROOT)$(D)stf;$(TEST_RESROOT)$(D)openjdk-systemtest;$(TEST_RESROOT)$(D)openj9-systemtest$(Q) \
-systemtest-prereqs=$(Q)$(TEST_RESROOT)$(D)systemtest_prereqs$(Q) \
-results-root=$(REPORTDIR) \
-test=SharedClassesWorkloadTest_Softmx_Increase_JitAot; \
$(TEST_STATUS)</command>
<subsets>
<subset>SE80</subset>
<subset>SE90</subset>
<subset>SE100</subset>
</subsets>
<levels>
<level>extended</level>
</levels>
<groups>
<group>system</group>
</groups>
<impls>
<impl>openj9</impl>
</impls>
<platformRequirements>os.linux,^arch.ppc</platformRequirements>
</test>

<test>
Expand Down

0 comments on commit 39f8158

Please sign in to comment.