Skip to content

Commit 6411924

Browse files
authored
openjdk: add hotspot_vmTestbase_vm_gc (#6619)
* openjdk: add hotspot_vmTestbase_vm_gc * openjdk: Exclude vmTestbase/gc/gctests/LargeObjects/* tests on windows-x86
1 parent c788d4f commit 6411924

File tree

4 files changed

+56
-0
lines changed

4 files changed

+56
-0
lines changed

openjdk/excludes/ProblemList_openjdk11.txt

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -375,3 +375,13 @@ serviceability/sa/ClhsdbJstack.java#id0 https://github.com/adoptium/aqa-tests/is
375375
# hotspot_vmTestbase_vm_compiler
376376

377377
vmTestbase/jit/misctests/fpustack/GraphApplet.java https://github.com/adoptium/infrastructure/issues/211 macosx-all
378+
379+
############################################################################
380+
381+
# hotspot_vmTestbase_vm_gc
382+
383+
vmTestbase/gc/gctests/LargeObjects/large001/large001.java https://github.com/adoptium/aqa-tests/issues/6621 windows-x86
384+
vmTestbase/gc/gctests/LargeObjects/large002/TestDescription.java https://github.com/adoptium/aqa-tests/issues/6621 windows-x86
385+
vmTestbase/gc/gctests/LargeObjects/large003/TestDescription.java https://github.com/adoptium/aqa-tests/issues/6621 windows-x86
386+
vmTestbase/gc/gctests/LargeObjects/large004/TestDescription.java https://github.com/adoptium/aqa-tests/issues/6621 windows-x86
387+
vmTestbase/gc/gctests/LargeObjects/large005/TestDescription.java https://github.com/adoptium/aqa-tests/issues/6621 windows-x86

openjdk/excludes/ProblemList_openjdk17.txt

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -516,3 +516,13 @@ serviceability/sa/TestJhsdbJstackLock.java https://bugs.openjdk.org/browse/JDK-8
516516
# hotspot_vmTestbase_vm_compiler
517517

518518
vmTestbase/jit/misctests/fpustack/GraphApplet.java https://github.com/adoptium/infrastructure/issues/211 macosx-all
519+
520+
############################################################################
521+
522+
# hotspot_vmTestbase_vm_gc
523+
524+
vmTestbase/gc/gctests/LargeObjects/large001/large001.java https://github.com/adoptium/aqa-tests/issues/6621 windows-x86
525+
vmTestbase/gc/gctests/LargeObjects/large002/TestDescription.java https://github.com/adoptium/aqa-tests/issues/6621 windows-x86
526+
vmTestbase/gc/gctests/LargeObjects/large003/TestDescription.java https://github.com/adoptium/aqa-tests/issues/6621 windows-x86
527+
vmTestbase/gc/gctests/LargeObjects/large004/TestDescription.java https://github.com/adoptium/aqa-tests/issues/6621 windows-x86
528+
vmTestbase/gc/gctests/LargeObjects/large005/TestDescription.java https://github.com/adoptium/aqa-tests/issues/6621 windows-x86

openjdk/excludes/ProblemList_openjdk21.txt

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -520,3 +520,13 @@ serviceability/jvmti/RedefineClasses/RedefineSharedClassJFR.java https://github.
520520
# hotspot_vmTestbase_vm_compiler
521521

522522
vmTestbase/jit/misctests/fpustack/GraphApplet.java https://github.com/adoptium/infrastructure/issues/211 macosx-all
523+
524+
############################################################################
525+
526+
# hotspot_vmTestbase_vm_gc
527+
528+
vmTestbase/gc/gctests/LargeObjects/large001/large001.java https://github.com/adoptium/aqa-tests/issues/6621 windows-x86
529+
vmTestbase/gc/gctests/LargeObjects/large002/TestDescription.java https://github.com/adoptium/aqa-tests/issues/6621 windows-x86
530+
vmTestbase/gc/gctests/LargeObjects/large003/TestDescription.java https://github.com/adoptium/aqa-tests/issues/6621 windows-x86
531+
vmTestbase/gc/gctests/LargeObjects/large004/TestDescription.java https://github.com/adoptium/aqa-tests/issues/6621 windows-x86
532+
vmTestbase/gc/gctests/LargeObjects/large005/TestDescription.java https://github.com/adoptium/aqa-tests/issues/6621 windows-x86

openjdk/playlist.xml

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -742,6 +742,32 @@
742742
<impl>hotspot</impl>
743743
</impls>
744744
</test>
745+
<test>
746+
<testCaseName>hotspot_vmTestbase_vm_gc</testCaseName>
747+
<command>$(JAVA_COMMAND) -Xmx512m -jar $(Q)$(TEST_RESROOT)$(D)jtreg$(D)lib$(D)jtreg.jar$(Q) \
748+
$(JTREG_BASIC_OPTIONS) $(JVM_NATIVE_OPTIONS) -vmoptions:$(Q)-Xmx512m $(JVM_OPTIONS) $(VMOPTION_HEADLESS)$(Q) \
749+
-w $(Q)$(REPORTDIR)$(D)work$(Q) \
750+
-r $(Q)$(REPORTDIR)$(D)report$(Q) \
751+
-jdk:$(Q)$(TEST_JDK_HOME)$(Q) \
752+
-exclude:$(Q)$(JTREG_HOTSPOT_TEST_DIR)$(D)ProblemList.txt$(Q) \
753+
-exclude:$(Q)$(TEST_RESROOT)$(D)$(PROBLEM_LIST_FILE)$(Q) \
754+
${FEATURE_PROBLEM_LIST_FILE} \
755+
${VENDOR_PROBLEM_LIST_FILE} \
756+
$(Q)$(JTREG_HOTSPOT_TEST_DIR):vmTestbase_vm_gc$(Q); \
757+
$(TEST_STATUS)</command>
758+
<versions>
759+
<version>11+</version>
760+
</versions>
761+
<levels>
762+
<level>extended</level>
763+
</levels>
764+
<groups>
765+
<group>openjdk</group>
766+
</groups>
767+
<impls>
768+
<impl>hotspot</impl>
769+
</impls>
770+
</test>
745771
<test>
746772
<testCaseName>jdk_awt</testCaseName>
747773
<disables>

0 commit comments

Comments
 (0)