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_openjdk11.txt
Original file line number Diff line number Diff line change
Expand Up @@ -385,3 +385,9 @@ vmTestbase/gc/gctests/LargeObjects/large002/TestDescription.java https://github.
vmTestbase/gc/gctests/LargeObjects/large003/TestDescription.java https://github.com/adoptium/aqa-tests/issues/6621 windows-x86
vmTestbase/gc/gctests/LargeObjects/large004/TestDescription.java https://github.com/adoptium/aqa-tests/issues/6621 windows-x86
vmTestbase/gc/gctests/LargeObjects/large005/TestDescription.java https://github.com/adoptium/aqa-tests/issues/6621 windows-x86

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

# hotspot_vmTestbase_vm_mlvm

vmTestbase/vm/mlvm/mixed/stress/java/findDeadlock/TestDescription.java https://github.com/adoptium/aqa-tests/issues/6715 aix-all
6 changes: 6 additions & 0 deletions openjdk/excludes/ProblemList_openjdk17.txt
Original file line number Diff line number Diff line change
Expand Up @@ -526,3 +526,9 @@ vmTestbase/gc/gctests/LargeObjects/large002/TestDescription.java https://github.
vmTestbase/gc/gctests/LargeObjects/large003/TestDescription.java https://github.com/adoptium/aqa-tests/issues/6621 windows-x86
vmTestbase/gc/gctests/LargeObjects/large004/TestDescription.java https://github.com/adoptium/aqa-tests/issues/6621 windows-x86
vmTestbase/gc/gctests/LargeObjects/large005/TestDescription.java https://github.com/adoptium/aqa-tests/issues/6621 windows-x86

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

# hotspot_vmTestbase_vm_mlvm

vmTestbase/vm/mlvm/mixed/stress/java/findDeadlock/TestDescription.java https://github.com/adoptium/aqa-tests/issues/6715 aix-all
6 changes: 6 additions & 0 deletions openjdk/excludes/ProblemList_openjdk21.txt
Original file line number Diff line number Diff line change
Expand Up @@ -530,3 +530,9 @@ vmTestbase/gc/gctests/LargeObjects/large002/TestDescription.java https://github.
vmTestbase/gc/gctests/LargeObjects/large003/TestDescription.java https://github.com/adoptium/aqa-tests/issues/6621 windows-x86
vmTestbase/gc/gctests/LargeObjects/large004/TestDescription.java https://github.com/adoptium/aqa-tests/issues/6621 windows-x86
vmTestbase/gc/gctests/LargeObjects/large005/TestDescription.java https://github.com/adoptium/aqa-tests/issues/6621 windows-x86

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

# hotspot_vmTestbase_vm_mlvm

vmTestbase/vm/mlvm/mixed/stress/java/findDeadlock/TestDescription.java https://github.com/adoptium/aqa-tests/issues/6715 aix-all
6 changes: 6 additions & 0 deletions openjdk/excludes/ProblemList_openjdk25.txt
Original file line number Diff line number Diff line change
Expand Up @@ -543,3 +543,9 @@ serviceability/jvmti/RedefineClasses/RedefineLeakThrowable.java#id1 https://gith
# hotspot_vmTestbase_vm_compiler

vmTestbase/jit/misctests/fpustack/GraphApplet.java https://github.com/adoptium/infrastructure/issues/211 macosx-all

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

# hotspot_vmTestbase_vm_mlvm

vmTestbase/vm/mlvm/mixed/stress/java/findDeadlock/TestDescription.java https://github.com/adoptium/aqa-tests/issues/6715 aix-all
26 changes: 26 additions & 0 deletions openjdk/playlist.xml
Original file line number Diff line number Diff line change
Expand Up @@ -794,6 +794,32 @@
<impl>hotspot</impl>
</impls>
</test>
<test>
<testCaseName>hotspot_vmTestbase_vm_mlvm</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_vm_mlvm$(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