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

Side by Side Diff: scripts/slave/recipes/chromium.expected/full_client_v8_fyi_Chromium_ASAN___debug.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 "\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]/Chromium_ASAN___debug", 7 "[BUILDER_CACHE]/Chromium_ASAN___debug",
8 "511" 8 "511"
9 ], 9 ],
10 "name": "makedirs checkout path", 10 "name": "makedirs checkout path",
(...skipping 342 matching lines...) Expand 10 before | Expand all | Expand 10 after
353 "name": "compile", 353 "name": "compile",
354 "~followup_annotations": [ 354 "~followup_annotations": [
355 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", 355 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@",
356 "@@@STEP_LOG_END@json.output (invalid)@@@" 356 "@@@STEP_LOG_END@json.output (invalid)@@@"
357 ] 357 ]
358 }, 358 },
359 { 359 {
360 "cmd": [ 360 "cmd": [
361 "python", 361 "python",
362 "-u", 362 "-u",
363 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n",
364 "[BUILDER_CACHE]/Chromium_ASAN___debug/src/third_party/llvm-build/Release+ Asserts/bin/llvm-symbolizer",
365 "[BUILDER_CACHE]/Chromium_ASAN___debug/src/out/Debug"
366 ],
367 "name": "Copy llvm-symbolizer"
368 },
369 {
370 "cmd": [
371 "python",
372 "-u",
373 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n",
374 "[BUILDER_CACHE]/Chromium_ASAN___debug/src/third_party/llvm-build/Release+ Asserts/bin/sancov",
375 "[BUILDER_CACHE]/Chromium_ASAN___debug/src/out/Debug"
376 ],
377 "name": "Copy sancov"
378 },
379 {
380 "cmd": [
381 "python",
382 "-u",
363 "\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", 383 "\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",
364 "[BUILDER_CACHE]/Chromium_ASAN___debug/src/out/Debug", 384 "[BUILDER_CACHE]/Chromium_ASAN___debug/src/out/Debug",
365 "/path/to/tmp/json" 385 "/path/to/tmp/json"
366 ], 386 ],
367 "name": "listdir build_dir", 387 "name": "listdir build_dir",
368 "~followup_annotations": [ 388 "~followup_annotations": [
369 "@@@STEP_LOG_LINE@json.output@[@@@", 389 "@@@STEP_LOG_LINE@json.output@[@@@",
370 "@@@STEP_LOG_LINE@json.output@ \"file 1\", @@@", 390 "@@@STEP_LOG_LINE@json.output@ \"file 1\", @@@",
371 "@@@STEP_LOG_LINE@json.output@ \"file 2\"@@@", 391 "@@@STEP_LOG_LINE@json.output@ \"file 2\"@@@",
372 "@@@STEP_LOG_LINE@json.output@]@@@", 392 "@@@STEP_LOG_LINE@json.output@]@@@",
(...skipping 56 matching lines...) Expand 10 before | Expand all | Expand 10 after
429 "@@@STEP_LOG_LINE@python.inline@os.remove(sys.argv[1])@@@", 449 "@@@STEP_LOG_LINE@python.inline@os.remove(sys.argv[1])@@@",
430 "@@@STEP_LOG_END@python.inline@@@" 450 "@@@STEP_LOG_END@python.inline@@@"
431 ] 451 ]
432 }, 452 },
433 { 453 {
434 "name": "$result", 454 "name": "$result",
435 "recipe_result": null, 455 "recipe_result": null,
436 "status_code": 0 456 "status_code": 0
437 } 457 }
438 ] 458 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698