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

Side by Side Diff: scripts/slave/recipes/chromium.expected/full_client_v8_fyi_Chromium_Win_SyzyASAN.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 175 matching lines...) Expand 10 before | Expand all | Expand 10 after
186 "--target", 186 "--target",
187 "Release", 187 "Release",
188 "--src-dir", 188 "--src-dir",
189 "[SLAVE_BUILD]\\src", 189 "[SLAVE_BUILD]\\src",
190 "--goma-cache-dir", 190 "--goma-cache-dir",
191 "[GOMA_CACHE]", 191 "[GOMA_CACHE]",
192 "--build-tool", 192 "--build-tool",
193 "ninja", 193 "ninja",
194 "--clobber", 194 "--clobber",
195 "--", 195 "--",
196 "chromium_builder_asan", 196 "chromium_builder_asan"
197 "crash_service"
198 ], 197 ],
199 "cwd": "[SLAVE_BUILD]", 198 "cwd": "[SLAVE_BUILD]",
200 "name": "compile" 199 "name": "compile"
201 }, 200 },
202 { 201 {
203 "cmd": [ 202 "cmd": [
204 "python", 203 "python",
205 "-u", 204 "-u",
206 "\nimport os, sys\nfrom common import chromium_utils # Error? See https:// crbug.com/584783.\n\n\nif os.path.exists(sys.argv[1]):\n chromium_utils.RemoveD irectory(sys.argv[1])\n", 205 "\nimport os, sys\nfrom common import chromium_utils # Error? See https:// crbug.com/584783.\n\n\nif os.path.exists(sys.argv[1]):\n chromium_utils.RemoveD irectory(sys.argv[1])\n",
207 "[SLAVE_BUILD]\\chrome_staging" 206 "[SLAVE_BUILD]\\chrome_staging"
(...skipping 111 matching lines...) Expand 10 before | Expand all | Expand 10 after
319 "@@@STEP_LOG_LINE@python.inline@os.remove(sys.argv[1])@@@", 318 "@@@STEP_LOG_LINE@python.inline@os.remove(sys.argv[1])@@@",
320 "@@@STEP_LOG_END@python.inline@@@" 319 "@@@STEP_LOG_END@python.inline@@@"
321 ] 320 ]
322 }, 321 },
323 { 322 {
324 "name": "$result", 323 "name": "$result",
325 "recipe_result": null, 324 "recipe_result": null,
326 "status_code": 0 325 "status_code": 0
327 } 326 }
328 ] 327 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698