Skip to content

Commit

Permalink
Remove JlinkTests
Browse files Browse the repository at this point in the history
- Remove the Jlink tests `Jlink_ReqMod`,`Jlink_AddMLimitM`,`Jlink_GenOpt`
 as the com.test.jlink from system test is removed.

 related: #5965

 Signed-off-by: Anna Babu Palathingal <[email protected]>
  • Loading branch information
annaibm authored and pshipton committed Mar 6, 2025
1 parent ff78274 commit c7ec790
Showing 1 changed file with 0 additions and 65 deletions.
65 changes: 0 additions & 65 deletions system/modularity/playlist.xml
Original file line number Diff line number Diff line change
Expand Up @@ -558,50 +558,6 @@
</groups>
<platformRequirements>^os.zos</platformRequirements>
</test>
<!-- Temporarily excluded from win due to : https://github.com/eclipse-openj9/openj9-systemtest/issues/68 -->
<!-- Temporarily excluding from z/OS due to : jdk11-zos/issues/568 -->
<test>
<testCaseName>Jlink_ReqMod</testCaseName>
<variations>
<variation>Mode150</variation>
<variation>Mode650</variation>
<variation>Mode1000</variation>
</variations>
<command>$(SYSTEMTEST_CMD_TEMPLATE) -test=JlinkTest -test-args=$(Q)variant=ReqdMod$(Q); \
$(TEST_STATUS)</command>
<versions>
<version>9+</version>
</versions>
<levels>
<level>sanity</level>
</levels>
<groups>
<group>system</group>
</groups>
<platformRequirements>^os.win,^os.zos</platformRequirements>
</test>
<!-- Temporarily excluded from win due to : https://github.com/eclipse-openj9/openj9-systemtest/issues/68 -->
<!-- Temporarily excluding from z/OS due to : jdk11-zos/issues/568 -->
<test>
<testCaseName>Jlink_AddMLimitM</testCaseName>
<variations>
<variation>Mode150</variation>
<variation>Mode650</variation>
<variation>Mode1000</variation>
</variations>
<command>$(SYSTEMTEST_CMD_TEMPLATE) -test=JlinkTest -test-args=$(Q)variant=AddMLimitM$(Q); \
$(TEST_STATUS)</command>
<versions>
<version>9+</version>
</versions>
<levels>
<level>sanity</level>
</levels>
<groups>
<group>system</group>
</groups>
<platformRequirements>^os.win,^os.zos</platformRequirements>
</test>
<!-- Temporarily excluding from z/OS due to : jdk11-zos/issues/568 -->
<test>
<testCaseName>CpMpJlink</testCaseName>
Expand All @@ -623,27 +579,6 @@
</groups>
<platformRequirements>^os.zos</platformRequirements>
</test>
<!-- Temporarily excluded from win due to : https://github.com/eclipse-openj9/openj9-systemtest/issues/68 -->
<test>
<testCaseName>Jlink_GenOpt</testCaseName>
<variations>
<variation>Mode150</variation>
<variation>Mode650</variation>
<variation>Mode1000</variation>
</variations>
<command>$(SYSTEMTEST_CMD_TEMPLATE) -test=JlinkPluginTest -test-args=$(Q)variant=GenOpt$(Q); \
$(TEST_STATUS)</command>
<versions>
<version>9+</version>
</versions>
<levels>
<level>sanity</level>
</levels>
<groups>
<group>system</group>
</groups>
<platformRequirements>^os.win</platformRequirements>
</test>
<test>
<testCaseName>LayersTest</testCaseName>
<variations>
Expand Down

0 comments on commit c7ec790

Please sign in to comment.