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

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

Powered by Google App Engine
This is Rietveld 408576698