Skip to content

Commit

Permalink
JDK21 add jdk_tools_openj9_DynamicLoadWarningTest (#4735)
Browse files Browse the repository at this point in the history
This is to run com/sun/tools/attach/warnings/DynamicLoadWarningTest.java
test for OpenJ9/IBM JDK21+.

Signed-off-by: Jason Feng <fengj@ca.ibm.com>
  • Loading branch information
JasonFengJ9 committed Aug 30, 2023
1 parent 9eafbf2 commit 53cc06d
Showing 1 changed file with 28 additions and 0 deletions.
28 changes: 28 additions & 0 deletions openjdk/playlist.xml
Original file line number Diff line number Diff line change
Expand Up @@ -1438,6 +1438,34 @@
<group>openjdk</group>
</groups>
</test>
<test>
<testCaseName>jdk_tools_openj9_DynamicLoadWarningTest</testCaseName>
<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) $(JDK_NATIVE_OPTIONS) -vmoptions:$(Q)-Xmx512m $(JVM_OPTIONS) $(VMOPTION_HEADLESS)$(Q) \
-w $(Q)$(REPORTDIR)$(D)work$(Q) \
-r $(Q)$(REPORTDIR)$(D)report$(Q) \
-jdk:$(Q)$(TEST_JDK_HOME)$(Q) \
$(Q)$(JTREG_JDK_TEST_DIR)$(D)com/sun/tools/attach/warnings/DynamicLoadWarningTest.java$(Q); \
$(TEST_STATUS)</command>
<versions>
<version>21+</version>
</versions>
<levels>
<level>extended</level>
</levels>
<groups>
<group>openjdk</group>
</groups>
<impls>
<impl>openj9</impl>
<impl>ibm</impl>
</impls>
</test>
<test>
<testCaseName>jdk_jdi_jdk8</testCaseName>
<disables>
Expand Down

0 comments on commit 53cc06d

Please sign in to comment.