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

Side by Side Diff: scripts/slave/recipes/skia/swarm_trigger.expected/Test-Ubuntu-Clang-GCE-CPU-AVX2-x86_64-Coverage-Trybot.json

Issue 2400963002: Fix file.copy recipe_module to not fail if files are already equal. (Closed)
Patch Set: all expectations, omg! 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 "git", 4 "git",
5 "remote", 5 "remote",
6 "set-url", 6 "set-url",
7 "origin", 7 "origin",
8 "https://skia.googlesource.com/skia.git" 8 "https://skia.googlesource.com/skia.git"
9 ], 9 ],
10 "cwd": "[SLAVE_BUILD]/skia", 10 "cwd": "[SLAVE_BUILD]/skia",
(...skipping 445 matching lines...) Expand 10 before | Expand all | Expand 10 after
456 "@@@STEP_LOG_LINE@json.output@ \"upload_dm_results\": false, @@@", 456 "@@@STEP_LOG_LINE@json.output@ \"upload_dm_results\": false, @@@",
457 "@@@STEP_LOG_LINE@json.output@ \"upload_perf_results\": false@@@", 457 "@@@STEP_LOG_LINE@json.output@ \"upload_perf_results\": false@@@",
458 "@@@STEP_LOG_LINE@json.output@}@@@", 458 "@@@STEP_LOG_LINE@json.output@}@@@",
459 "@@@STEP_LOG_END@json.output@@@" 459 "@@@STEP_LOG_END@json.output@@@"
460 ] 460 ]
461 }, 461 },
462 { 462 {
463 "cmd": [ 463 "cmd": [
464 "python", 464 "python",
465 "-u", 465 "-u",
466 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n", 466 "\nimport shutil\nimport sys\n# Apparently, shutil.copy fails if files are binary-equal on *nix OSes.\n# See http://crbug.com/636168#c8.\nif hasattr(shuti l, '_samefile'):\n if shutil._samefile(sys.argv[1], sys.argv[2]):\n sys.exit (0)\nshutil.copy(sys.argv[1], sys.argv[2])\n",
467 "[SLAVE_BUILD]/skia/infra/bots/assets/skp/VERSION", 467 "[SLAVE_BUILD]/skia/infra/bots/assets/skp/VERSION",
468 "/path/to/tmp/" 468 "/path/to/tmp/"
469 ], 469 ],
470 "name": "read skp VERSION" 470 "name": "read skp VERSION"
471 }, 471 },
472 { 472 {
473 "cmd": [ 473 "cmd": [
474 "python", 474 "python",
475 "-u", 475 "-u",
476 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n", 476 "\nimport shutil\nimport sys\n# Apparently, shutil.copy fails if files are binary-equal on *nix OSes.\n# See http://crbug.com/636168#c8.\nif hasattr(shuti l, '_samefile'):\n if shutil._samefile(sys.argv[1], sys.argv[2]):\n sys.exit (0)\nshutil.copy(sys.argv[1], sys.argv[2])\n",
477 "[SLAVE_BUILD]/skia/infra/bots/assets/skimage/VERSION", 477 "[SLAVE_BUILD]/skia/infra/bots/assets/skimage/VERSION",
478 "/path/to/tmp/" 478 "/path/to/tmp/"
479 ], 479 ],
480 "name": "read skimage VERSION" 480 "name": "read skimage VERSION"
481 }, 481 },
482 { 482 {
483 "cmd": [ 483 "cmd": [
484 "python", 484 "python",
485 "-u", 485 "-u",
486 "\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", 486 "\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",
(...skipping 288 matching lines...) Expand 10 before | Expand all | Expand 10 after
775 }, 775 },
776 "name": "gsutil upload raw coverage data", 776 "name": "gsutil upload raw coverage data",
777 "~followup_annotations": [ 777 "~followup_annotations": [
778 "@@@STEP_LINK@gsutil.upload@https://storage.cloud.google.com/skia-infra/co verage-raw-v1/trybot/2012/05/14/12/Test-Ubuntu-Clang-GCE-CPU-AVX2-x86_64-Coverag e-Trybot/5/500/9046e2e693bb92a76e972b694580e5d17ad10748.cov@@@" 778 "@@@STEP_LINK@gsutil.upload@https://storage.cloud.google.com/skia-infra/co verage-raw-v1/trybot/2012/05/14/12/Test-Ubuntu-Clang-GCE-CPU-AVX2-x86_64-Coverag e-Trybot/5/500/9046e2e693bb92a76e972b694580e5d17ad10748.cov@@@"
779 ] 779 ]
780 }, 780 },
781 { 781 {
782 "cmd": [ 782 "cmd": [
783 "python", 783 "python",
784 "-u", 784 "-u",
785 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n", 785 "\nimport shutil\nimport sys\n# Apparently, shutil.copy fails if files are binary-equal on *nix OSes.\n# See http://crbug.com/636168#c8.\nif hasattr(shuti l, '_samefile'):\n if shutil._samefile(sys.argv[1], sys.argv[2]):\n sys.exit (0)\nshutil.copy(sys.argv[1], sys.argv[2])\n",
786 "[SLAVE_BUILD]/swarming_temp_dir/outputs/test_skia/0/nanobench_9046e2e693b b92a76e972b694580e5d17ad10748.json", 786 "[SLAVE_BUILD]/swarming_temp_dir/outputs/test_skia/0/nanobench_9046e2e693b b92a76e972b694580e5d17ad10748.json",
787 "[SLAVE_BUILD]/swarming_temp_dir/outputs/test_skia/0/nanobench_9046e2e693b b92a76e972b694580e5d17ad10748_1408633190.json" 787 "[SLAVE_BUILD]/swarming_temp_dir/outputs/test_skia/0/nanobench_9046e2e693b b92a76e972b694580e5d17ad10748_1408633190.json"
788 ], 788 ],
789 "name": "nanobench JSON" 789 "name": "nanobench JSON"
790 }, 790 },
791 { 791 {
792 "cmd": [ 792 "cmd": [
793 "python", 793 "python",
794 "-u", 794 "-u",
795 "\nimport os\nimport sys\nos.remove(sys.argv[1])\n", 795 "\nimport os\nimport sys\nos.remove(sys.argv[1])\n",
(...skipping 24 matching lines...) Expand all
820 "env": { 820 "env": {
821 "AWS_CREDENTIAL_FILE": "[HOME]/chromium-skia-gm.boto", 821 "AWS_CREDENTIAL_FILE": "[HOME]/chromium-skia-gm.boto",
822 "BOTO_CONFIG": "[HOME]/chromium-skia-gm.boto" 822 "BOTO_CONFIG": "[HOME]/chromium-skia-gm.boto"
823 }, 823 },
824 "name": "upload nanobench coverage results" 824 "name": "upload nanobench coverage results"
825 }, 825 },
826 { 826 {
827 "cmd": [ 827 "cmd": [
828 "python", 828 "python",
829 "-u", 829 "-u",
830 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n", 830 "\nimport shutil\nimport sys\n# Apparently, shutil.copy fails if files are binary-equal on *nix OSes.\n# See http://crbug.com/636168#c8.\nif hasattr(shuti l, '_samefile'):\n if shutil._samefile(sys.argv[1], sys.argv[2]):\n sys.exit (0)\nshutil.copy(sys.argv[1], sys.argv[2])\n",
831 "[SLAVE_BUILD]/swarming_temp_dir/outputs/test_skia/0/coverage_by_line_9046 e2e693bb92a76e972b694580e5d17ad10748.json", 831 "[SLAVE_BUILD]/swarming_temp_dir/outputs/test_skia/0/coverage_by_line_9046 e2e693bb92a76e972b694580e5d17ad10748.json",
832 "[SLAVE_BUILD]/swarming_temp_dir/outputs/test_skia/0/coverage_by_line_9046 e2e693bb92a76e972b694580e5d17ad10748_1408633190.json" 832 "[SLAVE_BUILD]/swarming_temp_dir/outputs/test_skia/0/coverage_by_line_9046 e2e693bb92a76e972b694580e5d17ad10748_1408633190.json"
833 ], 833 ],
834 "name": "Line-by-line coverage JSON" 834 "name": "Line-by-line coverage JSON"
835 }, 835 },
836 { 836 {
837 "cmd": [ 837 "cmd": [
838 "python", 838 "python",
839 "-u", 839 "-u",
840 "\nimport os\nimport sys\nos.remove(sys.argv[1])\n", 840 "\nimport os\nimport sys\nos.remove(sys.argv[1])\n",
(...skipping 28 matching lines...) Expand all
869 "~followup_annotations": [ 869 "~followup_annotations": [
870 "@@@STEP_LINK@gsutil.upload@https://storage.cloud.google.com/skia-infra/co verage-json-v1/trybot/2012/05/14/12/Test-Ubuntu-Clang-GCE-CPU-AVX2-x86_64-Covera ge-Trybot/5/500/coverage_by_line_9046e2e693bb92a76e972b694580e5d17ad10748_140863 3190.json@@@" 870 "@@@STEP_LINK@gsutil.upload@https://storage.cloud.google.com/skia-infra/co verage-json-v1/trybot/2012/05/14/12/Test-Ubuntu-Clang-GCE-CPU-AVX2-x86_64-Covera ge-Trybot/5/500/coverage_by_line_9046e2e693bb92a76e972b694580e5d17ad10748_140863 3190.json@@@"
871 ] 871 ]
872 }, 872 },
873 { 873 {
874 "name": "$result", 874 "name": "$result",
875 "recipe_result": null, 875 "recipe_result": null,
876 "status_code": 0 876 "status_code": 0
877 } 877 }
878 ] 878 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698