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

Side by Side Diff: scripts/slave/recipe_modules/chromium_android/example.expected/webview_cts_basic.json

Issue 2045043002: Allow multiple devices on bisects hosts (Closed) Base URL: https://chromium.googlesource.com/chromium/tools/build.git@master
Patch Set: Retrain simulation test Created 4 years, 5 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 os, sys\n\nbuild_path = sys.argv[1]\nif os.path.exists(build_pat h):\n for (path, dir, files) in os.walk(build_path):\n for cur_file in files :\n if cur_file.endswith('index.lock'):\n path_to_file = os.path.joi n(path, cur_file)\n print 'deleting %s' % path_to_file\n os.remove (path_to_file)\n", 6 "\nimport os, sys\n\nbuild_path = sys.argv[1]\nif os.path.exists(build_pat h):\n for (path, dir, files) in os.walk(build_path):\n for cur_file in files :\n if cur_file.endswith('index.lock'):\n path_to_file = os.path.joi n(path, cur_file)\n print 'deleting %s' % path_to_file\n os.remove (path_to_file)\n",
7 "[SLAVE_BUILD]" 7 "[SLAVE_BUILD]"
8 ], 8 ],
9 "name": "cleanup index.lock", 9 "name": "cleanup index.lock",
10 "~followup_annotations": [ 10 "~followup_annotations": [
(...skipping 742 matching lines...) Expand 10 before | Expand all | Expand 10 after
753 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:%( PATH)s" 753 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:%( PATH)s"
754 }, 754 },
755 "name": "Run CTS", 755 "name": "Run CTS",
756 "stdout": "/path/to/tmp/", 756 "stdout": "/path/to/tmp/",
757 "~followup_annotations": [ 757 "~followup_annotations": [
758 "@@@STEP_LOG_LINE@disabled_tests@@@@", 758 "@@@STEP_LOG_LINE@disabled_tests@@@@",
759 "@@@STEP_LOG_LINE@disabled_tests@ {@@@", 759 "@@@STEP_LOG_LINE@disabled_tests@ {@@@",
760 "@@@STEP_LOG_LINE@disabled_tests@ \"android.webki t.cts.ExampleBlacklistedTest\":@@@", 760 "@@@STEP_LOG_LINE@disabled_tests@ \"android.webki t.cts.ExampleBlacklistedTest\":@@@",
761 "@@@STEP_LOG_LINE@disabled_tests@ [@@@", 761 "@@@STEP_LOG_LINE@disabled_tests@ [@@@",
762 "@@@STEP_LOG_LINE@disabled_tests@ {@@@", 762 "@@@STEP_LOG_LINE@disabled_tests@ {@@@",
763 "@@@STEP_LOG_LINE@disabled_tests@ \"name\": \"testA\",@@@", 763 "@@@STEP_LOG_LINE@disabled_tests@ \"name\": \"testA\", @@@",
764 "@@@STEP_LOG_LINE@disabled_tests@ \"_bug_id \": \"crbug.com/123\"@@@", 764 "@@@STEP_LOG_LINE@disabled_tests@ \"_bug_id \": \"crbug.com/123\"@@@",
765 "@@@STEP_LOG_LINE@disabled_tests@ },@@@", 765 "@@@STEP_LOG_LINE@disabled_tests@ },@@@",
766 "@@@STEP_LOG_LINE@disabled_tests@ {\"name\": \"testB\"}@@@", 766 "@@@STEP_LOG_LINE@disabled_tests@ {\"name\": \"testB\"}@@@",
767 "@@@STEP_LOG_LINE@disabled_tests@ ]@@@", 767 "@@@STEP_LOG_LINE@disabled_tests@ ]@@@",
768 "@@@STEP_LOG_LINE@disabled_tests@ }@@@", 768 "@@@STEP_LOG_LINE@disabled_tests@ }@@@",
769 "@@@STEP_LOG_END@disabled_tests@@@" 769 "@@@STEP_LOG_END@disabled_tests@@@"
770 ] 770 ]
771 }, 771 },
772 { 772 {
773 "name": "$result", 773 "name": "$result",
774 "reason": "Failed to parse the CTS output for the xml report file location", 774 "reason": "Failed to parse the CTS output for the xml report file location",
775 "status_code": 1 775 "status_code": 1
776 } 776 }
777 ] 777 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698