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

Side by Side Diff: scripts/slave/recipes/findit/chromium/test.expected/test_without_targets_not_skipped.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
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 455 matching lines...) Expand 10 before | Expand all | Expand 10 after
466 "@@@STEP_LOG_LINE@analyze_details@ \"unaffected_tests_run\"@@@", 466 "@@@STEP_LOG_LINE@analyze_details@ \"unaffected_tests_run\"@@@",
467 "@@@STEP_LOG_LINE@analyze_details@ ]@@@", 467 "@@@STEP_LOG_LINE@analyze_details@ ]@@@",
468 "@@@STEP_LOG_LINE@analyze_details@}@@@", 468 "@@@STEP_LOG_LINE@analyze_details@}@@@",
469 "@@@STEP_LOG_END@analyze_details@@@" 469 "@@@STEP_LOG_END@analyze_details@@@"
470 ] 470 ]
471 }, 471 },
472 { 472 {
473 "cmd": [ 473 "cmd": [
474 "python", 474 "python",
475 "-u", 475 "-u",
476 "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\chromium\\run_crash_handler.p y",
477 "--target",
478 "Release"
479 ],
480 "cwd": "[SLAVE_BUILD]",
481 "name": "test r1.start_crash_service",
482 "~followup_annotations": [
483 "@@@STEP_NEST_LEVEL@1@@@"
484 ]
485 },
486 {
487 "cmd": [
488 "python",
489 "-u",
490 "[SLAVE_BUILD]\\src\\testing\\scripts\\checkperms.py", 476 "[SLAVE_BUILD]\\src\\testing\\scripts\\checkperms.py",
491 "--build-config-fs", 477 "--build-config-fs",
492 "Release", 478 "Release",
493 "--use-src-side-runtest-py", 479 "--use-src-side-runtest-py",
494 "--paths", 480 "--paths",
495 "{\"checkout\": \"[SLAVE_BUILD]\\\\src\", \"runit.py\": \"RECIPE_PACKAGE_R EPO[build]\\\\scripts\\\\tools\\\\runit.py\", \"runtest.py\": \"RECIPE_PACKAGE_R EPO[build]\\\\scripts\\\\slave\\\\runtest.py\"}", 481 "{\"checkout\": \"[SLAVE_BUILD]\\\\src\", \"runit.py\": \"RECIPE_PACKAGE_R EPO[build]\\\\scripts\\\\tools\\\\runit.py\", \"runtest.py\": \"RECIPE_PACKAGE_R EPO[build]\\\\scripts\\\\slave\\\\runtest.py\"}",
496 "--properties", 482 "--properties",
497 "{\"buildername\": \"win_chromium_variable\", \"buildnumber\": 1, \"master name\": \"tryserver.chromium.win\", \"slavename\": \"build1-a1\", \"target_platf orm\": \"win\"}", 483 "{\"buildername\": \"win_chromium_variable\", \"buildnumber\": 1, \"master name\": \"tryserver.chromium.win\", \"slavename\": \"build1-a1\", \"target_platf orm\": \"win\"}",
498 "run", 484 "run",
499 "--output", 485 "--output",
(...skipping 53 matching lines...) Expand 10 before | Expand all | Expand 10 after
553 "@@@STEP_LOG_END@report@@@", 539 "@@@STEP_LOG_END@report@@@",
554 "@@@SET_BUILD_PROPERTY@report@{\"metadata\": {\"regression_range_size\": 1 }, \"result\": {\"r1\": {\"checkperms\": {\"status\": \"passed\", \"valid\": tru e}, \"unaffected_tests\": {\"status\": \"skipped\", \"valid\": true}}}}@@@" 540 "@@@SET_BUILD_PROPERTY@report@{\"metadata\": {\"regression_range_size\": 1 }, \"result\": {\"r1\": {\"checkperms\": {\"status\": \"passed\", \"valid\": tru e}, \"unaffected_tests\": {\"status\": \"skipped\", \"valid\": true}}}}@@@"
555 ] 541 ]
556 }, 542 },
557 { 543 {
558 "name": "$result", 544 "name": "$result",
559 "recipe_result": null, 545 "recipe_result": null,
560 "status_code": 0 546 "status_code": 0
561 } 547 }
562 ] 548 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698