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

Side by Side Diff: scripts/slave/recipes/blink_trybot.expected/blink_heap_unittests_failure.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 "tryserver.blink", 8 "tryserver.blink",
9 "--builder", 9 "--builder",
10 "linux_blink_rel", 10 "linux_blink_rel",
(...skipping 117 matching lines...) Expand 10 before | Expand all | Expand 10 after
128 "--src-dir", 128 "--src-dir",
129 "[SLAVE_BUILD]/src", 129 "[SLAVE_BUILD]/src",
130 "--build-tool", 130 "--build-tool",
131 "ninja", 131 "ninja",
132 "--compiler", 132 "--compiler",
133 "goma", 133 "goma",
134 "--goma-dir", 134 "--goma-dir",
135 "[BUILD]/goma", 135 "[BUILD]/goma",
136 "--goma-fail-fast", 136 "--goma-fail-fast",
137 "--goma-disable-local-fallback", 137 "--goma-disable-local-fallback",
138 "--ninja-ensure-up-to-date",
138 "--", 139 "--",
139 "angle_unittests_run", 140 "angle_unittests_run",
140 "blink_tests", 141 "blink_tests",
141 "chrome", 142 "chrome",
142 "content_gl_tests_run", 143 "content_gl_tests_run",
143 "gl_tests_run", 144 "gl_tests_run",
144 "tab_capture_end2end_tests_run", 145 "tab_capture_end2end_tests_run",
145 "telemetry_gpu_test_run" 146 "telemetry_gpu_test_run"
146 ], 147 ],
147 "cwd": "[SLAVE_BUILD]", 148 "cwd": "[SLAVE_BUILD]",
(...skipping 162 matching lines...) Expand 10 before | Expand all | Expand 10 after
310 "@@@STEP_LOG_END@python.inline@@@", 311 "@@@STEP_LOG_END@python.inline@@@",
311 "@@@SET_BUILD_PROPERTY@failure_hash@\"75fc56ae4a8a5da0e5e58f2bf2bf573e6db9 b501\"@@@" 312 "@@@SET_BUILD_PROPERTY@failure_hash@\"75fc56ae4a8a5da0e5e58f2bf2bf573e6db9 b501\"@@@"
312 ] 313 ]
313 }, 314 },
314 { 315 {
315 "name": "$final_result", 316 "name": "$final_result",
316 "reason": "Step('blink_heap_unittests') failed with return_code 1", 317 "reason": "Step('blink_heap_unittests') failed with return_code 1",
317 "status_code": 1 318 "status_code": 1
318 } 319 }
319 ] 320 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698