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

Side by Side Diff: scripts/slave/recipes/v8.expected/full_client_v8_V8_Mac64.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 "client.v8", 8 "client.v8",
9 "--builder", 9 "--builder",
10 "V8 Mac64", 10 "V8 Mac64",
(...skipping 89 matching lines...) Expand 10 before | Expand all | Expand 10 after
100 "--target", 100 "--target",
101 "Release", 101 "Release",
102 "--src-dir", 102 "--src-dir",
103 "[SLAVE_BUILD]/v8", 103 "[SLAVE_BUILD]/v8",
104 "--build-tool", 104 "--build-tool",
105 "ninja", 105 "ninja",
106 "--compiler", 106 "--compiler",
107 "goma-clang", 107 "goma-clang",
108 "--goma-dir", 108 "--goma-dir",
109 "[BUILD]/goma", 109 "[BUILD]/goma",
110 "--ninja-ensure-up-to-date",
110 "--" 111 "--"
111 ], 112 ],
112 "cwd": "[SLAVE_BUILD]", 113 "cwd": "[SLAVE_BUILD]",
113 "name": "compile" 114 "name": "compile"
114 }, 115 },
115 { 116 {
116 "cmd": [ 117 "cmd": [
117 "python", 118 "python",
118 "-u", 119 "-u",
119 "[SLAVE_BUILD]/v8/tools/run-tests.py", 120 "[SLAVE_BUILD]/v8/tools/run-tests.py",
(...skipping 301 matching lines...) Expand 10 before | Expand all | Expand 10 after
421 "@@@STEP_LOG_LINE@durations@Command: d8 -f mjsunit/Cool.Test@@@", 422 "@@@STEP_LOG_LINE@durations@Command: d8 -f mjsunit/Cool.Test@@@",
422 "@@@STEP_LOG_LINE@durations@Duration: 01:01:002@@@", 423 "@@@STEP_LOG_LINE@durations@Duration: 01:01:002@@@",
423 "@@@STEP_LOG_LINE@durations@Test: mjsunit/Cool.Test2@@@", 424 "@@@STEP_LOG_LINE@durations@Test: mjsunit/Cool.Test2@@@",
424 "@@@STEP_LOG_LINE@durations@Flags: -f -g@@@", 425 "@@@STEP_LOG_LINE@durations@Flags: -f -g@@@",
425 "@@@STEP_LOG_LINE@durations@Command: d8 -f mjsunit/Cool.Test2@@@", 426 "@@@STEP_LOG_LINE@durations@Command: d8 -f mjsunit/Cool.Test2@@@",
426 "@@@STEP_LOG_LINE@durations@Duration: 00:00:101@@@", 427 "@@@STEP_LOG_LINE@durations@Duration: 00:00:101@@@",
427 "@@@STEP_LOG_END@durations@@@" 428 "@@@STEP_LOG_END@durations@@@"
428 ] 429 ]
429 } 430 }
430 ] 431 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698