Skip to content

Commit 555d2ef

Browse files
JIT: Remove jitoldlayout test configs (#113621)
Follow-up to #113335. There is no longer any old layout implementation to test.
1 parent afc3e25 commit 555d2ef

File tree

3 files changed

+0
-4
lines changed

3 files changed

+0
-4
lines changed

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

-2
Original file line numberDiff line numberDiff line change
@@ -540,7 +540,6 @@ jobs:
540540
- jitpartialcompilation_pgo
541541
- jitpartialcompilation_pgo_stress_random
542542
- jitoptrepeat
543-
- jitoldlayout
544543
${{ else }}:
545544
scenarios:
546545
- jitosr_stress
@@ -554,7 +553,6 @@ jobs:
554553
- jitphysicalpromotion_full
555554
- jitrlcse
556555
- jitoptrepeat
557-
- jitoldlayout
558556
${{ if in(parameters.testGroup, 'jit-cfg') }}:
559557
scenarios:
560558
- jitcfg

eng/pipelines/coreclr/libraries-pgo.yml

-1
Original file line numberDiff line numberDiff line change
@@ -71,4 +71,3 @@ extends:
7171
- syntheticpgo
7272
- syntheticpgo_blend
7373
- jitrlcse
74-
- jitoldlayout

src/tests/Common/testenvironment.proj

-1
Original file line numberDiff line numberDiff line change
@@ -248,7 +248,6 @@
248248
<TestEnvironment Include="syntheticpgo_blend" TieredPGO="1" TieredCompilation="1" TC_QuickJitForLoops="1" ReadyToRun="0" JitSynthesizeCounts="3" JitCheckSynthesizedCounts="1" />
249249
<TestEnvironment Include="jitrlcse" JitRLCSEGreedy="1" />
250250
<TestEnvironment Include="jitoptrepeat" JitEnableOptRepeat="1" JitOptRepeat="*" JitOptRepeatCount="2"/>
251-
<TestEnvironment Include="jitoldlayout" JitDoReversePostOrderLayout="0"/>
252251
<TestEnvironment Include="gcstandalone" Condition="'$(TargetsWindows)' == 'true'" GCName="clrgc.dll"/>
253252
<TestEnvironment Include="gcstandalone" Condition="'$(TargetsWindows)' != 'true'" GCName="libclrgc.so"/>
254253
<TestEnvironment Include="gcstandaloneserver" Condition="'$(TargetsWindows)' == 'true'" gcServer="1" GCName="clrgc.dll"/>

0 commit comments

Comments
 (0)