File tree 3 files changed +0
-4
lines changed
common/templates/runtimes
3 files changed +0
-4
lines changed Original file line number Diff line number Diff line change @@ -540,7 +540,6 @@ jobs:
540
540
- jitpartialcompilation_pgo
541
541
- jitpartialcompilation_pgo_stress_random
542
542
- jitoptrepeat
543
- - jitoldlayout
544
543
${{ else }} :
545
544
scenarios :
546
545
- jitosr_stress
@@ -554,7 +553,6 @@ jobs:
554
553
- jitphysicalpromotion_full
555
554
- jitrlcse
556
555
- jitoptrepeat
557
- - jitoldlayout
558
556
${{ if in(parameters.testGroup, 'jit-cfg') }} :
559
557
scenarios :
560
558
- jitcfg
Original file line number Diff line number Diff line change @@ -71,4 +71,3 @@ extends:
71
71
- syntheticpgo
72
72
- syntheticpgo_blend
73
73
- jitrlcse
74
- - jitoldlayout
Original file line number Diff line number Diff line change 248
248
<TestEnvironment Include =" syntheticpgo_blend" TieredPGO =" 1" TieredCompilation =" 1" TC_QuickJitForLoops =" 1" ReadyToRun =" 0" JitSynthesizeCounts =" 3" JitCheckSynthesizedCounts =" 1" />
249
249
<TestEnvironment Include =" jitrlcse" JitRLCSEGreedy =" 1" />
250
250
<TestEnvironment Include =" jitoptrepeat" JitEnableOptRepeat =" 1" JitOptRepeat =" *" JitOptRepeatCount =" 2" />
251
- <TestEnvironment Include =" jitoldlayout" JitDoReversePostOrderLayout =" 0" />
252
251
<TestEnvironment Include =" gcstandalone" Condition =" '$(TargetsWindows)' == 'true'" GCName =" clrgc.dll" />
253
252
<TestEnvironment Include =" gcstandalone" Condition =" '$(TargetsWindows)' != 'true'" GCName =" libclrgc.so" />
254
253
<TestEnvironment Include =" gcstandaloneserver" Condition =" '$(TargetsWindows)' == 'true'" gcServer =" 1" GCName =" clrgc.dll" />
You can’t perform that action at this time.
0 commit comments