Skip to content

Commit 09c9d10

Browse files
Add TailcallStress + GCStress testing to gcstress-extra pipeline (#41827)
Fixes #41825
1 parent 1d17ce6 commit 09c9d10

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -410,6 +410,7 @@ jobs:
410410
- gcstress0xc_zapdisable_heapverify1
411411
- gcstress0xc_jitstress1
412412
- gcstress0xc_jitstress2
413+
- gcstress0xc_tailcallstress
413414
- gcstress0xc_jitminopts_heapverify1
414415
${{ if in(parameters.testGroup, 'r2r-extra') }}:
415416
scenarios:

src/coreclr/tests/testenvironment.proj

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -140,6 +140,7 @@
140140
<TestEnvironment Include="gcstress0xc_zapdisable_heapverify1" GCStress="0xC" ZapDisable="1" ReadyToRun="0" HeapVerify="1" />
141141
<TestEnvironment Include="gcstress0xc_jitstress1" GCStress="0xC" JitStress="1" />
142142
<TestEnvironment Include="gcstress0xc_jitstress2" GCStress="0xC" JitStress="2" />
143+
<TestEnvironment Include="gcstress0xc_tailcallstress" GCStress="0xC" TailcallStress="1" />
143144
<TestEnvironment Include="gcstress0xc_jitminopts_heapverify1" GCStress="0xC" JITMinOpts="1" HeapVerify="1" />
144145
<TestEnvironment Include="jitosr" TC_OnStackReplacement="1" TC_QuickJitForLoops="1" TieredCompilation="1" />
145146
<TestEnvironment Include="jitosr_stress" TC_OnStackReplacement="1" TC_QuickJitForLoops="1" TC_OnStackReplacement_InitialCounter="1" OSR_HitLimit="1" TieredCompilation="1" />

0 commit comments

Comments
 (0)