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

Side by Side Diff: scripts/slave/recipes/findit/chromium/test.expected/nonexistent_test_step_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 366 matching lines...) Expand 10 before | Expand all | Expand 10 after
377 "@@@STEP_LOG_LINE@json.output@ ]@@@", 377 "@@@STEP_LOG_LINE@json.output@ ]@@@",
378 "@@@STEP_LOG_LINE@json.output@ }@@@", 378 "@@@STEP_LOG_LINE@json.output@ }@@@",
379 "@@@STEP_LOG_LINE@json.output@}@@@", 379 "@@@STEP_LOG_LINE@json.output@}@@@",
380 "@@@STEP_LOG_END@json.output@@@" 380 "@@@STEP_LOG_END@json.output@@@"
381 ] 381 ]
382 }, 382 },
383 { 383 {
384 "cmd": [ 384 "cmd": [
385 "python", 385 "python",
386 "-u", 386 "-u",
387 "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\chromium\\run_crash_handler.p y",
388 "--target",
389 "Release"
390 ],
391 "cwd": "[SLAVE_BUILD]",
392 "name": "test r1.start_crash_service",
393 "~followup_annotations": [
394 "@@@STEP_NEST_LEVEL@1@@@"
395 ]
396 },
397 {
398 "cmd": [
399 "python",
400 "-u",
401 "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\process_dumps.py", 387 "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\process_dumps.py",
402 "--target", 388 "--target",
403 "Release" 389 "Release"
404 ], 390 ],
405 "cwd": "[SLAVE_BUILD]", 391 "cwd": "[SLAVE_BUILD]",
406 "name": "test r1.process_dumps", 392 "name": "test r1.process_dumps",
407 "~followup_annotations": [ 393 "~followup_annotations": [
408 "@@@STEP_NEST_LEVEL@1@@@" 394 "@@@STEP_NEST_LEVEL@1@@@"
409 ] 395 ]
410 }, 396 },
(...skipping 22 matching lines...) Expand all
433 "@@@STEP_LOG_END@report@@@", 419 "@@@STEP_LOG_END@report@@@",
434 "@@@SET_BUILD_PROPERTY@report@{\"metadata\": {\"regression_range_size\": 1 }, \"result\": {\"r1\": {\"newly_added_tests\": {\"status\": \"skipped\", \"vali d\": true}}}}@@@" 420 "@@@SET_BUILD_PROPERTY@report@{\"metadata\": {\"regression_range_size\": 1 }, \"result\": {\"r1\": {\"newly_added_tests\": {\"status\": \"skipped\", \"vali d\": true}}}}@@@"
435 ] 421 ]
436 }, 422 },
437 { 423 {
438 "name": "$result", 424 "name": "$result",
439 "recipe_result": null, 425 "recipe_result": null,
440 "status_code": 0 426 "status_code": 0
441 } 427 }
442 ] 428 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698