Skip to content

Commit

Permalink
JIT: Test old block layout in outerloop pipelines (#103608)
Browse files Browse the repository at this point in the history
  • Loading branch information
amanasifkhalid authored Jun 18, 2024
1 parent cb5832d commit b8ef822
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions eng/pipelines/common/templates/runtimes/run-test-job.yml
Original file line number Diff line number Diff line change
Expand Up @@ -537,7 +537,7 @@ jobs:
- jitosr_stress
- jitpartialcompilation_pgo
- jitoptrepeat
- jitrpolayout
- jitoldlayout
${{ else }}:
scenarios:
- jitosr_stress
Expand All @@ -550,7 +550,7 @@ jobs:
- jitphysicalpromotion_full
- jitrlcse
- jitoptrepeat
- jitrpolayout
- jitoldlayout
${{ if in(parameters.testGroup, 'jit-cfg') }}:
scenarios:
- jitcfg
Expand Down
2 changes: 1 addition & 1 deletion eng/pipelines/coreclr/libraries-pgo.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,4 +71,4 @@ extends:
- syntheticpgo
- syntheticpgo_blend
- jitrlcse
- jitrpolayout
- jitoldlayout
2 changes: 1 addition & 1 deletion src/tests/Common/testenvironment.proj
Original file line number Diff line number Diff line change
Expand Up @@ -244,7 +244,7 @@
<TestEnvironment Include="syntheticpgo_blend" TieredPGO="1" TieredCompilation="1" TC_QuickJitForLoops="1" ReadyToRun="0" JitSynthesizeCounts="3" JitCheckSynthesizedCounts="1" />
<TestEnvironment Include="jitrlcse" JitRLCSEGreedy="1" />
<TestEnvironment Include="jitoptrepeat" JitEnableOptRepeat="1" JitOptRepeat="*" JitOptRepeatCount="2"/>
<TestEnvironment Include="jitrpolayout" JitDoReversePostOrderLayout="1"/>
<TestEnvironment Include="jitoldlayout" JitDoReversePostOrderLayout="0"/>
<TestEnvironment Include="gcstandalone" Condition="'$(TargetsWindows)' == 'true'" GCName="clrgc.dll"/>
<TestEnvironment Include="gcstandalone" Condition="'$(TargetsWindows)' != 'true'" GCName="libclrgc.so"/>
<TestEnvironment Include="gcstandaloneserver" Condition="'$(TargetsWindows)' == 'true'" gcServer="1" GCName="clrgc.dll"/>
Expand Down

0 comments on commit b8ef822

Please sign in to comment.