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

Side by Side Diff: scripts/slave/recipes/findit/chromium/test.expected/compile_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 364 matching lines...) Expand 10 before | Expand all | Expand 10 after
375 "@@@STEP_LOG_LINE@json.output@ ]@@@", 375 "@@@STEP_LOG_LINE@json.output@ ]@@@",
376 "@@@STEP_LOG_LINE@json.output@ }@@@", 376 "@@@STEP_LOG_LINE@json.output@ }@@@",
377 "@@@STEP_LOG_LINE@json.output@}@@@", 377 "@@@STEP_LOG_LINE@json.output@}@@@",
378 "@@@STEP_LOG_END@json.output@@@" 378 "@@@STEP_LOG_END@json.output@@@"
379 ] 379 ]
380 }, 380 },
381 { 381 {
382 "cmd": [ 382 "cmd": [
383 "python", 383 "python",
384 "-u", 384 "-u",
385 "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\chromium\\run_crash_handler.p y",
386 "--target",
387 "Release"
388 ],
389 "cwd": "[SLAVE_BUILD]",
390 "name": "test r1.start_crash_service",
391 "~followup_annotations": [
392 "@@@STEP_NEST_LEVEL@1@@@"
393 ]
394 },
395 {
396 "cmd": [
397 "python",
398 "-u",
399 "[SLAVE_BUILD]\\src\\testing\\scripts\\checkperms.py", 385 "[SLAVE_BUILD]\\src\\testing\\scripts\\checkperms.py",
400 "--build-config-fs", 386 "--build-config-fs",
401 "Release", 387 "Release",
402 "--use-src-side-runtest-py", 388 "--use-src-side-runtest-py",
403 "--paths", 389 "--paths",
404 "{\"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\"}", 390 "{\"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\"}",
405 "--properties", 391 "--properties",
406 "{\"buildername\": \"win_chromium_variable\", \"buildnumber\": 1, \"master name\": \"tryserver.chromium.win\", \"slavename\": \"build1-a1\", \"target_platf orm\": \"win\"}", 392 "{\"buildername\": \"win_chromium_variable\", \"buildnumber\": 1, \"master name\": \"tryserver.chromium.win\", \"slavename\": \"build1-a1\", \"target_platf orm\": \"win\"}",
407 "run", 393 "run",
408 "--output", 394 "--output",
(...skipping 49 matching lines...) Expand 10 before | Expand all | Expand 10 after
458 "@@@STEP_LOG_END@report@@@", 444 "@@@STEP_LOG_END@report@@@",
459 "@@@SET_BUILD_PROPERTY@report@{\"metadata\": {\"regression_range_size\": 1 }, \"result\": {\"r1\": {\"checkperms\": {\"status\": \"passed\", \"valid\": tru e}}}}@@@" 445 "@@@SET_BUILD_PROPERTY@report@{\"metadata\": {\"regression_range_size\": 1 }, \"result\": {\"r1\": {\"checkperms\": {\"status\": \"passed\", \"valid\": tru e}}}}@@@"
460 ] 446 ]
461 }, 447 },
462 { 448 {
463 "name": "$result", 449 "name": "$result",
464 "recipe_result": null, 450 "recipe_result": null,
465 "status_code": 0 451 "status_code": 0
466 } 452 }
467 ] 453 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698