File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed
common/templates/runtimes Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change @@ -71,4 +71,4 @@ extends:
7171 - syntheticpgo
7272 - syntheticpgo_blend
7373 - jitrlcse
74- - jitrpolayout
74+ - jitoldlayout
Original file line number Diff line number Diff line change 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" />
You can’t perform that action at this time.
0 commit comments