Skip to content

Commit

Permalink
add langtools_extpath for openj9/ibm (adoptium#4415)
Browse files Browse the repository at this point in the history
related: adoptium#4405

Signed-off-by: Lan Xia <[email protected]>
  • Loading branch information
llxia committed Mar 13, 2023
1 parent a791a4e commit e9b3e15
Showing 1 changed file with 34 additions and 0 deletions.
34 changes: 34 additions & 0 deletions openjdk/playlist.xml
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,40 @@
<group>openjdk</group>
</groups>
</test>
<!-- langtools_extpath_j9 is a subtest of langtools. Once langtools is fully enabled in openj9/ibm, the langtools_extpath_j9 below can be removed -->
<test>
<testCaseName>langtools_extpath_j9</testCaseName>
<disables>
<disable>
<comment>https://github.com/eclipse-openj9/openj9/issues/15264</comment>
<version>19+</version>
<impl>openj9</impl>
</disable>
</disables>
<variations>
<variation>Mode150</variation>
<variation>Mode650</variation>
<variation>Mode1000</variation>
</variations>
<command>$(JAVA_COMMAND) -Xmx512m -jar $(Q)$(TEST_RESROOT)$(D)jtreg$(D)lib$(D)jtreg.jar$(Q) \
$(JTREG_BASIC_OPTIONS) $(CUSTOM_NATIVE_OPTIONS) -vmoptions:$(Q)-Xmx512m $(JVM_OPTIONS) $(VMOPTION_HEADLESS)$(Q) \
$(TIMEOUT_HANDLER) \
-w $(Q)$(REPORTDIR)$(D)work$(Q) \
-r $(Q)$(REPORTDIR)$(D)report$(Q) \
-jdk:$(Q)$(TEST_JDK_HOME)$(Q) \
$(Q)$(JTREG_LANGTOOLS_TEST_DIR)/tools/javap/ExtPath.java$(Q); \
$(TEST_STATUS)</command>
<levels>
<level>extended</level>
</levels>
<groups>
<group>openjdk</group>
</groups>
<impls>
<impl>openj9</impl>
<impl>ibm</impl>
</impls>
</test>
<test>
<testCaseName>hotspot_custom</testCaseName>
<variations>
Expand Down

0 comments on commit e9b3e15

Please sign in to comment.