Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions openjdk/excludes/ProblemList_openjdk25.txt
Original file line number Diff line number Diff line change
Expand Up @@ -535,6 +535,12 @@ vmTestbase/gc/gctests/MTLinkedListGC/MTLinkedListGC.java https://github.com/adop

############################################################################

# hotspot_vmTestbase_nsk_jvmti

vmTestbase/nsk/jvmti/IterateThroughHeap/callbacks/Callbacks.java https://github.com/adoptium/aqa-tests/issues/7096 linux-s390x

############################################################################

# Unreliables - Tests that fail infrequently. These must not block releases.
# Uncomment duplicates above if any of these lines are removed.

Expand Down
26 changes: 26 additions & 0 deletions openjdk/playlist.xml
Original file line number Diff line number Diff line change
Expand Up @@ -956,6 +956,32 @@
<impl>hotspot</impl>
</impls>
</test>
<test>
<testCaseName>hotspot_vmTestbase_nsk_jvmti</testCaseName>
<command>$(JAVA_COMMAND) -Xmx512m $(APPLICATION_OPTIONS) -jar $(Q)$(TEST_RESROOT)$(D)jtreg$(D)lib$(D)jtreg.jar$(Q) \
$(JTREG_BASIC_OPTIONS) $(JVM_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) \
-exclude:$(Q)$(JTREG_HOTSPOT_TEST_DIR)$(D)ProblemList.txt$(Q) \
-exclude:$(Q)$(TEST_RESROOT)$(D)$(PROBLEM_LIST_FILE)$(Q) \
${FEATURE_PROBLEM_LIST_FILE} \
${VENDOR_PROBLEM_LIST_FILE} \
$(Q)$(JTREG_HOTSPOT_TEST_DIR):vmTestbase_nsk_jvmti$(Q); \
$(TEST_STATUS)</command>
<versions>
<version>11+</version>
</versions>
<levels>
<level>extended</level>
</levels>
<groups>
<group>openjdk</group>
</groups>
<impls>
<impl>hotspot</impl>
</impls>
</test>
<test>
<testCaseName>jdk_awt</testCaseName>
<disables>
Expand Down