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

Side by Side Diff: scripts/slave/recipes/blink_downstream.expected/webkit_tests_unexpected_error.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 "V8-Blink Linux 64", 10 "V8-Blink Linux 64",
(...skipping 76 matching lines...) Expand 10 before | Expand all | Expand 10 after
87 "--target", 87 "--target",
88 "Release", 88 "Release",
89 "--src-dir", 89 "--src-dir",
90 "[SLAVE_BUILD]/src", 90 "[SLAVE_BUILD]/src",
91 "--build-tool", 91 "--build-tool",
92 "ninja", 92 "ninja",
93 "--compiler", 93 "--compiler",
94 "goma", 94 "goma",
95 "--goma-dir", 95 "--goma-dir",
96 "[BUILD]/goma", 96 "[BUILD]/goma",
97 "--ninja-ensure-up-to-date",
97 "--", 98 "--",
98 "blink_tests" 99 "blink_tests"
99 ], 100 ],
100 "cwd": "[SLAVE_BUILD]", 101 "cwd": "[SLAVE_BUILD]",
101 "name": "compile" 102 "name": "compile"
102 }, 103 },
103 { 104 {
104 "cmd": [ 105 "cmd": [
105 "python", 106 "python",
106 "-u", 107 "-u",
(...skipping 94 matching lines...) Expand 10 before | Expand all | Expand 10 after
201 "@@@STEP_TEXT@TEST RESULTS WERE INVALID@@@", 202 "@@@STEP_TEXT@TEST RESULTS WERE INVALID@@@",
202 "@@@STEP_FAILURE@@@" 203 "@@@STEP_FAILURE@@@"
203 ] 204 ]
204 }, 205 },
205 { 206 {
206 "name": "$final_result", 207 "name": "$final_result",
207 "reason": "1 out of 1 aggregated steps failed. Failures: Step('webkit_tests' ) failed with return_code 1", 208 "reason": "1 out of 1 aggregated steps failed. Failures: Step('webkit_tests' ) failed with return_code 1",
208 "status_code": 1 209 "status_code": 1
209 } 210 }
210 ] 211 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698