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

Side by Side Diff: scripts/slave/recipes/chromium.expected/full_chromium_lkgr_Win_ASan_Release_Media.json

Issue 2393293002: Make clusterfuzz_archive include llvm-symbolizer and sancov. (Closed)
Patch Set: nit + more expectations. Created 4 years, 2 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 "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\kill_processes.py" 6 "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\kill_processes.py"
7 ], 7 ],
8 "name": "taskkill" 8 "name": "taskkill"
9 }, 9 },
10 { 10 {
(...skipping 310 matching lines...) Expand 10 before | Expand all | Expand 10 after
321 "name": "compile", 321 "name": "compile",
322 "~followup_annotations": [ 322 "~followup_annotations": [
323 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", 323 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@",
324 "@@@STEP_LOG_END@json.output (invalid)@@@" 324 "@@@STEP_LOG_END@json.output (invalid)@@@"
325 ] 325 ]
326 }, 326 },
327 { 327 {
328 "cmd": [ 328 "cmd": [
329 "python", 329 "python",
330 "-u", 330 "-u",
331 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n",
332 "[BUILDER_CACHE]\\Win_ASan_Release_Media\\src\\third_party\\llvm-build\\Re lease+Asserts\\bin\\llvm-symbolizer.exe",
333 "[BUILDER_CACHE]\\Win_ASan_Release_Media\\src\\out\\Release"
334 ],
335 "name": "Copy llvm-symbolizer"
336 },
337 {
338 "cmd": [
339 "python",
340 "-u",
341 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n",
342 "[BUILDER_CACHE]\\Win_ASan_Release_Media\\src\\third_party\\llvm-build\\Re lease+Asserts\\bin\\sancov.exe",
343 "[BUILDER_CACHE]\\Win_ASan_Release_Media\\src\\out\\Release"
344 ],
345 "name": "Copy sancov"
346 },
347 {
348 "cmd": [
349 "python",
350 "-u",
331 "\nimport json, os, sys\nif os.path.exists(sys.argv[1]) and os.path.isdir( sys.argv[1]):\n with open(sys.argv[2], 'w') as f:\n json.dump(os.listdir(sys .argv[1]), f)\n", 351 "\nimport json, os, sys\nif os.path.exists(sys.argv[1]) and os.path.isdir( sys.argv[1]):\n with open(sys.argv[2], 'w') as f:\n json.dump(os.listdir(sys .argv[1]), f)\n",
332 "[BUILDER_CACHE]\\Win_ASan_Release_Media\\src\\out\\Release", 352 "[BUILDER_CACHE]\\Win_ASan_Release_Media\\src\\out\\Release",
333 "/path/to/tmp/json" 353 "/path/to/tmp/json"
334 ], 354 ],
335 "name": "listdir build_dir", 355 "name": "listdir build_dir",
336 "~followup_annotations": [ 356 "~followup_annotations": [
337 "@@@STEP_LOG_LINE@json.output@[@@@", 357 "@@@STEP_LOG_LINE@json.output@[@@@",
338 "@@@STEP_LOG_LINE@json.output@ \"file 1\", @@@", 358 "@@@STEP_LOG_LINE@json.output@ \"file 1\", @@@",
339 "@@@STEP_LOG_LINE@json.output@ \"file 2\"@@@", 359 "@@@STEP_LOG_LINE@json.output@ \"file 2\"@@@",
340 "@@@STEP_LOG_LINE@json.output@]@@@", 360 "@@@STEP_LOG_LINE@json.output@]@@@",
(...skipping 56 matching lines...) Expand 10 before | Expand all | Expand 10 after
397 "@@@STEP_LOG_LINE@python.inline@os.remove(sys.argv[1])@@@", 417 "@@@STEP_LOG_LINE@python.inline@os.remove(sys.argv[1])@@@",
398 "@@@STEP_LOG_END@python.inline@@@" 418 "@@@STEP_LOG_END@python.inline@@@"
399 ] 419 ]
400 }, 420 },
401 { 421 {
402 "name": "$result", 422 "name": "$result",
403 "recipe_result": null, 423 "recipe_result": null,
404 "status_code": 0 424 "status_code": 0
405 } 425 }
406 ] 426 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698