diff --git a/test/TestConfig/resources/excludes/latest_exclude_19.txt b/test/TestConfig/resources/excludes/latest_exclude_19.txt index af7a0bd43da..2f60bec9fec 100644 --- a/test/TestConfig/resources/excludes/latest_exclude_19.txt +++ b/test/TestConfig/resources/excludes/latest_exclude_19.txt @@ -1,5 +1,5 @@ ############################################################################## -# Copyright (c) 2021, 2021 IBM Corp. and others +# Copyright (c) 2021, 2022 IBM Corp. and others # # This program and the accompanying materials are made available under # the terms of the Eclipse Public License 2.0 which accompanies this @@ -30,3 +30,22 @@ org.openj9.test.nestmates.NestAttributeTest:testGetNestMembersAPIInValidHostWron org.openj9.test.nestmates.NestAttributeTest:testGetNestMembersAPINestMemberWrongPackage NA generic-all org.openj9.test.nestmates.NestAttributeTest:testGetNestMembersAPINestMemberWrongNestHost NA generic-all org.openj9.test.nestmates.NestAttributeTest:testGetNestMembersAPINestMemberWrongNestHost2 NA generic-all + +# Exclude Java 19 Thread related failures + +org.openj9.test.java.lang.Test_ThreadGroup:test_activeCount NA generic-all +org.openj9.test.java.lang.Test_ThreadGroup:test_Constructor2 NA generic-all +org.openj9.test.java.lang.Test_ThreadGroup:test_destroy NA generic-all +org.openj9.test.java.lang.Test_ThreadGroup:test_destroy2 NA generic-all +org.openj9.test.java.lang.Test_ThreadGroup:test_destroy3 NA generic-all +org.openj9.test.java.lang.Test_ThreadGroup:test_list NA generic-all +org.openj9.test.java.lang.Test_ThreadGroup:test_remove NA generic-all +org.openj9.test.java.lang.Test_ThreadGroup:test_resume NA generic-all +org.openj9.test.java.lang.Test_ThreadGroup:test_setDaemon2 NA generic-all +org.openj9.test.java.lang.Test_ThreadGroup:test_stop NA generic-all +org.openj9.test.java.lang.Test_ThreadGroup:test_suspend NA generic-all +org.openj9.test.java.lang.Test_ThreadGroup:test_uncaughtException NA generic-all +org.openj9.test.java.lang.Test_Thread:test_start_WeakReference NA generic-all +org.openj9.test.java.lang.Test_Thread:test_currentThread NA generic-all +org.openj9.test.java.lang.Test_Thread:test_toString NA generic-all +org.openj9.test.java.lang.management.TestManagementFactory:testGetPlatformMXBeans NA generic-all diff --git a/test/functional/JIT_Test/playlist.xml b/test/functional/JIT_Test/playlist.xml index 324fb704918..dafd2fa9d90 100644 --- a/test/functional/JIT_Test/playlist.xml +++ b/test/functional/JIT_Test/playlist.xml @@ -204,6 +204,12 @@ jit_jitt_openj9_none_SCC + + + https://github.com/eclipse-openj9/openj9/issues/15152 + 19+ + + -Xjit:noJitUntilMain,count=0,optlevel=warm,gcOnResolve,rtResolve -verbose:stackwalk=0 -Xdump -Xrs -Xjit:noJitUntilMain,count=0,optlevel=warm,gcOnResolve,rtResolve -verbose:stackwalk=0 -Xdump diff --git a/test/functional/JavaAgentTest/playlist.xml b/test/functional/JavaAgentTest/playlist.xml index 4a47dc0349e..bb8e2d2f25b 100644 --- a/test/functional/JavaAgentTest/playlist.xml +++ b/test/functional/JavaAgentTest/playlist.xml @@ -23,6 +23,13 @@ TestFlushReflectionCache + + + https://github.com/eclipse-openj9/openj9/issues/15152 + 19+ + Mode107 + + NoOptions Mode100 diff --git a/test/functional/cmdLineTests/gcRegressionTests/gcRegressionTests_excludes.xml b/test/functional/cmdLineTests/gcRegressionTests/gcRegressionTests_excludes.xml index 5649bbb79b6..9e7a4914530 100644 --- a/test/functional/cmdLineTests/gcRegressionTests/gcRegressionTests_excludes.xml +++ b/test/functional/cmdLineTests/gcRegressionTests/gcRegressionTests_excludes.xml @@ -27,11 +27,15 @@ + +Temp disable on Loom test failures +Temp disable on Loom test failures + -Class unloading not supported on RTJ -Class unloading not supported on RTJ -Class unloading not supported on RTJ -Class unloading not supported on RTJ +Class unloading not supported on RTJ +Class unloading not supported on RTJ +Class unloading not supported on RTJ +Class unloading not supported on RTJ Metronome and Staccato do not support contraction diff --git a/test/functional/cmdLineTests/gcRegressionTests/playlist.xml b/test/functional/cmdLineTests/gcRegressionTests/playlist.xml index 9725f560626..fe0fd4eb0f5 100644 --- a/test/functional/cmdLineTests/gcRegressionTests/playlist.xml +++ b/test/functional/cmdLineTests/gcRegressionTests/playlist.xml @@ -31,7 +31,7 @@ $(JAVA_COMMAND) $(JVM_OPTIONS) -DTESTSJARPATH=$(Q)$(TEST_RESROOT)$(D)gcRegressionTests.jar$(Q) -DRESJAR=$(CMDLINETESTER_RESJAR) \ -DEXE=$(SQ)$(JAVA_COMMAND) $(JVM_OPTIONS)$(SQ) -jar $(CMDLINETESTER_JAR) -config $(Q)$(TEST_RESROOT)$(D)gcRegressionTests.xml$(Q) \ - -explainExcludes -xids all,$(PLATFORM),$(VARIATION) -plats all,$(PLATFORM),$(VARIATION) -xlist $(Q)$(TEST_RESROOT)$(D)gcRegressionTests_excludes.xml$(Q) -nonZeroExitWhenError; \ + -explainExcludes -xids all,$(PLATFORM),$(VARIATION),$(JDK_VERSION) -plats all,$(PLATFORM),$(VARIATION) -xlist $(Q)$(TEST_RESROOT)$(D)gcRegressionTests_excludes.xml$(Q) -nonZeroExitWhenError; \ $(TEST_STATUS) sanity @@ -95,7 +95,7 @@ $(JAVA_COMMAND) $(JVM_OPTIONS) -DTESTSJARPATH=$(Q)$(TEST_RESROOT)$(D)gcRegressionTests.jar$(Q) -DRESJAR=$(CMDLINETESTER_RESJAR) \ -DEXE=$(SQ)$(JAVA_COMMAND) $(JVM_OPTIONS)$(SQ) -jar $(CMDLINETESTER_JAR) -config $(Q)$(TEST_RESROOT)$(D)gcRegressionTests.xml$(Q) \ - -explainExcludes -xids all,$(PLATFORM),Mode301 -plats all,$(PLATFORM),Mode301 -xlist $(Q)$(TEST_RESROOT)$(D)gcRegressionTests_excludes.xml$(Q) -explainExcludes -nonZeroExitWhenError; \ + -explainExcludes -xids all,$(PLATFORM),Mode301,$(JDK_VERSION) -plats all,$(PLATFORM),Mode301 -xlist $(Q)$(TEST_RESROOT)$(D)gcRegressionTests_excludes.xml$(Q) -explainExcludes -nonZeroExitWhenError; \ $(TEST_STATUS) sanity diff --git a/test/functional/cmdLineTests/jvmtitests/jvmtitests_excludes_19.xml b/test/functional/cmdLineTests/jvmtitests/jvmtitests_excludes_19.xml index 6775a2a3023..11c17ae6e9f 100644 --- a/test/functional/cmdLineTests/jvmtitests/jvmtitests_excludes_19.xml +++ b/test/functional/cmdLineTests/jvmtitests/jvmtitests_excludes_19.xml @@ -1,6 +1,6 @@