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

Side by Side Diff: scripts/slave/recipes/chromium.expected/full_chromium_fyi_Win_Builder__ANGLE_.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 219 matching lines...) Expand 10 before | Expand all | Expand 10 after
230 "ninja", 230 "ninja",
231 "--compiler", 231 "--compiler",
232 "goma", 232 "goma",
233 "--goma-jsonstatus", 233 "--goma-jsonstatus",
234 "/path/to/tmp/json", 234 "/path/to/tmp/json",
235 "--goma-dir", 235 "--goma-dir",
236 "[BUILD]\\goma", 236 "[BUILD]\\goma",
237 "--", 237 "--",
238 "browser_tests", 238 "browser_tests",
239 "browser_tests_run", 239 "browser_tests_run",
240 "chromium_builder_tests", 240 "chromium_builder_tests"
241 "crash_service"
242 ], 241 ],
243 "cwd": "[SLAVE_BUILD]", 242 "cwd": "[SLAVE_BUILD]",
244 "name": "compile", 243 "name": "compile",
245 "~followup_annotations": [ 244 "~followup_annotations": [
246 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", 245 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@",
247 "@@@STEP_LOG_END@json.output (invalid)@@@" 246 "@@@STEP_LOG_END@json.output (invalid)@@@"
248 ] 247 ]
249 }, 248 },
250 { 249 {
251 "cmd": [ 250 "cmd": [
(...skipping 80 matching lines...) Expand 10 before | Expand all | Expand 10 after
332 "~followup_annotations": [ 331 "~followup_annotations": [
333 "@@@STEP_TEXT@Win7 Tests (ANGLE)@@@" 332 "@@@STEP_TEXT@Win7 Tests (ANGLE)@@@"
334 ] 333 ]
335 }, 334 },
336 { 335 {
337 "name": "$result", 336 "name": "$result",
338 "recipe_result": null, 337 "recipe_result": null,
339 "status_code": 0 338 "status_code": 0
340 } 339 }
341 ] 340 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698