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

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

Issue 2399353002: Chromium-recipe: add rmtree before copy for llvm_tools_to_copy. (Closed)
Patch Set: Added expected results generated by simulation test. 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 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",
364 "[BUILDER_CACHE]/Chromium_ASAN___debug/src/out/Debug/llvm-symbolizer"
365 ],
366 "name": "rmtree Purge llvm-symbolizer",
367 "~followup_annotations": [
368 "@@@STEP_LOG_LINE@python.inline@@@@",
369 "@@@STEP_LOG_LINE@python.inline@import os, sys@@@",
370 "@@@STEP_LOG_LINE@python.inline@from common import chromium_utils # Error? See https://crbug.com/584783.@@@",
371 "@@@STEP_LOG_LINE@python.inline@@@@",
372 "@@@STEP_LOG_LINE@python.inline@@@@",
373 "@@@STEP_LOG_LINE@python.inline@if os.path.exists(sys.argv[1]):@@@",
374 "@@@STEP_LOG_LINE@python.inline@ chromium_utils.RemoveDirectory(sys.argv[ 1])@@@",
375 "@@@STEP_LOG_END@python.inline@@@"
376 ]
377 },
378 {
379 "cmd": [
380 "python",
381 "-u",
382 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n",
383 "[BUILDER_CACHE]/Chromium_ASAN___debug/src/third_party/llvm-build/Release+ Asserts/bin/llvm-symbolizer",
384 "[BUILDER_CACHE]/Chromium_ASAN___debug/src/out/Debug"
385 ],
386 "name": "Copy llvm-symbolizer"
387 },
388 {
389 "cmd": [
390 "python",
391 "-u",
392 "\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",
393 "[BUILDER_CACHE]/Chromium_ASAN___debug/src/out/Debug/sancov"
394 ],
395 "name": "rmtree Purge sancov",
396 "~followup_annotations": [
397 "@@@STEP_LOG_LINE@python.inline@@@@",
398 "@@@STEP_LOG_LINE@python.inline@import os, sys@@@",
399 "@@@STEP_LOG_LINE@python.inline@from common import chromium_utils # Error? See https://crbug.com/584783.@@@",
400 "@@@STEP_LOG_LINE@python.inline@@@@",
401 "@@@STEP_LOG_LINE@python.inline@@@@",
402 "@@@STEP_LOG_LINE@python.inline@if os.path.exists(sys.argv[1]):@@@",
403 "@@@STEP_LOG_LINE@python.inline@ chromium_utils.RemoveDirectory(sys.argv[ 1])@@@",
404 "@@@STEP_LOG_END@python.inline@@@"
405 ]
406 },
407 {
408 "cmd": [
409 "python",
410 "-u",
411 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n",
412 "[BUILDER_CACHE]/Chromium_ASAN___debug/src/third_party/llvm-build/Release+ Asserts/bin/sancov",
413 "[BUILDER_CACHE]/Chromium_ASAN___debug/src/out/Debug"
414 ],
415 "name": "Copy sancov"
416 },
417 {
418 "cmd": [
419 "python",
420 "-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", 421 "\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", 422 "[BUILDER_CACHE]/Chromium_ASAN___debug/src/out/Debug",
365 "/path/to/tmp/json" 423 "/path/to/tmp/json"
366 ], 424 ],
367 "name": "listdir build_dir", 425 "name": "listdir build_dir",
368 "~followup_annotations": [ 426 "~followup_annotations": [
369 "@@@STEP_LOG_LINE@json.output@[@@@", 427 "@@@STEP_LOG_LINE@json.output@[@@@",
370 "@@@STEP_LOG_LINE@json.output@ \"file 1\", @@@", 428 "@@@STEP_LOG_LINE@json.output@ \"file 1\", @@@",
371 "@@@STEP_LOG_LINE@json.output@ \"file 2\"@@@", 429 "@@@STEP_LOG_LINE@json.output@ \"file 2\"@@@",
372 "@@@STEP_LOG_LINE@json.output@]@@@", 430 "@@@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])@@@", 487 "@@@STEP_LOG_LINE@python.inline@os.remove(sys.argv[1])@@@",
430 "@@@STEP_LOG_END@python.inline@@@" 488 "@@@STEP_LOG_END@python.inline@@@"
431 ] 489 ]
432 }, 490 },
433 { 491 {
434 "name": "$result", 492 "name": "$result",
435 "recipe_result": null, 493 "recipe_result": null,
436 "status_code": 0 494 "status_code": 0
437 } 495 }
438 ] 496 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698