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

Side by Side Diff: scripts/slave/recipes/chromium_trybot.expected/analyze_finds_invalid_target.json

Issue 1212413002: Pass all compile targets to "analyze" (Closed) Base URL: https://chromium.googlesource.com/chromium/tools/build.git@master
Patch Set: do not include 'all' Created 5 years, 6 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.chromium.linux", 8 "tryserver.chromium.linux",
9 "--builder", 9 "--builder",
10 "linux_chromium_rel_ng", 10 "linux_chromium_rel_ng",
(...skipping 176 matching lines...) Expand 10 before | Expand all | Expand 10 after
187 "@@@STEP_LOG_LINE@json.output@}@@@", 187 "@@@STEP_LOG_LINE@json.output@}@@@",
188 "@@@STEP_LOG_END@json.output@@@" 188 "@@@STEP_LOG_END@json.output@@@"
189 ] 189 ]
190 }, 190 },
191 { 191 {
192 "cmd": [ 192 "cmd": [
193 "python", 193 "python",
194 "-u", 194 "-u",
195 "[SLAVE_BUILD]/src/build/gyp_chromium", 195 "[SLAVE_BUILD]/src/build/gyp_chromium",
196 "--analyzer", 196 "--analyzer",
197 "{\"files\": [\"foo.cc\"], \"targets\": [\"angle_unittests_run\", \"base_u nittests\", \"chrome\", \"content_gl_tests_run\", \"gl_tests_run\", \"tab_captur e_end2end_tests_run\", \"telemetry_gpu_test_run\"]}", 197 "{\"files\": [\"foo.cc\"], \"targets\": [\"angle_unittests_run\", \"base_u nittests\", \"chrome\", \"chromium_swarm_tests\", \"content_gl_tests_run\", \"gl _tests_run\", \"tab_capture_end2end_tests_run\", \"telemetry_gpu_test_run\"]}",
198 "/path/to/tmp/json" 198 "/path/to/tmp/json"
199 ], 199 ],
200 "cwd": "[SLAVE_BUILD]", 200 "cwd": "[SLAVE_BUILD]",
201 "env": { 201 "env": {
202 "GYP_DEFINES": "archive_gpu_tests=1 component=static_library dcheck_always _on=1 fastbuild=1 gomadir='[BUILD]/goma' target_arch=x64 test_isolation_mode=pre pare use_goma=1" 202 "GYP_DEFINES": "archive_gpu_tests=1 component=static_library dcheck_always _on=1 fastbuild=1 gomadir='[BUILD]/goma' target_arch=x64 test_isolation_mode=pre pare use_goma=1"
203 }, 203 },
204 "name": "analyze", 204 "name": "analyze",
205 "~followup_annotations": [ 205 "~followup_annotations": [
206 "@@@STEP_LOG_LINE@json.output@{@@@", 206 "@@@STEP_LOG_LINE@json.output@{@@@",
207 "@@@STEP_LOG_LINE@json.output@ \"invalid_targets\": [@@@", 207 "@@@STEP_LOG_LINE@json.output@ \"invalid_targets\": [@@@",
208 "@@@STEP_LOG_LINE@json.output@ \"invalid target\", @@@", 208 "@@@STEP_LOG_LINE@json.output@ \"invalid target\", @@@",
209 "@@@STEP_LOG_LINE@json.output@ \"another one\"@@@", 209 "@@@STEP_LOG_LINE@json.output@ \"another one\"@@@",
210 "@@@STEP_LOG_LINE@json.output@ ]@@@", 210 "@@@STEP_LOG_LINE@json.output@ ]@@@",
211 "@@@STEP_LOG_LINE@json.output@}@@@", 211 "@@@STEP_LOG_LINE@json.output@}@@@",
212 "@@@STEP_LOG_END@json.output@@@", 212 "@@@STEP_LOG_END@json.output@@@",
213 "@@@SET_BUILD_PROPERTY@failure_hash@\"3908b365fae78e6b96f5e3b38db5b33131cd e606\"@@@" 213 "@@@SET_BUILD_PROPERTY@failure_hash@\"3908b365fae78e6b96f5e3b38db5b33131cd e606\"@@@"
214 ] 214 ]
215 }, 215 },
216 { 216 {
217 "name": "$final_result", 217 "name": "$final_result",
218 "reason": "Error, following targets were not found: invalid target, another one", 218 "reason": "Error, following targets were not found: invalid target, another one",
219 "status_code": 1 219 "status_code": 1
220 } 220 }
221 ] 221 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698