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

Side by Side Diff: scripts/slave/recipes/chromium.expected/full_chromium_webrtc_fyi_Win_x64_GN.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 263 matching lines...) Expand 10 before | Expand all | Expand 10 after
274 "--build-tool", 274 "--build-tool",
275 "ninja", 275 "ninja",
276 "--compiler", 276 "--compiler",
277 "goma", 277 "goma",
278 "--goma-jsonstatus", 278 "--goma-jsonstatus",
279 "/path/to/tmp/json", 279 "/path/to/tmp/json",
280 "--goma-dir", 280 "--goma-dir",
281 "[BUILD]\\goma", 281 "[BUILD]\\goma",
282 "--", 282 "--",
283 "browser_tests", 283 "browser_tests",
284 "browser_tests_run", 284 "browser_tests_run"
285 "crash_service"
286 ], 285 ],
287 "cwd": "[SLAVE_BUILD]", 286 "cwd": "[SLAVE_BUILD]",
288 "name": "compile", 287 "name": "compile",
289 "~followup_annotations": [ 288 "~followup_annotations": [
290 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", 289 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@",
291 "@@@STEP_LOG_END@json.output (invalid)@@@" 290 "@@@STEP_LOG_END@json.output (invalid)@@@"
292 ] 291 ]
293 }, 292 },
294 { 293 {
295 "cmd": [ 294 "cmd": [
(...skipping 49 matching lines...) Expand 10 before | Expand all | Expand 10 after
345 "@@@STEP_LOG_LINE@json.output@ \"dummy_target_2\": \"[dummy hash for dumm y_target_2]\"@@@", 344 "@@@STEP_LOG_LINE@json.output@ \"dummy_target_2\": \"[dummy hash for dumm y_target_2]\"@@@",
346 "@@@STEP_LOG_LINE@json.output@}@@@", 345 "@@@STEP_LOG_LINE@json.output@}@@@",
347 "@@@STEP_LOG_END@json.output@@@", 346 "@@@STEP_LOG_END@json.output@@@",
348 "@@@SET_BUILD_PROPERTY@swarm_hashes@{\"dummy_target_1\": \"[dummy hash for dummy_target_1]\", \"dummy_target_2\": \"[dummy hash for dummy_target_2]\"}@@@" 347 "@@@SET_BUILD_PROPERTY@swarm_hashes@{\"dummy_target_1\": \"[dummy hash for dummy_target_1]\", \"dummy_target_2\": \"[dummy hash for dummy_target_2]\"}@@@"
349 ] 348 ]
350 }, 349 },
351 { 350 {
352 "cmd": [ 351 "cmd": [
353 "python", 352 "python",
354 "-u", 353 "-u",
355 "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\chromium\\run_crash_handler.p y",
356 "--target",
357 "Release_x64"
358 ],
359 "cwd": "[SLAVE_BUILD]",
360 "name": "start_crash_service"
361 },
362 {
363 "cmd": [
364 "python",
365 "-u",
366 "\nimport sys\nprint '*.isolated file for target %s is missing' % sys.argv [1]\nsys.exit(1)\n", 354 "\nimport sys\nprint '*.isolated file for target %s is missing' % sys.argv [1]\nsys.exit(1)\n",
367 "browser_tests" 355 "browser_tests"
368 ], 356 ],
369 "cwd": "[SLAVE_BUILD]", 357 "cwd": "[SLAVE_BUILD]",
370 "name": "[error] browser_tests", 358 "name": "[error] browser_tests",
371 "~followup_annotations": [ 359 "~followup_annotations": [
372 "@@@STEP_LOG_LINE@python.inline@@@@", 360 "@@@STEP_LOG_LINE@python.inline@@@@",
373 "@@@STEP_LOG_LINE@python.inline@import sys@@@", 361 "@@@STEP_LOG_LINE@python.inline@import sys@@@",
374 "@@@STEP_LOG_LINE@python.inline@print '*.isolated file for target %s is mi ssing' % sys.argv[1]@@@", 362 "@@@STEP_LOG_LINE@python.inline@print '*.isolated file for target %s is mi ssing' % sys.argv[1]@@@",
375 "@@@STEP_LOG_LINE@python.inline@sys.exit(1)@@@", 363 "@@@STEP_LOG_LINE@python.inline@sys.exit(1)@@@",
(...skipping 27 matching lines...) Expand all
403 ], 391 ],
404 "cwd": "[SLAVE_BUILD]", 392 "cwd": "[SLAVE_BUILD]",
405 "name": "process_dumps" 393 "name": "process_dumps"
406 }, 394 },
407 { 395 {
408 "name": "$result", 396 "name": "$result",
409 "recipe_result": null, 397 "recipe_result": null,
410 "status_code": 0 398 "status_code": 0
411 } 399 }
412 ] 400 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698