Skip to content

Commit e5ebc49

Browse files
committed
Remove JlinkTests
- Remove the Jlink tests `Jlink_ReqMod`,`Jlink_AddMLimitM`,`Jlink_GenOpt` as the com.test.jlink from system test is removed. related: adoptium#5965 Signed-off-by: Anna Babu Palathingal <[email protected]>
1 parent db1e301 commit e5ebc49

File tree

1 file changed

+0
-65
lines changed

1 file changed

+0
-65
lines changed

system/modularity/playlist.xml

-65
Original file line numberDiff line numberDiff line change
@@ -558,50 +558,6 @@
558558
</groups>
559559
<platformRequirements>^os.zos</platformRequirements>
560560
</test>
561-
<!-- Temporarily excluded from win due to : https://github.com/eclipse-openj9/openj9-systemtest/issues/68 -->
562-
<!-- Temporarily excluding from z/OS due to : jdk11-zos/issues/568 -->
563-
<test>
564-
<testCaseName>Jlink_ReqMod</testCaseName>
565-
<variations>
566-
<variation>Mode150</variation>
567-
<variation>Mode650</variation>
568-
<variation>Mode1000</variation>
569-
</variations>
570-
<command>$(SYSTEMTEST_CMD_TEMPLATE) -test=JlinkTest -test-args=$(Q)variant=ReqdMod$(Q); \
571-
$(TEST_STATUS)</command>
572-
<versions>
573-
<version>9+</version>
574-
</versions>
575-
<levels>
576-
<level>sanity</level>
577-
</levels>
578-
<groups>
579-
<group>system</group>
580-
</groups>
581-
<platformRequirements>^os.win,^os.zos</platformRequirements>
582-
</test>
583-
<!-- Temporarily excluded from win due to : https://github.com/eclipse-openj9/openj9-systemtest/issues/68 -->
584-
<!-- Temporarily excluding from z/OS due to : jdk11-zos/issues/568 -->
585-
<test>
586-
<testCaseName>Jlink_AddMLimitM</testCaseName>
587-
<variations>
588-
<variation>Mode150</variation>
589-
<variation>Mode650</variation>
590-
<variation>Mode1000</variation>
591-
</variations>
592-
<command>$(SYSTEMTEST_CMD_TEMPLATE) -test=JlinkTest -test-args=$(Q)variant=AddMLimitM$(Q); \
593-
$(TEST_STATUS)</command>
594-
<versions>
595-
<version>9+</version>
596-
</versions>
597-
<levels>
598-
<level>sanity</level>
599-
</levels>
600-
<groups>
601-
<group>system</group>
602-
</groups>
603-
<platformRequirements>^os.win,^os.zos</platformRequirements>
604-
</test>
605561
<!-- Temporarily excluding from z/OS due to : jdk11-zos/issues/568 -->
606562
<test>
607563
<testCaseName>CpMpJlink</testCaseName>
@@ -623,27 +579,6 @@
623579
</groups>
624580
<platformRequirements>^os.zos</platformRequirements>
625581
</test>
626-
<!-- Temporarily excluded from win due to : https://github.com/eclipse-openj9/openj9-systemtest/issues/68 -->
627-
<test>
628-
<testCaseName>Jlink_GenOpt</testCaseName>
629-
<variations>
630-
<variation>Mode150</variation>
631-
<variation>Mode650</variation>
632-
<variation>Mode1000</variation>
633-
</variations>
634-
<command>$(SYSTEMTEST_CMD_TEMPLATE) -test=JlinkPluginTest -test-args=$(Q)variant=GenOpt$(Q); \
635-
$(TEST_STATUS)</command>
636-
<versions>
637-
<version>9+</version>
638-
</versions>
639-
<levels>
640-
<level>sanity</level>
641-
</levels>
642-
<groups>
643-
<group>system</group>
644-
</groups>
645-
<platformRequirements>^os.win</platformRequirements>
646-
</test>
647582
<test>
648583
<testCaseName>LayersTest</testCaseName>
649584
<variations>

0 commit comments

Comments
 (0)