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

Side by Side Diff: scripts/slave/recipes/ios/try.expected/basic.json

Issue 2403473002: filter: temporarily disable analyze_report (Closed)
Patch Set: Created 4 years, 2 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 "RECIPE_PACKAGE_REPO[build]/scripts/slave/ios/host_info.py", 4 "RECIPE_PACKAGE_REPO[build]/scripts/slave/ios/host_info.py",
5 "--json-file", 5 "--json-file",
6 "/path/to/tmp/json" 6 "/path/to/tmp/json"
7 ], 7 ],
8 "name": "host and tools info", 8 "name": "host and tools info",
9 "~followup_annotations": [ 9 "~followup_annotations": [
10 "@@@STEP_TEXT@<br />OS X 1.2.3, Xcode 6.7.8 (5D342509a)@@@", 10 "@@@STEP_TEXT@<br />OS X 1.2.3, Xcode 6.7.8 (5D342509a)@@@",
(...skipping 253 matching lines...) Expand 10 before | Expand all | Expand 10 after
264 { 264 {
265 "cmd": [ 265 "cmd": [
266 "python", 266 "python",
267 "-u", 267 "-u",
268 "import sys; sys.exit(0)" 268 "import sys; sys.exit(0)"
269 ], 269 ],
270 "name": "analyze", 270 "name": "analyze",
271 "~followup_annotations": [ 271 "~followup_annotations": [
272 "@@@STEP_TEXT@Analyze disabled: matched exclusion@@@", 272 "@@@STEP_TEXT@Analyze disabled: matched exclusion@@@",
273 "@@@STEP_LOG_LINE@excluded_files@foo.cc (regex = 'f.*')@@@", 273 "@@@STEP_LOG_LINE@excluded_files@foo.cc (regex = 'f.*')@@@",
274 "@@@STEP_LOG_END@excluded_files@@@" 274 "@@@STEP_LOG_END@excluded_files@@@",
275 ]
276 },
277 {
278 "cmd": [
279 "python",
280 "-u",
281 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py",
282 "--show-path",
283 "python",
284 "RECIPE_PACKAGE_REPO[build]/scripts/slave/send_analyze_event.py",
285 "--event-mon-run-type",
286 "test",
287 "--master-name",
288 "tryserver.fake",
289 "--builder-name",
290 "ios-simulator",
291 "--build-id",
292 "0",
293 "--analyze-input",
294 "{\"additional_compile_targets\": [\"All\", \"fake tests\"], \"files\": [\ "foo.cc\"], \"test_targets\": [\"fake tests\"]}",
295 "--analyze-output",
296 "{\"status\": \"Analyze disabled: matched exclusion\"}"
297 ],
298 "name": "analyze report",
299 "~followup_annotations": [
300 "@@@STEP_LOG_LINE@analyze_details@{@@@", 275 "@@@STEP_LOG_LINE@analyze_details@{@@@",
301 "@@@STEP_LOG_LINE@analyze_details@ \"additional_compile_targets\": [@@@", 276 "@@@STEP_LOG_LINE@analyze_details@ \"additional_compile_targets\": [@@@",
302 "@@@STEP_LOG_LINE@analyze_details@ \"All\", @@@", 277 "@@@STEP_LOG_LINE@analyze_details@ \"All\", @@@",
303 "@@@STEP_LOG_LINE@analyze_details@ \"fake tests\"@@@", 278 "@@@STEP_LOG_LINE@analyze_details@ \"fake tests\"@@@",
304 "@@@STEP_LOG_LINE@analyze_details@ ], @@@", 279 "@@@STEP_LOG_LINE@analyze_details@ ], @@@",
305 "@@@STEP_LOG_LINE@analyze_details@ \"compile_targets\": [@@@", 280 "@@@STEP_LOG_LINE@analyze_details@ \"compile_targets\": [@@@",
306 "@@@STEP_LOG_LINE@analyze_details@ \"All\", @@@", 281 "@@@STEP_LOG_LINE@analyze_details@ \"All\", @@@",
307 "@@@STEP_LOG_LINE@analyze_details@ \"fake tests\"@@@", 282 "@@@STEP_LOG_LINE@analyze_details@ \"fake tests\"@@@",
308 "@@@STEP_LOG_LINE@analyze_details@ ], @@@", 283 "@@@STEP_LOG_LINE@analyze_details@ ], @@@",
309 "@@@STEP_LOG_LINE@analyze_details@ \"self.m.filter.compile_targets\": [@@ @", 284 "@@@STEP_LOG_LINE@analyze_details@ \"self.m.filter.compile_targets\": [@@ @",
(...skipping 391 matching lines...) Expand 10 before | Expand all | Expand 10 after
701 "@@@STEP_LOG_END@json.output@@@", 676 "@@@STEP_LOG_END@json.output@@@",
702 "@@@STEP_LINK@shard #0@https://chromium-swarm.appspot.com/user/task/10000@ @@" 677 "@@@STEP_LINK@shard #0@https://chromium-swarm.appspot.com/user/task/10000@ @@"
703 ] 678 ]
704 }, 679 },
705 { 680 {
706 "name": "$result", 681 "name": "$result",
707 "recipe_result": null, 682 "recipe_result": null,
708 "status_code": 0 683 "status_code": 0
709 } 684 }
710 ] 685 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698