From 4565d840bc07ca426b0cbecc321783d780f608d3 Mon Sep 17 00:00:00 2001 From: Annabelle Huo <45463964+a7ehuo@users.noreply.github.com> Date: Thu, 19 Jan 2023 15:47:02 -0500 Subject: [PATCH] Reenable JDK19 tests after the fix for eclipse-openj9/openj9#15251 (#4261) The following four tests are reenabled since eclipse-openj9/openj9#15251 has been fixed. Previously they were exclude in adoptium/aqa-tests#3750 SC_Softmx_JitAot SC_Softmx_JitAot_Linux SharedClasses.SCM23.MultiThread SharedClasses.SCM23.MultiThreadMultiCL Signed-off-by: Annabelle Huo Signed-off-by: Annabelle Huo --- system/sharedClasses/playlist.xml | 30 +----------------------------- 1 file changed, 1 insertion(+), 29 deletions(-) diff --git a/system/sharedClasses/playlist.xml b/system/sharedClasses/playlist.xml index 95bb714950..225109e779 100644 --- a/system/sharedClasses/playlist.xml +++ b/system/sharedClasses/playlist.xml @@ -6,7 +6,7 @@ In order to save machine resources, exclude sharedClasses subfolder in parallel mode To enable it, please update excludes array in JenkinsfileBase --> - @@ -108,13 +108,6 @@ $(SYSTEMTEST_CMD_TEMPLATE) -test=SharedClassesWorkloadTest_Softmx_Increase_JitAot; \ $(TEST_STATUS) - - - https://github.com/eclipse-openj9/openj9/issues/15251 - openj9 - 19+ - - extended @@ -129,13 +122,6 @@ SC_Softmx_JitAot_Linux - - - https://github.com/eclipse-openj9/openj9/issues/15251 - openj9 - 19+ - - Mode110 Mode610 @@ -288,13 +274,6 @@ { MXP_FLAG=$$(test $$(ulimit -u 2>/dev/null) $(AND_IF_SUCCESS) echo "-u" || echo "-p"); REQD_MXP=2048; if [ ! "$$(ulimit $$MXP_FLAG)" = "unlimited" ] $(AND_IF_SUCCESS) [ ! $$(ulimit $$MXP_FLAG) -gt $$REQD_MXP ]; then echo Attempting to increase max user processes from $$(ulimit $$MXP_FLAG) to $$REQD_MXP; ulimit $$MXP_FLAG $$REQD_MXP; echo max user processes now $$(ulimit $$MXP_FLAG); fi; }; \ $(SYSTEMTEST_CMD_TEMPLATE) -test=SharedClasses -test-args=$(Q)sharedClassMode=SCM23,sharedClassTest=MultiThread$(Q); \ $(TEST_STATUS) - - - https://github.com/eclipse-openj9/openj9/issues/15251 - openj9 - 19+ - - extended @@ -314,13 +293,6 @@ $(SYSTEMTEST_CMD_TEMPLATE) -test=SharedClasses -test-args=$(Q)sharedClassMode=SCM23,sharedClassTest=MultiThreadMultiCL$(Q); \ $(TEST_STATUS) - - - https://github.com/eclipse-openj9/openj9/issues/15251 - openj9 - 19+ - - extended