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

Side by Side Diff: scripts/slave/recipes/chromium.expected/full_chromium_webrtc_fyi_Win_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 203 matching lines...) Expand 10 before | Expand all | Expand 10 after
214 "goma", 214 "goma",
215 "--goma-jsonstatus", 215 "--goma-jsonstatus",
216 "/path/to/tmp/json", 216 "/path/to/tmp/json",
217 "--goma-dir", 217 "--goma-dir",
218 "[BUILD]\\goma", 218 "[BUILD]\\goma",
219 "--", 219 "--",
220 "browser_tests", 220 "browser_tests",
221 "chromium_builder_webrtc", 221 "chromium_builder_webrtc",
222 "content_browsertests", 222 "content_browsertests",
223 "content_unittests", 223 "content_unittests",
224 "crash_service",
225 "media_unittests", 224 "media_unittests",
226 "remoting_unittests" 225 "remoting_unittests"
227 ], 226 ],
228 "cwd": "[SLAVE_BUILD]", 227 "cwd": "[SLAVE_BUILD]",
229 "name": "compile", 228 "name": "compile",
230 "~followup_annotations": [ 229 "~followup_annotations": [
231 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", 230 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@",
232 "@@@STEP_LOG_END@json.output (invalid)@@@" 231 "@@@STEP_LOG_END@json.output (invalid)@@@"
233 ] 232 ]
234 }, 233 },
(...skipping 81 matching lines...) Expand 10 before | Expand all | Expand 10 after
316 "~followup_annotations": [ 315 "~followup_annotations": [
317 "@@@STEP_TEXT@Win7 Tester@@@" 316 "@@@STEP_TEXT@Win7 Tester@@@"
318 ] 317 ]
319 }, 318 },
320 { 319 {
321 "name": "$result", 320 "name": "$result",
322 "recipe_result": null, 321 "recipe_result": null,
323 "status_code": 0 322 "status_code": 0
324 } 323 }
325 ] 324 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698