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

Side by Side Diff: scripts/slave/recipes/webrtc/standalone.expected/tryserver_webrtc_win_asan.json

Issue 2233733003: chromium: pass proper --src-dir to win_apply_syzyasan.py (Closed) Base URL: https://chromium.googlesource.com/chromium/tools/build.git@master
Patch Set: Created 4 years, 4 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
« no previous file with comments | « scripts/slave/recipes/webrtc/standalone.expected/client_webrtc_win_syzyasan.json ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 [ 1 [
2 { 2 {
3 "cmd": [ 3 "cmd": [
4 "python", 4 "python",
5 "-u", 5 "-u",
6 "\nimport sys, os\npath = sys.argv[1]\nmode = int(sys.argv[2])\nif not os. path.isdir(path):\n if os.path.exists(path):\n print \"%s exists but is not a dir\" % path\n sys.exit(1)\n os.makedirs(path, mode)\n", 6 "\nimport sys, os\npath = sys.argv[1]\nmode = int(sys.argv[2])\nif not os. path.isdir(path):\n if os.path.exists(path):\n print \"%s exists but is not a dir\" % path\n sys.exit(1)\n os.makedirs(path, mode)\n",
7 "[BUILDER_CACHE]\\win_asan", 7 "[BUILDER_CACHE]\\win_asan",
8 "511" 8 "511"
9 ], 9 ],
10 "name": "makedirs checkout path", 10 "name": "makedirs checkout path",
(...skipping 202 matching lines...) Expand 10 before | Expand all | Expand 10 after
213 "~followup_annotations": [ 213 "~followup_annotations": [
214 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", 214 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@",
215 "@@@STEP_LOG_END@json.output (invalid)@@@" 215 "@@@STEP_LOG_END@json.output (invalid)@@@"
216 ] 216 ]
217 }, 217 },
218 { 218 {
219 "cmd": [ 219 "cmd": [
220 "python", 220 "python",
221 "-u", 221 "-u",
222 "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\chromium\\win_apply_syzyasan. py", 222 "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\chromium\\win_apply_syzyasan. py",
223 "--src-dir",
224 "[BUILDER_CACHE]\\win_asan\\src",
223 "--target", 225 "--target",
224 "Release" 226 "Release"
225 ], 227 ],
226 "name": "apply_syzyasan" 228 "name": "apply_syzyasan"
227 }, 229 },
228 { 230 {
229 "cmd": [ 231 "cmd": [
230 "python", 232 "python",
231 "-u", 233 "-u",
232 "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\runtest.py", 234 "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\runtest.py",
(...skipping 390 matching lines...) Expand 10 before | Expand all | Expand 10 after
623 ], 625 ],
624 "cwd": "[BUILDER_CACHE]\\win_asan", 626 "cwd": "[BUILDER_CACHE]\\win_asan",
625 "name": "webrtc_nonparallel_tests" 627 "name": "webrtc_nonparallel_tests"
626 }, 628 },
627 { 629 {
628 "name": "$result", 630 "name": "$result",
629 "recipe_result": null, 631 "recipe_result": null,
630 "status_code": 0 632 "status_code": 0
631 } 633 }
632 ] 634 ]
OLDNEW
« no previous file with comments | « scripts/slave/recipes/webrtc/standalone.expected/client_webrtc_win_syzyasan.json ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698