File tree Expand file tree Collapse file tree 2 files changed +2
-0
lines changed
eng/pipelines/common/templates/runtimes Expand file tree Collapse file tree 2 files changed +2
-0
lines changed Original file line number Diff line number Diff line change @@ -410,6 +410,7 @@ jobs:
410
410
- gcstress0xc_zapdisable_heapverify1
411
411
- gcstress0xc_jitstress1
412
412
- gcstress0xc_jitstress2
413
+ - gcstress0xc_tailcallstress
413
414
- gcstress0xc_jitminopts_heapverify1
414
415
${{ if in(parameters.testGroup, 'r2r-extra') }} :
415
416
scenarios :
Original file line number Diff line number Diff line change 140
140
<TestEnvironment Include =" gcstress0xc_zapdisable_heapverify1" GCStress =" 0xC" ZapDisable =" 1" ReadyToRun =" 0" HeapVerify =" 1" />
141
141
<TestEnvironment Include =" gcstress0xc_jitstress1" GCStress =" 0xC" JitStress =" 1" />
142
142
<TestEnvironment Include =" gcstress0xc_jitstress2" GCStress =" 0xC" JitStress =" 2" />
143
+ <TestEnvironment Include =" gcstress0xc_tailcallstress" GCStress =" 0xC" TailcallStress =" 1" />
143
144
<TestEnvironment Include =" gcstress0xc_jitminopts_heapverify1" GCStress =" 0xC" JITMinOpts =" 1" HeapVerify =" 1" />
144
145
<TestEnvironment Include =" jitosr" TC_OnStackReplacement =" 1" TC_QuickJitForLoops =" 1" TieredCompilation =" 1" />
145
146
<TestEnvironment Include =" jitosr_stress" TC_OnStackReplacement =" 1" TC_QuickJitForLoops =" 1" TC_OnStackReplacement_InitialCounter =" 1" OSR_HitLimit =" 1" TieredCompilation =" 1" />
You can’t perform that action at this time.
0 commit comments