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

Side by Side Diff: scripts/slave/recipes/webrtc/standalone.expected/client_webrtc_win_syzyasan.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
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_SyzyASan", 7 "[BUILDER_CACHE]\\Win_SyzyASan",
8 "511" 8 "511"
9 ], 9 ],
10 "name": "makedirs checkout path", 10 "name": "makedirs checkout path",
(...skipping 194 matching lines...) Expand 10 before | Expand all | Expand 10 after
205 "~followup_annotations": [ 205 "~followup_annotations": [
206 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", 206 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@",
207 "@@@STEP_LOG_END@json.output (invalid)@@@" 207 "@@@STEP_LOG_END@json.output (invalid)@@@"
208 ] 208 ]
209 }, 209 },
210 { 210 {
211 "cmd": [ 211 "cmd": [
212 "python", 212 "python",
213 "-u", 213 "-u",
214 "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\chromium\\win_apply_syzyasan. py", 214 "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\chromium\\win_apply_syzyasan. py",
215 "--src-dir",
216 "[BUILDER_CACHE]\\Win_SyzyASan\\src",
215 "--target", 217 "--target",
216 "Release" 218 "Release"
217 ], 219 ],
218 "name": "apply_syzyasan" 220 "name": "apply_syzyasan"
219 }, 221 },
220 { 222 {
221 "cmd": [ 223 "cmd": [
222 "python", 224 "python",
223 "-u", 225 "-u",
224 "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\runtest.py", 226 "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\runtest.py",
(...skipping 393 matching lines...) Expand 10 before | Expand all | Expand 10 after
618 ], 620 ],
619 "cwd": "[BUILDER_CACHE]\\Win_SyzyASan", 621 "cwd": "[BUILDER_CACHE]\\Win_SyzyASan",
620 "name": "webrtc_nonparallel_tests" 622 "name": "webrtc_nonparallel_tests"
621 }, 623 },
622 { 624 {
623 "name": "$result", 625 "name": "$result",
624 "recipe_result": null, 626 "recipe_result": null,
625 "status_code": 0 627 "status_code": 0
626 } 628 }
627 ] 629 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698