summaryrefslogtreecommitdiff
path: root/tests/testenvironment.proj
diff options
context:
space:
mode:
authorTanner Gooding <tagoo@outlook.com>2019-05-21 04:08:48 -0700
committerGitHub <noreply@github.com>2019-05-21 04:08:48 -0700
commit22288107a7acf7a3cf40f72c0464a722c80b7ba9 (patch)
treef1b11b39f33325d30871767d06d91a26e5d1960b /tests/testenvironment.proj
parentc8e9c122aa5ea827e734fdffd889afa6318619da (diff)
downloadcoreclr-22288107a7acf7a3cf40f72c0464a722c80b7ba9.tar.gz
coreclr-22288107a7acf7a3cf40f72c0464a722c80b7ba9.tar.bz2
coreclr-22288107a7acf7a3cf40f72c0464a722c80b7ba9.zip
Adding a jitstressregs_x86_noavx outerloop job group (#24650)
* Adding a jitstress_regs_x86_noavx outerloop job group * Fixing the names of `jitstress-regs` to `jitstressregs`
Diffstat (limited to 'tests/testenvironment.proj')
-rw-r--r--tests/testenvironment.proj8
1 files changed, 8 insertions, 0 deletions
diff --git a/tests/testenvironment.proj b/tests/testenvironment.proj
index 10d6e75b6c..ee6c039e65 100644
--- a/tests/testenvironment.proj
+++ b/tests/testenvironment.proj
@@ -84,6 +84,14 @@
<TestEnvironment Include="jitstress_isas_x86_nosse41" EnableSSE41="0" /> <!-- Depends on SSSE3 and SSE3_4 -->
<TestEnvironment Include="jitstress_isas_x86_nosse42" EnableSSE42="0" /> <!-- Depends on SSE41 -->
<TestEnvironment Include="jitstress_isas_x86_nossse3" EnableSSSE3="0" /> <!-- Depends on SSE3 -->
+ <TestEnvironment Include="jitstressregs1_x86_noavx" JitStressRegs="1" EnableAVX="0" />
+ <TestEnvironment Include="jitstressregs2_x86_noavx" JitStressRegs="2" EnableAVX="0" />
+ <TestEnvironment Include="jitstressregs3_x86_noavx" JitStressRegs="3" EnableAVX="0" />
+ <TestEnvironment Include="jitstressregs4_x86_noavx" JitStressRegs="4" EnableAVX="0" />
+ <TestEnvironment Include="jitstressregs8_x86_noavx" JitStressRegs="8" EnableAVX="0" />
+ <TestEnvironment Include="jitstressregs0x10_x86_noavx" JitStressRegs="0x10" EnableAVX="0" />
+ <TestEnvironment Include="jitstressregs0x80_x86_noavx" JitStressRegs="0x80" EnableAVX="0" />
+ <TestEnvironment Include="jitstressregs0x1000_x86_noavx" JitStressRegs="0x1000" EnableAVX="0" />
<TestEnvironment Include="jitstressregs1" JitStressRegs="1" />
<TestEnvironment Include="jitstressregs2" JitStressRegs="2" />
<TestEnvironment Include="jitstressregs3" JitStressRegs="3" />