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

Side by Side Diff: scripts/slave/recipes/chromium.expected/full_chromium_fyi_CrWinAsan.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 236 matching lines...) Expand 10 before | Expand all | Expand 10 after
247 "[SLAVE_BUILD]\\src", 247 "[SLAVE_BUILD]\\src",
248 "--goma-cache-dir", 248 "--goma-cache-dir",
249 "[GOMA_CACHE]", 249 "[GOMA_CACHE]",
250 "--build-tool", 250 "--build-tool",
251 "ninja", 251 "ninja",
252 "--compiler", 252 "--compiler",
253 "clang", 253 "clang",
254 "--", 254 "--",
255 "browser_tests", 255 "browser_tests",
256 "browser_tests_run", 256 "browser_tests_run",
257 "chromium_builder_asan", 257 "chromium_builder_asan"
258 "crash_service"
259 ], 258 ],
260 "cwd": "[SLAVE_BUILD]", 259 "cwd": "[SLAVE_BUILD]",
261 "env": { 260 "env": {
262 "LLVM_FORCE_HEAD_REVISION": "YES" 261 "LLVM_FORCE_HEAD_REVISION": "YES"
263 }, 262 },
264 "name": "compile" 263 "name": "compile"
265 }, 264 },
266 { 265 {
267 "cmd": [ 266 "cmd": [
268 "python", 267 "python",
(...skipping 79 matching lines...) Expand 10 before | Expand all | Expand 10 after
348 "~followup_annotations": [ 347 "~followup_annotations": [
349 "@@@STEP_TEXT@CrWinAsan tester@@@" 348 "@@@STEP_TEXT@CrWinAsan tester@@@"
350 ] 349 ]
351 }, 350 },
352 { 351 {
353 "name": "$result", 352 "name": "$result",
354 "recipe_result": null, 353 "recipe_result": null,
355 "status_code": 0 354 "status_code": 0
356 } 355 }
357 ] 356 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698