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

Side by Side Diff: scripts/slave/recipe_modules/chromium_android/example.expected/webview_cts_invalid_output.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 744 matching lines...) Expand 10 before | Expand all | Expand 10 after
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@stdout@Invalid CTS output here...@@@", 758 "@@@STEP_LOG_LINE@stdout@Invalid CTS output here...@@@",
759 "@@@STEP_LOG_END@stdout@@@", 759 "@@@STEP_LOG_END@stdout@@@",
760 "@@@STEP_LOG_LINE@disabled_tests@@@@", 760 "@@@STEP_LOG_LINE@disabled_tests@@@@",
761 "@@@STEP_LOG_LINE@disabled_tests@ {@@@", 761 "@@@STEP_LOG_LINE@disabled_tests@ {@@@",
762 "@@@STEP_LOG_LINE@disabled_tests@ \"android.webki t.cts.ExampleBlacklistedTest\":@@@", 762 "@@@STEP_LOG_LINE@disabled_tests@ \"android.webki t.cts.ExampleBlacklistedTest\":@@@",
763 "@@@STEP_LOG_LINE@disabled_tests@ [@@@", 763 "@@@STEP_LOG_LINE@disabled_tests@ [@@@",
764 "@@@STEP_LOG_LINE@disabled_tests@ {@@@", 764 "@@@STEP_LOG_LINE@disabled_tests@ {@@@",
765 "@@@STEP_LOG_LINE@disabled_tests@ \"name\": \"testA\",@@@", 765 "@@@STEP_LOG_LINE@disabled_tests@ \"name\": \"testA\", @@@",
766 "@@@STEP_LOG_LINE@disabled_tests@ \"_bug_id \": \"crbug.com/123\"@@@", 766 "@@@STEP_LOG_LINE@disabled_tests@ \"_bug_id \": \"crbug.com/123\"@@@",
767 "@@@STEP_LOG_LINE@disabled_tests@ },@@@", 767 "@@@STEP_LOG_LINE@disabled_tests@ },@@@",
768 "@@@STEP_LOG_LINE@disabled_tests@ {\"name\": \"testB\"}@@@", 768 "@@@STEP_LOG_LINE@disabled_tests@ {\"name\": \"testB\"}@@@",
769 "@@@STEP_LOG_LINE@disabled_tests@ ]@@@", 769 "@@@STEP_LOG_LINE@disabled_tests@ ]@@@",
770 "@@@STEP_LOG_LINE@disabled_tests@ }@@@", 770 "@@@STEP_LOG_LINE@disabled_tests@ }@@@",
771 "@@@STEP_LOG_END@disabled_tests@@@" 771 "@@@STEP_LOG_END@disabled_tests@@@"
772 ] 772 ]
773 }, 773 },
774 { 774 {
775 "name": "$result", 775 "name": "$result",
776 "reason": "Failed to parse the CTS output for the xml report file location", 776 "reason": "Failed to parse the CTS output for the xml report file location",
777 "status_code": 1 777 "status_code": 1
778 } 778 }
779 ] 779 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698