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

Side by Side Diff: scripts/slave/recipes/chromium.expected/full_chromium_webkit_WebKit_Linux_MSAN.json

Issue 1217403003: Enable ninja_confirm_noop by default (Closed) Base URL: https://chromium.googlesource.com/chromium/tools/build.git@master
Patch Set: Created 5 years, 5 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 unified diff | Download patch
OLDNEW
1 [ 1 [
2 { 2 {
3 "cmd": [ 3 "cmd": [
4 "python", 4 "python",
5 "-u", 5 "-u",
6 "[BUILD]/scripts/slave/bot_update.py", 6 "[BUILD]/scripts/slave/bot_update.py",
7 "--master", 7 "--master",
8 "chromium.webkit", 8 "chromium.webkit",
9 "--builder", 9 "--builder",
10 "WebKit Linux MSAN", 10 "WebKit Linux MSAN",
(...skipping 177 matching lines...) Expand 10 before | Expand all | Expand 10 after
188 "--target", 188 "--target",
189 "Release", 189 "Release",
190 "--src-dir", 190 "--src-dir",
191 "[SLAVE_BUILD]/src", 191 "[SLAVE_BUILD]/src",
192 "--build-tool", 192 "--build-tool",
193 "ninja", 193 "ninja",
194 "--compiler", 194 "--compiler",
195 "goma-clang", 195 "goma-clang",
196 "--goma-dir", 196 "--goma-dir",
197 "[BUILD]/goma", 197 "[BUILD]/goma",
198 "--ninja-ensure-up-to-date",
198 "--", 199 "--",
199 "blink_tests", 200 "blink_tests",
200 "browser_tests", 201 "browser_tests",
201 "browser_tests_run" 202 "browser_tests_run"
202 ], 203 ],
203 "cwd": "[SLAVE_BUILD]", 204 "cwd": "[SLAVE_BUILD]",
204 "name": "compile" 205 "name": "compile"
205 }, 206 },
206 { 207 {
207 "cmd": [ 208 "cmd": [
(...skipping 150 matching lines...) Expand 10 before | Expand all | Expand 10 after
358 "name": "[collect error] browser_tests", 359 "name": "[collect error] browser_tests",
359 "~followup_annotations": [ 360 "~followup_annotations": [
360 "@@@STEP_LOG_LINE@python.inline@@@@", 361 "@@@STEP_LOG_LINE@python.inline@@@@",
361 "@@@STEP_LOG_LINE@python.inline@import sys@@@", 362 "@@@STEP_LOG_LINE@python.inline@import sys@@@",
362 "@@@STEP_LOG_LINE@python.inline@print '%s wasn\\'t triggered' % sys.argv[1 ]@@@", 363 "@@@STEP_LOG_LINE@python.inline@print '%s wasn\\'t triggered' % sys.argv[1 ]@@@",
363 "@@@STEP_LOG_LINE@python.inline@sys.exit(1)@@@", 364 "@@@STEP_LOG_LINE@python.inline@sys.exit(1)@@@",
364 "@@@STEP_LOG_END@python.inline@@@" 365 "@@@STEP_LOG_END@python.inline@@@"
365 ] 366 ]
366 } 367 }
367 ] 368 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698