Skip to content

Commit

Permalink
JDK21 add jdk_tools_openj9_DynamicLoadWarningTest
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 29, 2023
1 parent 21fa169 commit ec7dd84
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 @@ -1438,6 +1438,40 @@
<group>openjdk</group>
</groups>
</test>
<test>
<testCaseName>jdk_tools_openj9_DynamicLoadWarningTest</testCaseName>
<disables>
<disable>
<comment>https://github.com/adoptium/aqa-tests/issues/3232#issuecomment-1032587426</comment>
<platform>x86-64_alpine-linux|aarch64_alpine-linux</platform>
</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) $(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 ec7dd84

Please sign in to comment.