From: Jakob Botsch Nielsen Date: Mon, 24 Jul 2023 18:32:52 +0000 (+0200) Subject: Tweak and fix physical promotion test environments (#89380) X-Git-Tag: accepted/tizen/unified/riscv/20231226.055536~813 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=f21f2ffdd53487d67539c59617858c4b819bcff3;p=platform%2Fupstream%2Fdotnet%2Fruntime.git Tweak and fix physical promotion test environments (#89380) - Physical promotion is enabled by default now, so switch the scenario to one that tests physical promotion without old promotion - JitStressModeNames was missing from DOTNETVariables, which meant that after the switch from JitEnablePhysicalPromotion to JitStressModeNames we stopped testing the right thing --- diff --git a/eng/pipelines/common/templates/runtimes/run-test-job.yml b/eng/pipelines/common/templates/runtimes/run-test-job.yml index 766783e..a137b7c 100644 --- a/eng/pipelines/common/templates/runtimes/run-test-job.yml +++ b/eng/pipelines/common/templates/runtimes/run-test-job.yml @@ -582,7 +582,7 @@ jobs: - jitpartialcompilation - jitpartialcompilation_pgo - jitobjectstackallocation - - jitphysicalpromotion + - jitphysicalpromotion_only - jitphysicalpromotion_full ${{ if in(parameters.testGroup, 'jit-cfg') }}: diff --git a/src/tests/Common/testenvironment.proj b/src/tests/Common/testenvironment.proj index c262bd8..54ce016 100644 --- a/src/tests/Common/testenvironment.proj +++ b/src/tests/Common/testenvironment.proj @@ -71,6 +71,7 @@ DOTNET_JitRandomEdgeCounts; DOTNET_JitRandomOnStackReplacement; DOTNET_JitRandomlyCollect64BitCounts; + DOTNET_JitStressModeNames; DOTNET_JitGuardedDevirtualizationMaxTypeChecks; DOTNET_TieredPGO_InstrumentedTierAlwaysOptimized; DOTNET_JitForceControlFlowGuard; @@ -216,8 +217,8 @@ - - + +