summaryrefslogtreecommitdiff
path: root/netci.groovy
diff options
context:
space:
mode:
authorBruce Forstall <brucefo@microsoft.com>2017-11-07 14:55:34 -0800
committerBruce Forstall <brucefo@microsoft.com>2017-11-07 14:55:34 -0800
commitbe291611121c5a18610f2e6d08f1c8b4c6c618b5 (patch)
tree4933c1b8912c41cabc3d0f7e6f2201ff2ae59f8d /netci.groovy
parent5519497640f5688c0f8348f12d1a18dca0e90126 (diff)
downloadcoreclr-be291611121c5a18610f2e6d08f1c8b4c6c618b5.tar.gz
coreclr-be291611121c5a18610f2e6d08f1c8b4c6c618b5.tar.bz2
coreclr-be291611121c5a18610f2e6d08f1c8b4c6c618b5.zip
Add `COMPlus_FeatureSIMD=0` testing
Diffstat (limited to 'netci.groovy')
-rwxr-xr-xnetci.groovy5
1 files changed, 5 insertions, 0 deletions
diff --git a/netci.groovy b/netci.groovy
index 6cc162dff3..7db9f2c60a 100755
--- a/netci.groovy
+++ b/netci.groovy
@@ -81,6 +81,7 @@ class Constants {
'jitstress2_jitstressregs0x1000' : ['COMPlus_JitStress' : '2', 'COMPlus_JitStressRegs' : '0x1000'],
'tailcallstress' : ['COMPlus_TailcallStress' : '1'],
'jitsse2only' : ['COMPlus_EnableAVX' : '0', 'COMPlus_EnableSSE3_4' : '0'],
+ 'jitnosimd' : ['COMPlus_FeatureSIMD' : '0'],
'corefx_baseline' : [ : ], // corefx baseline
'corefx_minopts' : ['COMPlus_JITMinOpts' : '1'],
'corefx_tieredcompilation' : ['COMPlus_EXPERIMENTAL_TieredCompilation' : '1'],
@@ -604,6 +605,7 @@ def static addNonPRTriggers(def job, def branch, def isPR, def architecture, def
case 'jitstress2_jitstressregs0x1000':
case 'tailcallstress':
case 'jitsse2only':
+ case 'jitnosimd':
case 'corefx_baseline':
case 'corefx_minopts':
case 'corefx_jitstress1':
@@ -871,6 +873,7 @@ def static addTriggers(def job, def branch, def isPR, def architecture, def os,
case 'jitstress2_jitstressregs0x1000':
case 'tailcallstress':
case 'jitsse2only':
+ case 'jitnosimd':
case 'gcstress0x3':
case 'gcstress0xc':
case 'zapdisable':
@@ -1046,6 +1049,7 @@ def static addTriggers(def job, def branch, def isPR, def architecture, def os,
case 'jitstress2_jitstressregs0x1000':
case 'tailcallstress':
case 'jitsse2only':
+ case 'jitnosimd':
case 'gcstress0x3':
case 'gcstress0xc':
case 'zapdisable':
@@ -1378,6 +1382,7 @@ def static addTriggers(def job, def branch, def isPR, def architecture, def os,
case 'jitstress2_jitstressregs0x1000':
case 'tailcallstress':
case 'jitsse2only':
+ case 'jitnosimd':
case 'gcstress0x3':
case 'gcstress0xc':
case 'zapdisable':