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

Side by Side Diff: scripts/slave/recipes/findit/chromium/test.expected/unaffected_test_skipped_by_analyze.json

Issue 1862773003: Remove references to crash_service, which is no longer needed. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/tools/build
Patch Set: update expectations Created 4 years, 8 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 | Annotate | Revision Log
« no previous file with comments | « scripts/slave/recipes/findit/chromium/test.expected/test_without_targets_not_skipped.json ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 "cwd": "[SLAVE_BUILD]", 8 "cwd": "[SLAVE_BUILD]",
9 "name": "taskkill" 9 "name": "taskkill"
10 }, 10 },
(...skipping 447 matching lines...) Expand 10 before | Expand all | Expand 10 after
458 "@@@STEP_LOG_LINE@json.output@ \"test_targets\": [@@@", 458 "@@@STEP_LOG_LINE@json.output@ \"test_targets\": [@@@",
459 "@@@STEP_LOG_LINE@json.output@ \"affected_tests\", @@@", 459 "@@@STEP_LOG_LINE@json.output@ \"affected_tests\", @@@",
460 "@@@STEP_LOG_LINE@json.output@ \"affected_tests_run\"@@@", 460 "@@@STEP_LOG_LINE@json.output@ \"affected_tests_run\"@@@",
461 "@@@STEP_LOG_LINE@json.output@ ]@@@", 461 "@@@STEP_LOG_LINE@json.output@ ]@@@",
462 "@@@STEP_LOG_LINE@json.output@}@@@", 462 "@@@STEP_LOG_LINE@json.output@}@@@",
463 "@@@STEP_LOG_END@json.output@@@", 463 "@@@STEP_LOG_END@json.output@@@",
464 "@@@STEP_LOG_LINE@analyze_details@{@@@", 464 "@@@STEP_LOG_LINE@analyze_details@{@@@",
465 "@@@STEP_LOG_LINE@analyze_details@ \"additional_compile_targets\": [], @@ @", 465 "@@@STEP_LOG_LINE@analyze_details@ \"additional_compile_targets\": [], @@ @",
466 "@@@STEP_LOG_LINE@analyze_details@ \"compile_targets\": [@@@", 466 "@@@STEP_LOG_LINE@analyze_details@ \"compile_targets\": [@@@",
467 "@@@STEP_LOG_LINE@analyze_details@ \"affected_tests\", @@@", 467 "@@@STEP_LOG_LINE@analyze_details@ \"affected_tests\", @@@",
468 "@@@STEP_LOG_LINE@analyze_details@ \"affected_tests_run\", @@@", 468 "@@@STEP_LOG_LINE@analyze_details@ \"affected_tests_run\"@@@",
469 "@@@STEP_LOG_LINE@analyze_details@ \"crash_service\"@@@",
470 "@@@STEP_LOG_LINE@analyze_details@ ], @@@", 469 "@@@STEP_LOG_LINE@analyze_details@ ], @@@",
471 "@@@STEP_LOG_LINE@analyze_details@ \"self.m.filter.compile_targets\": [@@ @", 470 "@@@STEP_LOG_LINE@analyze_details@ \"self.m.filter.compile_targets\": [@@ @",
472 "@@@STEP_LOG_LINE@analyze_details@ \"affected_tests\", @@@", 471 "@@@STEP_LOG_LINE@analyze_details@ \"affected_tests\", @@@",
473 "@@@STEP_LOG_LINE@analyze_details@ \"affected_tests_run\"@@@", 472 "@@@STEP_LOG_LINE@analyze_details@ \"affected_tests_run\"@@@",
474 "@@@STEP_LOG_LINE@analyze_details@ ], @@@", 473 "@@@STEP_LOG_LINE@analyze_details@ ], @@@",
475 "@@@STEP_LOG_LINE@analyze_details@ \"self.m.filter.test_targets\": [@@@", 474 "@@@STEP_LOG_LINE@analyze_details@ \"self.m.filter.test_targets\": [@@@",
476 "@@@STEP_LOG_LINE@analyze_details@ \"affected_tests\", @@@", 475 "@@@STEP_LOG_LINE@analyze_details@ \"affected_tests\", @@@",
477 "@@@STEP_LOG_LINE@analyze_details@ \"affected_tests_run\"@@@", 476 "@@@STEP_LOG_LINE@analyze_details@ \"affected_tests_run\"@@@",
478 "@@@STEP_LOG_LINE@analyze_details@ ], @@@", 477 "@@@STEP_LOG_LINE@analyze_details@ ], @@@",
479 "@@@STEP_LOG_LINE@analyze_details@ \"test_targets\": [@@@", 478 "@@@STEP_LOG_LINE@analyze_details@ \"test_targets\": [@@@",
(...skipping 82 matching lines...) Expand 10 before | Expand all | Expand 10 after
562 "ninja", 561 "ninja",
563 "--compiler", 562 "--compiler",
564 "goma", 563 "goma",
565 "--goma-jsonstatus", 564 "--goma-jsonstatus",
566 "/path/to/tmp/json", 565 "/path/to/tmp/json",
567 "--goma-dir", 566 "--goma-dir",
568 "[BUILD]\\goma", 567 "[BUILD]\\goma",
569 "--ninja-ensure-up-to-date", 568 "--ninja-ensure-up-to-date",
570 "--", 569 "--",
571 "affected_tests", 570 "affected_tests",
572 "affected_tests_run", 571 "affected_tests_run"
573 "crash_service"
574 ], 572 ],
575 "cwd": "[SLAVE_BUILD]", 573 "cwd": "[SLAVE_BUILD]",
576 "name": "test r1.compile", 574 "name": "test r1.compile",
577 "~followup_annotations": [ 575 "~followup_annotations": [
578 "@@@STEP_NEST_LEVEL@1@@@", 576 "@@@STEP_NEST_LEVEL@1@@@",
579 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", 577 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@",
580 "@@@STEP_LOG_END@json.output (invalid)@@@" 578 "@@@STEP_LOG_END@json.output (invalid)@@@"
581 ] 579 ]
582 }, 580 },
583 { 581 {
(...skipping 33 matching lines...) Expand 10 before | Expand all | Expand 10 after
617 "@@@STEP_LOG_LINE@json.output@{@@@", 615 "@@@STEP_LOG_LINE@json.output@{@@@",
618 "@@@STEP_LOG_LINE@json.output@ \"affected_tests\": \"[dummy hash for affe cted_tests]\"@@@", 616 "@@@STEP_LOG_LINE@json.output@ \"affected_tests\": \"[dummy hash for affe cted_tests]\"@@@",
619 "@@@STEP_LOG_LINE@json.output@}@@@", 617 "@@@STEP_LOG_LINE@json.output@}@@@",
620 "@@@STEP_LOG_END@json.output@@@" 618 "@@@STEP_LOG_END@json.output@@@"
621 ] 619 ]
622 }, 620 },
623 { 621 {
624 "cmd": [ 622 "cmd": [
625 "python", 623 "python",
626 "-u", 624 "-u",
627 "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\chromium\\run_crash_handler.p y",
628 "--target",
629 "Release"
630 ],
631 "cwd": "[SLAVE_BUILD]",
632 "name": "test r1.start_crash_service",
633 "~followup_annotations": [
634 "@@@STEP_NEST_LEVEL@1@@@"
635 ]
636 },
637 {
638 "cmd": [
639 "python",
640 "-u",
641 "[SLAVE_BUILD]\\src\\tools\\swarming_client\\swarming.py", 625 "[SLAVE_BUILD]\\src\\tools\\swarming_client\\swarming.py",
642 "trigger", 626 "trigger",
643 "--swarming", 627 "--swarming",
644 "https://chromium-swarm.appspot.com", 628 "https://chromium-swarm.appspot.com",
645 "--isolate-server", 629 "--isolate-server",
646 "https://isolateserver.appspot.com", 630 "https://isolateserver.appspot.com",
647 "--priority", 631 "--priority",
648 "25", 632 "25",
649 "--shards", 633 "--shards",
650 "1", 634 "1",
(...skipping 164 matching lines...) Expand 10 before | Expand all | Expand 10 after
815 "@@@STEP_LOG_END@report@@@", 799 "@@@STEP_LOG_END@report@@@",
816 "@@@SET_BUILD_PROPERTY@report@{\"metadata\": {\"regression_range_size\": 1 }, \"result\": {\"r1\": {\"affected_tests\": {\"status\": \"passed\", \"valid\": true}, \"unaffected_tests\": {\"status\": \"skipped\", \"valid\": true}}}}@@@" 800 "@@@SET_BUILD_PROPERTY@report@{\"metadata\": {\"regression_range_size\": 1 }, \"result\": {\"r1\": {\"affected_tests\": {\"status\": \"passed\", \"valid\": true}, \"unaffected_tests\": {\"status\": \"skipped\", \"valid\": true}}}}@@@"
817 ] 801 ]
818 }, 802 },
819 { 803 {
820 "name": "$result", 804 "name": "$result",
821 "recipe_result": null, 805 "recipe_result": null,
822 "status_code": 0 806 "status_code": 0
823 } 807 }
824 ] 808 ]
OLDNEW
« no previous file with comments | « scripts/slave/recipes/findit/chromium/test.expected/test_without_targets_not_skipped.json ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698