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

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

Issue 2226753003: Remove the android_isolate_path option from LocalGTestTest. (Closed) Base URL: https://chromium.googlesource.com/chromium/tools/build.git@master
Patch Set: thakis/sergiyb comment 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]/ClangToTAndroidASan", 7 "[BUILDER_CACHE]/ClangToTAndroidASan",
8 "511" 8 "511"
9 ], 9 ],
10 "name": "makedirs checkout path", 10 "name": "makedirs checkout path",
(...skipping 625 matching lines...) Expand 10 before | Expand all | Expand 10 after
636 "name": "spawn_device_monitor" 636 "name": "spawn_device_monitor"
637 }, 637 },
638 { 638 {
639 "cmd": [ 639 "cmd": [
640 "python", 640 "python",
641 "-u", 641 "-u",
642 "[BUILDER_CACHE]/ClangToTAndroidASan/src/out/Debug/bin/run_components_brow sertests", 642 "[BUILDER_CACHE]/ClangToTAndroidASan/src/out/Debug/bin/run_components_brow sertests",
643 "--blacklist-file", 643 "--blacklist-file",
644 "[BUILDER_CACHE]/ClangToTAndroidASan/src/out/bad_devices.json", 644 "[BUILDER_CACHE]/ClangToTAndroidASan/src/out/bad_devices.json",
645 "--verbose", 645 "--verbose",
646 "--isolate_file_path=[BUILDER_CACHE]/ClangToTAndroidASan/src/components/co mponents_browsertests.isolate",
647 "--tool=asan", 646 "--tool=asan",
648 "--flakiness-dashboard-server=test-results.appspot.com", 647 "--flakiness-dashboard-server=test-results.appspot.com",
649 "--json-results-file", 648 "--json-results-file",
650 "/path/to/tmp/json", 649 "/path/to/tmp/json",
651 "--adb-path", 650 "--adb-path",
652 "[BUILDER_CACHE]/ClangToTAndroidASan/src/third_party/android_tools/sdk/pla tform-tools/adb" 651 "[BUILDER_CACHE]/ClangToTAndroidASan/src/third_party/android_tools/sdk/pla tform-tools/adb"
653 ], 652 ],
654 "cwd": "[BUILDER_CACHE]/ClangToTAndroidASan", 653 "cwd": "[BUILDER_CACHE]/ClangToTAndroidASan",
655 "env": { 654 "env": {
656 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account -goma-client.json", 655 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account -goma-client.json",
(...skipping 204 matching lines...) Expand 10 before | Expand all | Expand 10 after
861 "@@@STEP_LOG_LINE@python.inline@ os.remove(report)@@@", 860 "@@@STEP_LOG_LINE@python.inline@ os.remove(report)@@@",
862 "@@@STEP_LOG_END@python.inline@@@" 861 "@@@STEP_LOG_END@python.inline@@@"
863 ] 862 ]
864 }, 863 },
865 { 864 {
866 "name": "$result", 865 "name": "$result",
867 "recipe_result": null, 866 "recipe_result": null,
868 "status_code": 0 867 "status_code": 0
869 } 868 }
870 ] 869 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698