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

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

Issue 2086333004: WebRTC: Remove get_version step from WebRTC bots. (Closed) Base URL: https://chromium.googlesource.com/chromium/tools/build.git@master
Patch Set: Update webview expectations Created 4 years, 6 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 780 matching lines...) Expand 10 before | Expand all | Expand 10 after
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/>unexpected failures:<br/>android.webkit.cts.WebSettings Test#testUserAgentString_default<br/>@@@", 820 "@@@STEP_TEXT@<br/>unexpected failures:<br/>android.webkit.cts.WebSettings Test#testUserAgentString_default<br/>@@@",
821 "@@@STEP_FAILURE@@@" 821 "@@@STEP_FAILURE@@@"
822 ] 822 ]
823 }, 823 },
824 { 824 {
825 "name": "$result", 825 "name": "$result",
826 "reason": "Unexpected Test Failures.", 826 "reason": "Unexpected Test Failures.",
827 "status_code": 1 827 "status_code": 1
828 } 828 }
829 ] 829 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698