Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(956)

Unified Diff: scripts/slave/recipe_modules/v8/config.py

Issue 230473004: V8 Buildbot: Add the ability to disable tests in nosnap mode. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/tools/build
Patch Set: Created 6 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | scripts/slave/recipes/v8.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: scripts/slave/recipe_modules/v8/config.py
diff --git a/scripts/slave/recipe_modules/v8/config.py b/scripts/slave/recipe_modules/v8/config.py
index 1d24cabd76907328078d99e66eba8af261df909c..d8c827d46569aa22dac5451fb1ffa09761731c4f 100644
--- a/scripts/slave/recipe_modules/v8/config.py
+++ b/scripts/slave/recipe_modules/v8/config.py
@@ -45,6 +45,11 @@ def isolates(c):
@config_ctx()
+def no_snapshot(c):
+ c.testing.test_args.add('--no-snap')
+
+
+@config_ctx()
def nosse2(c):
c.testing.test_args.add('--shell_flags="--noenable-sse2"')
« no previous file with comments | « no previous file | scripts/slave/recipes/v8.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698