From 671c81a9e44345c6f6300b756a1a4eb1db4e6045 Mon Sep 17 00:00:00 2001 From: Aman Khalid Date: Fri, 27 May 2022 14:11:31 -0700 Subject: [PATCH] Add hot/cold splitting test job to jit-runtime-experimental --- eng/pipelines/common/templates/runtimes/run-test-job.yml | 1 + src/tests/Common/testenvironment.proj | 4 ++++ 2 files changed, 5 insertions(+) diff --git a/eng/pipelines/common/templates/runtimes/run-test-job.yml b/eng/pipelines/common/templates/runtimes/run-test-job.yml index f7f310dfb97429..fc7c2e991220f1 100644 --- a/eng/pipelines/common/templates/runtimes/run-test-job.yml +++ b/eng/pipelines/common/templates/runtimes/run-test-job.yml @@ -572,6 +572,7 @@ jobs: - jitosr_stress - jitosr_pgo - jitosr_stress_random + - jitosr_stress_split - jitpartialcompilation - jitpartialcompilation_osr - jitpartialcompilation_osr_pgo diff --git a/src/tests/Common/testenvironment.proj b/src/tests/Common/testenvironment.proj index fcc3e3926febc8..3a1b4b129bc736 100644 --- a/src/tests/Common/testenvironment.proj +++ b/src/tests/Common/testenvironment.proj @@ -36,13 +36,16 @@ COMPlus_EnableSSE42; COMPlus_EnableSSSE3; COMPlus_ForceRelocs; + COMPlus_GCgen0size; COMPlus_GCStress; COMPlus_GCName; COMPlus_gcServer; COMPlus_HeapVerify; COMPlus_JITMinOpts; COMPlus_JitELTHookEnabled; + COMPlus_JitFakeProcedureSplitting; COMPlus_JitStress; + COMPlus_JitStressProcedureSplitting; COMPlus_JitStressRegs; COMPlus_TailcallStress; COMPlus_ReadyToRun; @@ -188,6 +191,7 @@ +