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

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

Issue 1881983002: V8: Add gcmole to CQ. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/tools/build
Patch Set: Created 4 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_tryserver_v8_v8_linux_rel_ng.json
diff --git a/scripts/slave/recipes/v8.expected/full_tryserver_v8_v8_linux_rel_ng.json b/scripts/slave/recipes/v8.expected/full_tryserver_v8_v8_linux_rel_ng.json
index 67333f5fd76ad776aa086ddd99cb75148c8c8d20..a77c851c1b9e45277aa14f9f6e69804b7ee30fcb 100644
--- a/scripts/slave/recipes/v8.expected/full_tryserver_v8_v8_linux_rel_ng.json
+++ b/scripts/slave/recipes/v8.expected/full_tryserver_v8_v8_linux_rel_ng.json
@@ -94,7 +94,7 @@
],
"cwd": "[SLAVE_BUILD]",
"env": {
- "GYP_DEFINES": "clang=1 dcheck_always_on=1 fastbuild=1 gomadir='[BUILD]/goma' target_arch=ia32 test_isolation_mode=prepare use_goma=1 v8_target_arch=ia32",
+ "GYP_DEFINES": "clang=1 dcheck_always_on=1 fastbuild=1 gcmole=1 gomadir='[BUILD]/goma' target_arch=ia32 test_isolation_mode=prepare use_goma=1 v8_target_arch=ia32",
"GYP_GENERATORS": "ninja",
"PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]"
},
@@ -185,6 +185,7 @@
"[SLAVE_BUILD]/v8/out/Release/mjsunit.isolated.gen.json",
"[SLAVE_BUILD]/v8/out/Release/mozilla.isolated.gen.json",
"[SLAVE_BUILD]/v8/out/Release/optimize_for_size.isolated.gen.json",
+ "[SLAVE_BUILD]/v8/out/Release/run-gcmole.isolated.gen.json",
"[SLAVE_BUILD]/v8/out/Release/simdjs.isolated.gen.json",
"[SLAVE_BUILD]/v8/out/Release/test262.isolated.gen.json"
],
@@ -198,6 +199,7 @@
"@@@STEP_LOG_LINE@json.output@ \"mjsunit\": \"[dummy hash for mjsunit]\", @@@",
"@@@STEP_LOG_LINE@json.output@ \"mozilla\": \"[dummy hash for mozilla]\", @@@",
"@@@STEP_LOG_LINE@json.output@ \"optimize_for_size\": \"[dummy hash for optimize_for_size]\", @@@",
+ "@@@STEP_LOG_LINE@json.output@ \"run-gcmole\": \"[dummy hash for run-gcmole]\", @@@",
"@@@STEP_LOG_LINE@json.output@ \"simdjs\": \"[dummy hash for simdjs]\", @@@",
"@@@STEP_LOG_LINE@json.output@ \"test262\": \"[dummy hash for test262]\"@@@",
"@@@STEP_LOG_LINE@json.output@}@@@",
@@ -232,6 +234,7 @@
"mjsunit": "[dummy hash for mjsunit]",
"mozilla": "[dummy hash for mozilla]",
"optimize_for_size": "[dummy hash for optimize_for_size]",
+ "run-gcmole": "[dummy hash for run-gcmole]",
"simdjs": "[dummy hash for simdjs]",
"test262": "[dummy hash for test262]"
}

Powered by Google App Engine
This is Rietveld 408576698