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

Side by Side Diff: scripts/slave/recipes/chromium.expected/full_chromium_win_Win_Builder__dbg_.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 244 matching lines...) Expand 10 before | Expand all | Expand 10 after
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 "--ninja-ensure-up-to-date", 261 "--ninja-ensure-up-to-date",
262 "--", 262 "--",
263 "browser_tests", 263 "browser_tests",
264 "browser_tests_run", 264 "browser_tests_run",
265 "chromium_builder_tests", 265 "chromium_builder_tests"
266 "crash_service"
267 ], 266 ],
268 "cwd": "[SLAVE_BUILD]", 267 "cwd": "[SLAVE_BUILD]",
269 "name": "compile", 268 "name": "compile",
270 "~followup_annotations": [ 269 "~followup_annotations": [
271 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", 270 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@",
272 "@@@STEP_LOG_END@json.output (invalid)@@@" 271 "@@@STEP_LOG_END@json.output (invalid)@@@"
273 ] 272 ]
274 }, 273 },
275 { 274 {
276 "cmd": [ 275 "cmd": [
(...skipping 80 matching lines...) Expand 10 before | Expand all | Expand 10 after
357 "~followup_annotations": [ 356 "~followup_annotations": [
358 "@@@STEP_TEXT@Win7 Tests (dbg)(1)@@@" 357 "@@@STEP_TEXT@Win7 Tests (dbg)(1)@@@"
359 ] 358 ]
360 }, 359 },
361 { 360 {
362 "name": "$result", 361 "name": "$result",
363 "recipe_result": null, 362 "recipe_result": null,
364 "status_code": 0 363 "status_code": 0
365 } 364 }
366 ] 365 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698