projects
/
platform
/
upstream
/
dotnet
/
runtime.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
55a622d
)
Add longgc to a new assert
author
Sean Gillespie
<segilles@microsoft.com>
Mon, 11 Apr 2016 19:02:07 +0000
(12:02 -0700)
committer
Sean Gillespie
<segilles@microsoft.com>
Mon, 11 Apr 2016 19:02:07 +0000
(12:02 -0700)
Commit migrated from https://github.com/dotnet/coreclr/commit/
218cd94f35404990c070a0378f410357d8f33272
src/coreclr/netci.groovy
patch
|
blob
|
history
diff --git
a/src/coreclr/netci.groovy
b/src/coreclr/netci.groovy
index
6889de1
..
893fec2
100755
(executable)
--- a/
src/coreclr/netci.groovy
+++ b/
src/coreclr/netci.groovy
@@
-796,7
+796,7
@@
def static addTriggers(def job, def branch, def isPR, def architecture, def os,
}
break
case 'x86':
- assert (scenario == 'default' || scenario == 'r2r' || scenario == 'pri1r2r' || scenario == 'gcstress15_pri1r2r')
+ assert (scenario == 'default' || scenario == 'r2r' || scenario == 'pri1r2r' || scenario == 'gcstress15_pri1r2r'
|| scenario == 'longgc'
)
// For windows, x86 runs by default
if (scenario == 'default') {
if (os == 'Windows_NT') {