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

Side by Side Diff: scripts/slave/recipes/chromium.expected/full_client_v8_fyi_Chromium_ASAN___debug.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.fyi", 8 "client.v8.fyi",
9 "--builder", 9 "--builder",
10 "Chromium ASAN - debug", 10 "Chromium ASAN - debug",
(...skipping 140 matching lines...) Expand 10 before | Expand all | Expand 10 after
151 "--target", 151 "--target",
152 "Debug", 152 "Debug",
153 "--src-dir", 153 "--src-dir",
154 "[SLAVE_BUILD]/src", 154 "[SLAVE_BUILD]/src",
155 "--build-tool", 155 "--build-tool",
156 "ninja", 156 "ninja",
157 "--compiler", 157 "--compiler",
158 "goma-clang", 158 "goma-clang",
159 "--goma-dir", 159 "--goma-dir",
160 "[BUILD]/goma", 160 "[BUILD]/goma",
161 "--ninja-ensure-up-to-date",
161 "--clobber", 162 "--clobber",
162 "--", 163 "--",
163 "chromium_builder_asan" 164 "chromium_builder_asan"
164 ], 165 ],
165 "cwd": "[SLAVE_BUILD]", 166 "cwd": "[SLAVE_BUILD]",
166 "name": "compile" 167 "name": "compile"
167 }, 168 },
168 { 169 {
169 "cmd": [ 170 "cmd": [
170 "python", 171 "python",
(...skipping 68 matching lines...) Expand 10 before | Expand all | Expand 10 after
239 "name": "asan-linux-debug-v8-component-43426.zip", 240 "name": "asan-linux-debug-v8-component-43426.zip",
240 "~followup_annotations": [ 241 "~followup_annotations": [
241 "@@@STEP_LOG_LINE@python.inline@@@@", 242 "@@@STEP_LOG_LINE@python.inline@@@@",
242 "@@@STEP_LOG_LINE@python.inline@import os@@@", 243 "@@@STEP_LOG_LINE@python.inline@import os@@@",
243 "@@@STEP_LOG_LINE@python.inline@import sys@@@", 244 "@@@STEP_LOG_LINE@python.inline@import sys@@@",
244 "@@@STEP_LOG_LINE@python.inline@os.remove(sys.argv[1])@@@", 245 "@@@STEP_LOG_LINE@python.inline@os.remove(sys.argv[1])@@@",
245 "@@@STEP_LOG_END@python.inline@@@" 246 "@@@STEP_LOG_END@python.inline@@@"
246 ] 247 ]
247 } 248 }
248 ] 249 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698