Skip to content

Commit b8ef822

Browse files
JIT: Test old block layout in outerloop pipelines (#103608)
1 parent cb5832d commit b8ef822

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

eng/pipelines/common/templates/runtimes/run-test-job.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -537,7 +537,7 @@ jobs:
537537
- jitosr_stress
538538
- jitpartialcompilation_pgo
539539
- jitoptrepeat
540-
- jitrpolayout
540+
- jitoldlayout
541541
${{ else }}:
542542
scenarios:
543543
- jitosr_stress
@@ -550,7 +550,7 @@ jobs:
550550
- jitphysicalpromotion_full
551551
- jitrlcse
552552
- jitoptrepeat
553-
- jitrpolayout
553+
- jitoldlayout
554554
${{ if in(parameters.testGroup, 'jit-cfg') }}:
555555
scenarios:
556556
- jitcfg

eng/pipelines/coreclr/libraries-pgo.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,4 +71,4 @@ extends:
7171
- syntheticpgo
7272
- syntheticpgo_blend
7373
- jitrlcse
74-
- jitrpolayout
74+
- jitoldlayout

src/tests/Common/testenvironment.proj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -244,7 +244,7 @@
244244
<TestEnvironment Include="syntheticpgo_blend" TieredPGO="1" TieredCompilation="1" TC_QuickJitForLoops="1" ReadyToRun="0" JitSynthesizeCounts="3" JitCheckSynthesizedCounts="1" />
245245
<TestEnvironment Include="jitrlcse" JitRLCSEGreedy="1" />
246246
<TestEnvironment Include="jitoptrepeat" JitEnableOptRepeat="1" JitOptRepeat="*" JitOptRepeatCount="2"/>
247-
<TestEnvironment Include="jitrpolayout" JitDoReversePostOrderLayout="1"/>
247+
<TestEnvironment Include="jitoldlayout" JitDoReversePostOrderLayout="0"/>
248248
<TestEnvironment Include="gcstandalone" Condition="'$(TargetsWindows)' == 'true'" GCName="clrgc.dll"/>
249249
<TestEnvironment Include="gcstandalone" Condition="'$(TargetsWindows)' != 'true'" GCName="libclrgc.so"/>
250250
<TestEnvironment Include="gcstandaloneserver" Condition="'$(TargetsWindows)' == 'true'" gcServer="1" GCName="clrgc.dll"/>

0 commit comments

Comments
 (0)