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

Side by Side Diff: scripts/slave/recipes/chromium_trybot.expected/blink_compile_without_patch_fails.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 "python", 4 "python",
5 "-u", 5 "-u",
6 "\nimport sys, os\npath = sys.argv[1]\nmode = int(sys.argv[2])\nif not os. path.isdir(path):\n if os.path.exists(path):\n print \"%s exists but is not a dir\" % path\n sys.exit(1)\n os.makedirs(path, mode)\n", 6 "\nimport sys, os\npath = sys.argv[1]\nmode = int(sys.argv[2])\nif not os. path.isdir(path):\n if os.path.exists(path):\n print \"%s exists but is not a dir\" % path\n sys.exit(1)\n os.makedirs(path, mode)\n",
7 "[BUILDER_CACHE]/linux_layout", 7 "[BUILDER_CACHE]/linux_layout",
8 "511" 8 "511"
9 ], 9 ],
10 "name": "makedirs checkout path", 10 "name": "makedirs checkout path",
(...skipping 282 matching lines...) Expand 10 before | Expand all | Expand 10 after
293 { 293 {
294 "cmd": [ 294 "cmd": [
295 "python", 295 "python",
296 "-u", 296 "-u",
297 "import sys; sys.exit(0)" 297 "import sys; sys.exit(0)"
298 ], 298 ],
299 "name": "analyze", 299 "name": "analyze",
300 "~followup_annotations": [ 300 "~followup_annotations": [
301 "@@@STEP_TEXT@Analyze disabled: matched exclusion@@@", 301 "@@@STEP_TEXT@Analyze disabled: matched exclusion@@@",
302 "@@@STEP_LOG_LINE@excluded_files@foo.cc (regex = 'f.*')@@@", 302 "@@@STEP_LOG_LINE@excluded_files@foo.cc (regex = 'f.*')@@@",
303 "@@@STEP_LOG_END@excluded_files@@@" 303 "@@@STEP_LOG_END@excluded_files@@@",
304 ]
305 },
306 {
307 "cmd": [
308 "python",
309 "-u",
310 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py",
311 "--show-path",
312 "python",
313 "RECIPE_PACKAGE_REPO[build]/scripts/slave/send_analyze_event.py",
314 "--event-mon-run-type",
315 "test",
316 "--master-name",
317 "tryserver.blink",
318 "--builder-name",
319 "linux_precise_blink_rel",
320 "--build-id",
321 "571",
322 "--analyze-input",
323 "{\"additional_compile_targets\": [], \"files\": [\"foo.cc\"], \"test_targ ets\": [\"blink_tests\"]}",
324 "--analyze-output",
325 "{\"status\": \"Analyze disabled: matched exclusion\"}"
326 ],
327 "name": "analyze report",
328 "~followup_annotations": [
329 "@@@STEP_LOG_LINE@analyze_details@{@@@", 304 "@@@STEP_LOG_LINE@analyze_details@{@@@",
330 "@@@STEP_LOG_LINE@analyze_details@ \"additional_compile_targets\": [], @@ @", 305 "@@@STEP_LOG_LINE@analyze_details@ \"additional_compile_targets\": [], @@ @",
331 "@@@STEP_LOG_LINE@analyze_details@ \"compile_targets\": [@@@", 306 "@@@STEP_LOG_LINE@analyze_details@ \"compile_targets\": [@@@",
332 "@@@STEP_LOG_LINE@analyze_details@ \"blink_tests\"@@@", 307 "@@@STEP_LOG_LINE@analyze_details@ \"blink_tests\"@@@",
333 "@@@STEP_LOG_LINE@analyze_details@ ], @@@", 308 "@@@STEP_LOG_LINE@analyze_details@ ], @@@",
334 "@@@STEP_LOG_LINE@analyze_details@ \"self.m.filter.compile_targets\": [@@ @", 309 "@@@STEP_LOG_LINE@analyze_details@ \"self.m.filter.compile_targets\": [@@ @",
335 "@@@STEP_LOG_LINE@analyze_details@ \"blink_tests\"@@@", 310 "@@@STEP_LOG_LINE@analyze_details@ \"blink_tests\"@@@",
336 "@@@STEP_LOG_LINE@analyze_details@ ], @@@", 311 "@@@STEP_LOG_LINE@analyze_details@ ], @@@",
337 "@@@STEP_LOG_LINE@analyze_details@ \"self.m.filter.test_targets\": [@@@", 312 "@@@STEP_LOG_LINE@analyze_details@ \"self.m.filter.test_targets\": [@@@",
338 "@@@STEP_LOG_LINE@analyze_details@ \"blink_tests\"@@@", 313 "@@@STEP_LOG_LINE@analyze_details@ \"blink_tests\"@@@",
(...skipping 369 matching lines...) Expand 10 before | Expand all | Expand 10 after
708 "@@@SET_BUILD_PROPERTY@failure_hash@\"a860d9d78c0340ef1c42d9fa74626fe7b110 eeb0\"@@@" 683 "@@@SET_BUILD_PROPERTY@failure_hash@\"a860d9d78c0340ef1c42d9fa74626fe7b110 eeb0\"@@@"
709 ] 684 ]
710 }, 685 },
711 { 686 {
712 "name": "$result", 687 "name": "$result",
713 "reason": "1 out of 1 aggregated steps failed. Failures: Step('webkit_tests' ) failed with return_code 1", 688 "reason": "1 out of 1 aggregated steps failed. Failures: Step('webkit_tests' ) failed with return_code 1",
714 "recipe_result": null, 689 "recipe_result": null,
715 "status_code": 1 690 "status_code": 1
716 } 691 }
717 ] 692 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698