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

Unified Diff: scripts/slave/recipes/v8.expected/full_client_v8_V8_Linux___nosnap.json

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
Index: scripts/slave/recipes/v8.expected/full_client_v8_V8_Linux___nosnap.json
diff --git a/scripts/slave/recipes/v8.expected/full_client_v8_V8_Linux___nosnap.json b/scripts/slave/recipes/v8.expected/full_client_v8_V8_Linux___nosnap.json
index f9eab735bcdd78d787c6c31099362bb93787065d..3aaff7e24d180d55294f6292f553e930cb33f433 100644
--- a/scripts/slave/recipes/v8.expected/full_client_v8_V8_Linux___nosnap.json
+++ b/scripts/slave/recipes/v8.expected/full_client_v8_V8_Linux___nosnap.json
@@ -104,6 +104,7 @@
"ia32",
"--testname",
"mjsunit cctest message preparser",
+ "--no-snap",
"--flaky-tests",
"skip"
],
@@ -128,6 +129,7 @@
"ia32",
"--testname",
"mjsunit cctest message preparser",
+ "--no-snap",
"--flaky-tests",
"run"
],
@@ -144,7 +146,8 @@
"--arch",
"ia32",
"--testname",
- "test262"
+ "test262",
+ "--no-snap"
],
"cwd": "[SLAVE_BUILD]/v8",
"name": "Test262"
@@ -159,7 +162,8 @@
"--arch",
"ia32",
"--testname",
- "mozilla"
+ "mozilla",
+ "--no-snap"
],
"cwd": "[SLAVE_BUILD]/v8",
"name": "Mozilla"

Powered by Google App Engine
This is Rietveld 408576698