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

Side by Side Diff: scripts/slave/recipe_modules/chromium_android/example.expected/webview_cts_unexecuted_tests.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@Created xml report file at file:///path/to/testRe sult.xml@@@", 758 "@@@STEP_LOG_LINE@stdout@Created xml report file at file:///path/to/testRe sult.xml@@@",
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 "cmd": [ 775 "cmd": [
776 "python", 776 "python",
777 "-u", 777 "-u",
778 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n", 778 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n",
779 "/path/to/testResult.xml", 779 "/path/to/testResult.xml",
780 "/path/to/tmp/" 780 "/path/to/tmp/"
781 ], 781 ],
782 "name": "Read test result and report failures", 782 "name": "Read test result and report failures",
783 "~followup_annotations": [ 783 "~followup_annotations": [
784 "@@@STEP_TEXT@<br/>not executed:<br/>android.webkit.cts.WebSettingsTest#te st<br/>@@@", 784 "@@@STEP_TEXT@<br/>not executed:<br/>android.webkit.cts.WebSettingsTest#te st<br/>@@@",
785 "@@@STEP_FAILURE@@@" 785 "@@@STEP_FAILURE@@@"
786 ] 786 ]
787 }, 787 },
788 { 788 {
789 "name": "$result", 789 "name": "$result",
790 "reason": "Tests not executed.", 790 "reason": "Tests not executed.",
791 "status_code": 1 791 "status_code": 1
792 } 792 }
793 ] 793 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698