OLD | NEW |
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 780 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
791 "name": "Run CTS", | 791 "name": "Run CTS", |
792 "stdout": "/path/to/tmp/", | 792 "stdout": "/path/to/tmp/", |
793 "~followup_annotations": [ | 793 "~followup_annotations": [ |
794 "@@@STEP_LOG_LINE@stdout@Created xml report file at file:///path/to/testRe
sult.xml@@@", | 794 "@@@STEP_LOG_LINE@stdout@Created xml report file at file:///path/to/testRe
sult.xml@@@", |
795 "@@@STEP_LOG_END@stdout@@@", | 795 "@@@STEP_LOG_END@stdout@@@", |
796 "@@@STEP_LOG_LINE@disabled_tests@@@@", | 796 "@@@STEP_LOG_LINE@disabled_tests@@@@", |
797 "@@@STEP_LOG_LINE@disabled_tests@ {@@@", | 797 "@@@STEP_LOG_LINE@disabled_tests@ {@@@", |
798 "@@@STEP_LOG_LINE@disabled_tests@ \"android.webki
t.cts.ExampleBlacklistedTest\":@@@", | 798 "@@@STEP_LOG_LINE@disabled_tests@ \"android.webki
t.cts.ExampleBlacklistedTest\":@@@", |
799 "@@@STEP_LOG_LINE@disabled_tests@ [@@@", | 799 "@@@STEP_LOG_LINE@disabled_tests@ [@@@", |
800 "@@@STEP_LOG_LINE@disabled_tests@ {@@@", | 800 "@@@STEP_LOG_LINE@disabled_tests@ {@@@", |
801 "@@@STEP_LOG_LINE@disabled_tests@ \"name\":
\"testA\", @@@", | 801 "@@@STEP_LOG_LINE@disabled_tests@ \"name\":
\"testA\",@@@", |
802 "@@@STEP_LOG_LINE@disabled_tests@ \"_bug_id
\": \"crbug.com/123\"@@@", | 802 "@@@STEP_LOG_LINE@disabled_tests@ \"_bug_id
\": \"crbug.com/123\"@@@", |
803 "@@@STEP_LOG_LINE@disabled_tests@ },@@@", | 803 "@@@STEP_LOG_LINE@disabled_tests@ },@@@", |
804 "@@@STEP_LOG_LINE@disabled_tests@ {\"name\":
\"testB\"}@@@", | 804 "@@@STEP_LOG_LINE@disabled_tests@ {\"name\":
\"testB\"}@@@", |
805 "@@@STEP_LOG_LINE@disabled_tests@ ]@@@", | 805 "@@@STEP_LOG_LINE@disabled_tests@ ]@@@", |
806 "@@@STEP_LOG_LINE@disabled_tests@ }@@@", | 806 "@@@STEP_LOG_LINE@disabled_tests@ }@@@", |
807 "@@@STEP_LOG_END@disabled_tests@@@" | 807 "@@@STEP_LOG_END@disabled_tests@@@" |
808 ] | 808 ] |
809 }, | 809 }, |
810 { | 810 { |
811 "cmd": [ | 811 "cmd": [ |
812 "python", | 812 "python", |
813 "-u", | 813 "-u", |
814 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n", | 814 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n", |
815 "/path/to/testResult.xml", | 815 "/path/to/testResult.xml", |
816 "/path/to/tmp/" | 816 "/path/to/tmp/" |
817 ], | 817 ], |
818 "name": "Read test result and report failures", | 818 "name": "Read test result and report failures", |
819 "~followup_annotations": [ | 819 "~followup_annotations": [ |
820 "@@@STEP_TEXT@<br/>not executed:<br/>android.webkit.cts.WebSettingsTest#te
st<br/>@@@", | 820 "@@@STEP_TEXT@<br/>not executed:<br/>android.webkit.cts.WebSettingsTest#te
st<br/>@@@", |
821 "@@@STEP_FAILURE@@@" | 821 "@@@STEP_FAILURE@@@" |
822 ] | 822 ] |
823 }, | 823 }, |
824 { | 824 { |
825 "name": "$result", | 825 "name": "$result", |
826 "reason": "Tests not executed.", | 826 "reason": "Tests not executed.", |
827 "status_code": 1 | 827 "status_code": 1 |
828 } | 828 } |
829 ] | 829 ] |
OLD | NEW |