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

Side by Side Diff: scripts/slave/recipes/gpu/build_and_upload.expected/compile_with_patch_fail.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\\cleanup_temp.py" 6 "[BUILD]\\scripts\\slave\\cleanup_temp.py"
7 ], 7 ],
8 "cwd": "[SLAVE_BUILD]", 8 "cwd": "[SLAVE_BUILD]",
9 "name": "cleanup temp" 9 "name": "cleanup temp"
10 }, 10 },
(...skipping 186 matching lines...) Expand 10 before | Expand all | Expand 10 after
197 "--src-dir", 197 "--src-dir",
198 "[SLAVE_BUILD]\\src", 198 "[SLAVE_BUILD]\\src",
199 "--build-tool", 199 "--build-tool",
200 "ninja", 200 "ninja",
201 "--compiler", 201 "--compiler",
202 "goma", 202 "goma",
203 "--goma-dir", 203 "--goma-dir",
204 "[BUILD]\\goma", 204 "[BUILD]\\goma",
205 "--goma-fail-fast", 205 "--goma-fail-fast",
206 "--goma-disable-local-fallback", 206 "--goma-disable-local-fallback",
207 "--ninja-ensure-up-to-date",
207 "--", 208 "--",
208 "angle_unittests_run", 209 "angle_unittests_run",
209 "content_gl_tests_run", 210 "content_gl_tests_run",
210 "gl_tests_run", 211 "gl_tests_run",
211 "gles2_conform_test_run", 212 "gles2_conform_test_run",
212 "gpu_unittests_run", 213 "gpu_unittests_run",
213 "tab_capture_end2end_tests_run", 214 "tab_capture_end2end_tests_run",
214 "telemetry_gpu_test_run" 215 "telemetry_gpu_test_run"
215 ], 216 ],
216 "cwd": "[SLAVE_BUILD]", 217 "cwd": "[SLAVE_BUILD]",
(...skipping 88 matching lines...) Expand 10 before | Expand all | Expand 10 after
305 "--src-dir", 306 "--src-dir",
306 "[SLAVE_BUILD]\\src", 307 "[SLAVE_BUILD]\\src",
307 "--build-tool", 308 "--build-tool",
308 "ninja", 309 "ninja",
309 "--compiler", 310 "--compiler",
310 "goma", 311 "goma",
311 "--goma-dir", 312 "--goma-dir",
312 "[BUILD]\\goma", 313 "[BUILD]\\goma",
313 "--goma-fail-fast", 314 "--goma-fail-fast",
314 "--goma-disable-local-fallback", 315 "--goma-disable-local-fallback",
316 "--ninja-ensure-up-to-date",
315 "--", 317 "--",
316 "angle_unittests_run", 318 "angle_unittests_run",
317 "content_gl_tests_run", 319 "content_gl_tests_run",
318 "gl_tests_run", 320 "gl_tests_run",
319 "gles2_conform_test_run", 321 "gles2_conform_test_run",
320 "gpu_unittests_run", 322 "gpu_unittests_run",
321 "tab_capture_end2end_tests_run", 323 "tab_capture_end2end_tests_run",
322 "telemetry_gpu_test_run" 324 "telemetry_gpu_test_run"
323 ], 325 ],
324 "cwd": "[SLAVE_BUILD]", 326 "cwd": "[SLAVE_BUILD]",
325 "name": "compile (without patch)" 327 "name": "compile (without patch)"
326 }, 328 },
327 { 329 {
328 "name": "$final_result", 330 "name": "$final_result",
329 "reason": "Step('compile (with patch)') failed with return_code 1", 331 "reason": "Step('compile (with patch)') failed with return_code 1",
330 "status_code": 1 332 "status_code": 1
331 } 333 }
332 ] 334 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698