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

Side by Side Diff: scripts/slave/recipes/chromium.expected/full_chromium_webkit_WebKit_Win_x64_Builder.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 245 matching lines...) Expand 10 before | Expand all | Expand 10 after
256 "ninja", 256 "ninja",
257 "--compiler", 257 "--compiler",
258 "goma", 258 "goma",
259 "--goma-jsonstatus", 259 "--goma-jsonstatus",
260 "/path/to/tmp/json", 260 "/path/to/tmp/json",
261 "--goma-dir", 261 "--goma-dir",
262 "[BUILD]\\goma", 262 "[BUILD]\\goma",
263 "--", 263 "--",
264 "blink_tests", 264 "blink_tests",
265 "browser_tests", 265 "browser_tests",
266 "browser_tests_run", 266 "browser_tests_run"
267 "crash_service"
268 ], 267 ],
269 "cwd": "[SLAVE_BUILD]", 268 "cwd": "[SLAVE_BUILD]",
270 "name": "compile", 269 "name": "compile",
271 "~followup_annotations": [ 270 "~followup_annotations": [
272 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", 271 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@",
273 "@@@STEP_LOG_END@json.output (invalid)@@@" 272 "@@@STEP_LOG_END@json.output (invalid)@@@"
274 ] 273 ]
275 }, 274 },
276 { 275 {
277 "cmd": [ 276 "cmd": [
(...skipping 49 matching lines...) Expand 10 before | Expand all | Expand 10 after
327 "@@@STEP_LOG_LINE@json.output@ \"dummy_target_2\": \"[dummy hash for dumm y_target_2]\"@@@", 326 "@@@STEP_LOG_LINE@json.output@ \"dummy_target_2\": \"[dummy hash for dumm y_target_2]\"@@@",
328 "@@@STEP_LOG_LINE@json.output@}@@@", 327 "@@@STEP_LOG_LINE@json.output@}@@@",
329 "@@@STEP_LOG_END@json.output@@@", 328 "@@@STEP_LOG_END@json.output@@@",
330 "@@@SET_BUILD_PROPERTY@swarm_hashes@{\"dummy_target_1\": \"[dummy hash for dummy_target_1]\", \"dummy_target_2\": \"[dummy hash for dummy_target_2]\"}@@@" 329 "@@@SET_BUILD_PROPERTY@swarm_hashes@{\"dummy_target_1\": \"[dummy hash for dummy_target_1]\", \"dummy_target_2\": \"[dummy hash for dummy_target_2]\"}@@@"
331 ] 330 ]
332 }, 331 },
333 { 332 {
334 "cmd": [ 333 "cmd": [
335 "python", 334 "python",
336 "-u", 335 "-u",
337 "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\chromium\\run_crash_handler.p y",
338 "--target",
339 "Release_x64"
340 ],
341 "cwd": "[SLAVE_BUILD]",
342 "name": "start_crash_service"
343 },
344 {
345 "cmd": [
346 "python",
347 "-u",
348 "\nimport sys\nprint '*.isolated file for target %s is missing' % sys.argv [1]\nsys.exit(1)\n", 336 "\nimport sys\nprint '*.isolated file for target %s is missing' % sys.argv [1]\nsys.exit(1)\n",
349 "browser_tests" 337 "browser_tests"
350 ], 338 ],
351 "cwd": "[SLAVE_BUILD]", 339 "cwd": "[SLAVE_BUILD]",
352 "name": "[error] browser_tests", 340 "name": "[error] browser_tests",
353 "~followup_annotations": [ 341 "~followup_annotations": [
354 "@@@STEP_LOG_LINE@python.inline@@@@", 342 "@@@STEP_LOG_LINE@python.inline@@@@",
355 "@@@STEP_LOG_LINE@python.inline@import sys@@@", 343 "@@@STEP_LOG_LINE@python.inline@import sys@@@",
356 "@@@STEP_LOG_LINE@python.inline@print '*.isolated file for target %s is mi ssing' % sys.argv[1]@@@", 344 "@@@STEP_LOG_LINE@python.inline@print '*.isolated file for target %s is mi ssing' % sys.argv[1]@@@",
357 "@@@STEP_LOG_LINE@python.inline@sys.exit(1)@@@", 345 "@@@STEP_LOG_LINE@python.inline@sys.exit(1)@@@",
(...skipping 27 matching lines...) Expand all
385 ], 373 ],
386 "cwd": "[SLAVE_BUILD]", 374 "cwd": "[SLAVE_BUILD]",
387 "name": "process_dumps" 375 "name": "process_dumps"
388 }, 376 },
389 { 377 {
390 "name": "$result", 378 "name": "$result",
391 "recipe_result": null, 379 "recipe_result": null,
392 "status_code": 0 380 "status_code": 0
393 } 381 }
394 ] 382 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698