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

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

Issue 2202113003: V8: Switch ignition test steps to the standard suite alias (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/tools/build
Patch Set: Created 4 years, 4 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_Mac64_ASAN.json
diff --git a/scripts/slave/recipes/v8.expected/full_client_v8_V8_Mac64_ASAN.json b/scripts/slave/recipes/v8.expected/full_client_v8_V8_Mac64_ASAN.json
index 11d7029ba84b5f95a0de5ad4b1882789d08ce9d5..4e9ba454eec3aa799614d6b7de01d73c2f401910 100644
--- a/scripts/slave/recipes/v8.expected/full_client_v8_V8_Mac64_ASAN.json
+++ b/scripts/slave/recipes/v8.expected/full_client_v8_V8_Mac64_ASAN.json
@@ -335,14 +335,12 @@
"--isolate-server",
"https://isolateserver.appspot.com",
"--verbose",
- "[SLAVE_BUILD]/v8/out/Release/bot_default.isolated.gen.json",
- "[SLAVE_BUILD]/v8/out/Release/ignition.isolated.gen.json"
+ "[SLAVE_BUILD]/v8/out/Release/bot_default.isolated.gen.json"
],
"name": "isolate tests",
"~followup_annotations": [
"@@@STEP_LOG_LINE@json.output@{@@@",
- "@@@STEP_LOG_LINE@json.output@ \"bot_default\": \"[dummy hash for bot_default]\", @@@",
- "@@@STEP_LOG_LINE@json.output@ \"ignition\": \"[dummy hash for ignition]\"@@@",
+ "@@@STEP_LOG_LINE@json.output@ \"bot_default\": \"[dummy hash for bot_default]\"@@@",
"@@@STEP_LOG_LINE@json.output@}@@@",
"@@@STEP_LOG_END@json.output@@@"
]
@@ -417,7 +415,7 @@
"out",
"--buildbot",
"--timeout=200",
- "--random-seed=1756700611",
+ "--random-seed=-976563914",
"bot_default",
"--exhaustive-variants",
"--asan",
@@ -530,7 +528,7 @@
"out",
"--buildbot",
"--timeout=200",
- "--random-seed=1756700611",
+ "--random-seed=-976563914",
"bot_default",
"--variants=extra",
"--asan",
@@ -602,7 +600,7 @@
"--tag",
"buildnumber:571",
"--tag",
- "data:[dummy hash for ignition]",
+ "data:[dummy hash for bot_default]",
"--tag",
"master:client.v8",
"--tag",
@@ -620,7 +618,7 @@
"--tag",
"stepname:Ignition - turbofan on Mac-10.9",
"--idempotent",
- "[dummy hash for ignition]",
+ "[dummy hash for bot_default]",
"--",
"--progress=verbose",
"--mode",
@@ -631,8 +629,8 @@
"out",
"--buildbot",
"--timeout=200",
- "--random-seed=1756700611",
- "ignition",
+ "--random-seed=-976563914",
+ "bot_default",
"--ignition-turbofan",
"--variants=ignition_turbofan",
"--asan",

Powered by Google App Engine
This is Rietveld 408576698