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

Side by Side Diff: scripts/slave/recipes/findit/chromium/test.expected/test_without_targets_not_skipped.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 "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\kill_processes.py" 6 "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\kill_processes.py"
7 ], 7 ],
8 "name": "taskkill" 8 "name": "taskkill"
9 }, 9 },
10 { 10 {
(...skipping 604 matching lines...) Expand 10 before | Expand all | Expand 10 after
615 }, 615 },
616 "name": "test r1.analyze", 616 "name": "test r1.analyze",
617 "~followup_annotations": [ 617 "~followup_annotations": [
618 "@@@STEP_NEST_LEVEL@1@@@", 618 "@@@STEP_NEST_LEVEL@1@@@",
619 "@@@STEP_TEXT@No compile necessary@@@", 619 "@@@STEP_TEXT@No compile necessary@@@",
620 "@@@STEP_LOG_LINE@json.output@{@@@", 620 "@@@STEP_LOG_LINE@json.output@{@@@",
621 "@@@STEP_LOG_LINE@json.output@ \"compile_targets\": [], @@@", 621 "@@@STEP_LOG_LINE@json.output@ \"compile_targets\": [], @@@",
622 "@@@STEP_LOG_LINE@json.output@ \"status\": \"No dependencies\", @@@", 622 "@@@STEP_LOG_LINE@json.output@ \"status\": \"No dependencies\", @@@",
623 "@@@STEP_LOG_LINE@json.output@ \"test_targets\": []@@@", 623 "@@@STEP_LOG_LINE@json.output@ \"test_targets\": []@@@",
624 "@@@STEP_LOG_LINE@json.output@}@@@", 624 "@@@STEP_LOG_LINE@json.output@}@@@",
625 "@@@STEP_LOG_END@json.output@@@" 625 "@@@STEP_LOG_END@json.output@@@",
626 ]
627 },
628 {
629 "cmd": [
630 "python",
631 "-u",
632 "RECIPE_PACKAGE_REPO[build]\\scripts\\tools\\runit.py",
633 "--show-path",
634 "python",
635 "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\send_analyze_event.py",
636 "--event-mon-run-type",
637 "test",
638 "--master-name",
639 "tryserver.chromium.win",
640 "--builder-name",
641 "win_chromium_variable",
642 "--build-id",
643 "1",
644 "--analyze-input",
645 "{\"additional_compile_targets\": [], \"files\": [\"foo.cc\"], \"test_targ ets\": [\"unaffected_tests\", \"unaffected_tests_run\"]}",
646 "--analyze-output",
647 "{\"compile_targets\": [], \"status\": \"No dependencies\", \"test_targets \": []}"
648 ],
649 "name": "test r1.analyze report",
650 "~followup_annotations": [
651 "@@@STEP_NEST_LEVEL@1@@@",
652 "@@@STEP_LOG_LINE@analyze_details@{@@@", 626 "@@@STEP_LOG_LINE@analyze_details@{@@@",
653 "@@@STEP_LOG_LINE@analyze_details@ \"additional_compile_targets\": [], @@ @", 627 "@@@STEP_LOG_LINE@analyze_details@ \"additional_compile_targets\": [], @@ @",
654 "@@@STEP_LOG_LINE@analyze_details@ \"compile_targets\": [], @@@", 628 "@@@STEP_LOG_LINE@analyze_details@ \"compile_targets\": [], @@@",
655 "@@@STEP_LOG_LINE@analyze_details@ \"self.m.filter.compile_targets\": [], @@@", 629 "@@@STEP_LOG_LINE@analyze_details@ \"self.m.filter.compile_targets\": [], @@@",
656 "@@@STEP_LOG_LINE@analyze_details@ \"self.m.filter.test_targets\": [], @@ @", 630 "@@@STEP_LOG_LINE@analyze_details@ \"self.m.filter.test_targets\": [], @@ @",
657 "@@@STEP_LOG_LINE@analyze_details@ \"test_targets\": [@@@", 631 "@@@STEP_LOG_LINE@analyze_details@ \"test_targets\": [@@@",
658 "@@@STEP_LOG_LINE@analyze_details@ \"unaffected_tests\", @@@", 632 "@@@STEP_LOG_LINE@analyze_details@ \"unaffected_tests\", @@@",
659 "@@@STEP_LOG_LINE@analyze_details@ \"unaffected_tests_run\"@@@", 633 "@@@STEP_LOG_LINE@analyze_details@ \"unaffected_tests_run\"@@@",
660 "@@@STEP_LOG_LINE@analyze_details@ ]@@@", 634 "@@@STEP_LOG_LINE@analyze_details@ ]@@@",
661 "@@@STEP_LOG_LINE@analyze_details@}@@@", 635 "@@@STEP_LOG_LINE@analyze_details@}@@@",
(...skipping 75 matching lines...) Expand 10 before | Expand all | Expand 10 after
737 "@@@STEP_LOG_END@report@@@", 711 "@@@STEP_LOG_END@report@@@",
738 "@@@SET_BUILD_PROPERTY@report@{\"metadata\": {\"regression_range_size\": 1 }, \"result\": {\"r1\": {\"checkperms\": {\"status\": \"passed\", \"valid\": tru e}, \"unaffected_tests\": {\"status\": \"skipped\", \"valid\": true}}}}@@@" 712 "@@@SET_BUILD_PROPERTY@report@{\"metadata\": {\"regression_range_size\": 1 }, \"result\": {\"r1\": {\"checkperms\": {\"status\": \"passed\", \"valid\": tru e}, \"unaffected_tests\": {\"status\": \"skipped\", \"valid\": true}}}}@@@"
739 ] 713 ]
740 }, 714 },
741 { 715 {
742 "name": "$result", 716 "name": "$result",
743 "recipe_result": null, 717 "recipe_result": null,
744 "status_code": 0 718 "status_code": 0
745 } 719 }
746 ] 720 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698