summaryrefslogtreecommitdiff
path: root/tests/testenvironment.proj
diff options
context:
space:
mode:
authorEgor Chesakov <Egor.Chesakov@microsoft.com>2019-01-29 17:17:18 -0800
committerGitHub <noreply@github.com>2019-01-29 17:17:18 -0800
commitab30991acb30b9f26d1a4297d3b59baa45eb8155 (patch)
tree2851a785db86379e8292a4632399b9a80ab600f4 /tests/testenvironment.proj
parent25345fd1e070fdda233a43b7be070d66f187c557 (diff)
downloadcoreclr-ab30991acb30b9f26d1a4297d3b59baa45eb8155.tar.gz
coreclr-ab30991acb30b9f26d1a4297d3b59baa45eb8155.tar.bz2
coreclr-ab30991acb30b9f26d1a4297d3b59baa45eb8155.zip
RunCrossGen in ReadyToRun tests, set TimeoutPerTest, set FailOnWorkItemFailure (#22261)
* For ReadyToRun tests in AzDO set RunCrossGen=true during Helix test running * Set __TestTimeout and introduce TimeoutPerTestInMinutes for test jobs * Set FailOnWorkItemFailure - fail the AzDO step on Helix work item "catastrophic failure"
Diffstat (limited to 'tests/testenvironment.proj')
-rw-r--r--tests/testenvironment.proj4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/testenvironment.proj b/tests/testenvironment.proj
index f99209ba03..27320e3bce 100644
--- a/tests/testenvironment.proj
+++ b/tests/testenvironment.proj
@@ -55,7 +55,7 @@
<!-- "normal" scenario doesn't define any COMPlus_* variables and uses the coreclr runtime default values
while other scenarios use the default values of COMPlus_* variables defined in ItemDefinitionGroup above -->
<TestEnvironment Include="normal" TieredCompilation="" />
- <TestEnvironment Include="minopts" JITMinOpts="1" />
+ <TestEnvironment Include="jitminopts" JITMinOpts="1" />
<TestEnvironment Include="no_tiered_compilation" TieredCompilation="0" />
<TestEnvironment Include="forcerelocs" ForceRelocs="1" />
<TestEnvironment Include="jitstress1" JitStress="1" />
@@ -98,7 +98,7 @@
<TestEnvironment Include="gcstress0xc_zapdisable_heapverify1" GCStress="0xC" ZapDisable="1" ReadyToRun="0" HeapVerify="1" />
<TestEnvironment Include="gcstress0xc_jitstress1" GCStress="0xC" JitStress="1" />
<TestEnvironment Include="gcstress0xc_jitstress2" GCStress="0xC" JitStress="2" />
- <TestEnvironment Include="gcstress0xc_minopts_heapverify1" GCStress="0xC" JITMinOpts="1" HeapVerify="1" />
+ <TestEnvironment Include="gcstress0xc_jitminopts_heapverify1" GCStress="0xC" JITMinOpts="1" HeapVerify="1" />
</ItemGroup>
<!-- We use target batching on the COMPlusVariable items to iterate over the all COMPlus_* environment variables