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

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

Issue 1871583004: Revert "Remove references to crash_service, which is no longer needed." (Closed) Base URL: https://chromium.googlesource.com/chromium/tools/build.git@master
Patch Set: 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
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",
387 "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\process_dumps.py", 401 "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\process_dumps.py",
388 "--target", 402 "--target",
389 "Release" 403 "Release"
390 ], 404 ],
391 "cwd": "[SLAVE_BUILD]", 405 "cwd": "[SLAVE_BUILD]",
392 "name": "test r1.process_dumps", 406 "name": "test r1.process_dumps",
393 "~followup_annotations": [ 407 "~followup_annotations": [
394 "@@@STEP_NEST_LEVEL@1@@@" 408 "@@@STEP_NEST_LEVEL@1@@@"
395 ] 409 ]
396 }, 410 },
(...skipping 22 matching lines...) Expand all
419 "@@@STEP_LOG_END@report@@@", 433 "@@@STEP_LOG_END@report@@@",
420 "@@@SET_BUILD_PROPERTY@report@{\"metadata\": {\"regression_range_size\": 1 }, \"result\": {\"r1\": {\"newly_added_tests\": {\"status\": \"skipped\", \"vali d\": true}}}}@@@" 434 "@@@SET_BUILD_PROPERTY@report@{\"metadata\": {\"regression_range_size\": 1 }, \"result\": {\"r1\": {\"newly_added_tests\": {\"status\": \"skipped\", \"vali d\": true}}}}@@@"
421 ] 435 ]
422 }, 436 },
423 { 437 {
424 "name": "$result", 438 "name": "$result",
425 "recipe_result": null, 439 "recipe_result": null,
426 "status_code": 0 440 "status_code": 0
427 } 441 }
428 ] 442 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698