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

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

Issue 2452843002: Change CTS filepath format (Closed)
Patch Set: minor fix Created 4 years, 1 month 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 907 matching lines...) Expand 10 before | Expand all | Expand 10 after
918 "--webview_arg_1", 918 "--webview_arg_1",
919 "--webview_arg_2" 919 "--webview_arg_2"
920 ], 920 ],
921 "name": "write webview command line file" 921 "name": "write webview command line file"
922 }, 922 },
923 { 923 {
924 "cmd": [ 924 "cmd": [
925 "python", 925 "python",
926 "-u", 926 "-u",
927 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n", 927 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n",
928 "[SLAVE_BUILD]/src/android_webview/tools/cts_config/webview_cts_gcs_path.j son", 928 "[SLAVE_BUILD]/src/android_webview/tools/cts_config/webview_cts_gcs_path_n ew.json",
929 "/path/to/tmp/" 929 "/path/to/tmp/"
930 ], 930 ],
931 "name": "Fetch CTS filename data" 931 "name": "Fetch CTS filename data",
932 "~followup_annotations": [
933 "@@@STEP_LOG_LINE@webview_cts_gcs_path.json@@@@",
934 "@@@STEP_LOG_LINE@webview_cts_gcs_path.json@ {@@@",
935 "@@@STEP_LOG_LINE@webview_cts_gcs_path.json@ \"arm_ 64\": {@@@",
936 "@@@STEP_LOG_LINE@webview_cts_gcs_path.json@ \"L\ ": {@@@",
937 "@@@STEP_LOG_LINE@webview_cts_gcs_path.json@ \" filename\": \"cts_arm64_L.zip\",@@@",
938 "@@@STEP_LOG_LINE@webview_cts_gcs_path.json@ \" _origin\": \"aosp-lollipop-mr1-cts-dev@12345\"@@@",
939 "@@@STEP_LOG_LINE@webview_cts_gcs_path.json@ },@@ @",
940 "@@@STEP_LOG_LINE@webview_cts_gcs_path.json@ \"N\ ": {@@@",
941 "@@@STEP_LOG_LINE@webview_cts_gcs_path.json@ \" filename\": \"cts_arm64_N.zip\",@@@",
942 "@@@STEP_LOG_LINE@webview_cts_gcs_path.json@ \" _origin\": \"aosp-nougat-cts-release@67890\"@@@",
943 "@@@STEP_LOG_LINE@webview_cts_gcs_path.json@ }@@@ ",
944 "@@@STEP_LOG_LINE@webview_cts_gcs_path.json@ }@@@",
945 "@@@STEP_LOG_LINE@webview_cts_gcs_path.json@ }@@@",
946 "@@@STEP_LOG_END@webview_cts_gcs_path.json@@@"
947 ]
932 }, 948 },
933 { 949 {
934 "cmd": [ 950 "cmd": [
935 "python", 951 "python",
936 "-u", 952 "-u",
937 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n", 953 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n",
938 "[SLAVE_BUILD]/src/android_webview/tools/cts_config/expected_failure_on_bo t.json", 954 "[SLAVE_BUILD]/src/android_webview/tools/cts_config/expected_failure_on_bo t.json",
939 "/path/to/tmp/" 955 "/path/to/tmp/"
940 ], 956 ],
941 "name": "Fetch expected failures data" 957 "name": "Fetch expected failures data"
(...skipping 118 matching lines...) Expand 10 before | Expand all | Expand 10 after
1060 "@@@STEP_FAILURE@@@" 1076 "@@@STEP_FAILURE@@@"
1061 ] 1077 ]
1062 }, 1078 },
1063 { 1079 {
1064 "name": "$result", 1080 "name": "$result",
1065 "reason": "Tests not executed.", 1081 "reason": "Tests not executed.",
1066 "recipe_result": null, 1082 "recipe_result": null,
1067 "status_code": 1 1083 "status_code": 1
1068 } 1084 }
1069 ] 1085 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698