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

Side by Side Diff: scripts/slave/recipes/chromium.expected/amp_split_recipe_collect_failure.json

Issue 1855663002: Make android's run_instrumentation_suite() use generated wrapper scripts (Closed) Base URL: https://chromium.googlesource.com/chromium/tools/build.git@wrapper-1
Patch Set: address comments Created 4 years, 8 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 "RECIPE_MODULE[depot_tools::bot_update]/resources/bot_update.py", 6 "RECIPE_MODULE[depot_tools::bot_update]/resources/bot_update.py",
7 "--master", 7 "--master",
8 "chromium.fyi", 8 "chromium.fyi",
9 "--builder", 9 "--builder",
10 "Android Tests (amp split)", 10 "Android Tests (amp split)",
(...skipping 1124 matching lines...) Expand 10 before | Expand all | Expand 10 after
1135 "-u", 1135 "-u",
1136 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n", 1136 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n",
1137 "{\"env\": {\"device\": {\"brand\": \"Foo\", \"name\": \"Fone\", \"os_vers ion\": \"1.2.3\"}}, \"test_run\": {\"test_run_id\": \"T35TRUN1D\"}}", 1137 "{\"env\": {\"device\": {\"brand\": \"Foo\", \"name\": \"Fone\", \"os_vers ion\": \"1.2.3\"}}, \"test_run\": {\"test_run_id\": \"T35TRUN1D\"}}",
1138 "[TMP_BASE]/amp_trigger_tmp_1/T35TRUN1D.json" 1138 "[TMP_BASE]/amp_trigger_tmp_1/T35TRUN1D.json"
1139 ], 1139 ],
1140 "cwd": "[SLAVE_BUILD]", 1140 "cwd": "[SLAVE_BUILD]",
1141 "name": "[trigger] save ui_touch_selection_unittests" 1141 "name": "[trigger] save ui_touch_selection_unittests"
1142 }, 1142 },
1143 { 1143 {
1144 "cmd": [ 1144 "cmd": [
1145 "[SLAVE_BUILD]/src/build/android/adb_install_apk.py",
1146 "[SLAVE_BUILD]/src/out/Release/apks/AndroidWebView.apk",
1147 "-v",
1148 "--blacklist-file",
1149 "[SLAVE_BUILD]/src/out/bad_devices.json",
1150 "--release"
1151 ],
1152 "cwd": "[SLAVE_BUILD]",
1153 "env": {
1154 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S LAVE_BUILD]/src/build/android:%(PATH)s"
1155 },
1156 "name": "install AndroidWebView.apk"
1157 },
1158 {
1159 "cmd": [
1160 "python", 1145 "python",
1161 "-u", 1146 "-u",
1162 "[SLAVE_BUILD]/src/build/android/test_runner.py", 1147 "out/Release/bin/run_android_webview_test_apk",
1163 "instrumentation", 1148 "instrumentation",
1164 "--test-apk",
1165 "[SLAVE_BUILD]/src/out/Release/apks/AndroidWebViewTest.apk",
1166 "--blacklist-file", 1149 "--blacklist-file",
1167 "[SLAVE_BUILD]/src/out/bad_devices.json", 1150 "[SLAVE_BUILD]/src/out/bad_devices.json",
1168 "--logcat-output-file", 1151 "--logcat-output-file",
1169 "/path/to/tmp/", 1152 "/path/to/tmp/",
1170 "--apk-under-test",
1171 "[SLAVE_BUILD]/src/out/Release/apks/AndroidWebView.apk",
1172 "--isolate-file-path",
1173 "android_webview/android_webview_test_apk.isolate",
1174 "--flakiness-dashboard-server", 1153 "--flakiness-dashboard-server",
1175 "test-results.appspot.com", 1154 "test-results.appspot.com",
1176 "--verbose", 1155 "--verbose",
1177 "--release",
1178 "--json-results-file", 1156 "--json-results-file",
1179 "/path/to/tmp/json" 1157 "/path/to/tmp/json"
1180 ], 1158 ],
1181 "cwd": "[SLAVE_BUILD]", 1159 "cwd": "[SLAVE_BUILD]",
1182 "name": "Instrumentation test AndroidWebViewTest", 1160 "name": "Instrumentation test android_webview_test_apk",
1183 "~followup_annotations": [ 1161 "~followup_annotations": [
1184 "@@@STEP_TEXT@<br/>failures:<br/>TestB<br/>@@@" 1162 "@@@STEP_TEXT@<br/>failures:<br/>TestB<br/>@@@"
1185 ] 1163 ]
1186 }, 1164 },
1187 { 1165 {
1188 "cmd": [ 1166 "cmd": [
1189 "[SLAVE_BUILD]/src/build/android/adb_install_apk.py",
1190 "[SLAVE_BUILD]/src/out/Release/apks/ContentShell.apk",
1191 "-v",
1192 "--blacklist-file",
1193 "[SLAVE_BUILD]/src/out/bad_devices.json",
1194 "--release"
1195 ],
1196 "cwd": "[SLAVE_BUILD]",
1197 "env": {
1198 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S LAVE_BUILD]/src/build/android:%(PATH)s"
1199 },
1200 "name": "install ContentShell.apk"
1201 },
1202 {
1203 "cmd": [
1204 "python", 1167 "python",
1205 "-u", 1168 "-u",
1206 "[SLAVE_BUILD]/src/build/android/test_runner.py", 1169 "out/Release/bin/run_content_shell_test_apk",
1207 "instrumentation", 1170 "instrumentation",
1208 "--test-apk",
1209 "[SLAVE_BUILD]/src/out/Release/apks/ContentShellTest.apk",
1210 "--blacklist-file", 1171 "--blacklist-file",
1211 "[SLAVE_BUILD]/src/out/bad_devices.json", 1172 "[SLAVE_BUILD]/src/out/bad_devices.json",
1212 "--logcat-output-file", 1173 "--logcat-output-file",
1213 "/path/to/tmp/", 1174 "/path/to/tmp/",
1214 "--apk-under-test",
1215 "[SLAVE_BUILD]/src/out/Release/apks/ContentShell.apk",
1216 "--isolate-file-path",
1217 "content/content_shell_test_apk.isolate",
1218 "--flakiness-dashboard-server", 1175 "--flakiness-dashboard-server",
1219 "test-results.appspot.com", 1176 "test-results.appspot.com",
1220 "--verbose", 1177 "--verbose",
1221 "--release",
1222 "--json-results-file", 1178 "--json-results-file",
1223 "/path/to/tmp/json" 1179 "/path/to/tmp/json"
1224 ], 1180 ],
1225 "cwd": "[SLAVE_BUILD]", 1181 "cwd": "[SLAVE_BUILD]",
1226 "name": "Instrumentation test ContentShellTest", 1182 "name": "Instrumentation test content_shell_test_apk",
1227 "~followup_annotations": [ 1183 "~followup_annotations": [
1228 "@@@STEP_TEXT@<br/>failures:<br/>TestB<br/>@@@" 1184 "@@@STEP_TEXT@<br/>failures:<br/>TestB<br/>@@@"
1229 ] 1185 ]
1230 }, 1186 },
1231 { 1187 {
1232 "cmd": [ 1188 "cmd": [
1233 "[SLAVE_BUILD]/src/build/android/adb_install_apk.py",
1234 "[SLAVE_BUILD]/src/out/Release/apks/ChromePublic.apk",
1235 "-v",
1236 "--blacklist-file",
1237 "[SLAVE_BUILD]/src/out/bad_devices.json",
1238 "--release"
1239 ],
1240 "cwd": "[SLAVE_BUILD]",
1241 "env": {
1242 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S LAVE_BUILD]/src/build/android:%(PATH)s"
1243 },
1244 "name": "install ChromePublic.apk"
1245 },
1246 {
1247 "cmd": [
1248 "python", 1189 "python",
1249 "-u", 1190 "-u",
1250 "[SLAVE_BUILD]/src/build/android/test_runner.py", 1191 "out/Release/bin/run_chrome_public_test_apk",
1251 "instrumentation", 1192 "instrumentation",
1252 "--test-apk",
1253 "[SLAVE_BUILD]/src/out/Release/apks/ChromePublicTest.apk",
1254 "--blacklist-file", 1193 "--blacklist-file",
1255 "[SLAVE_BUILD]/src/out/bad_devices.json", 1194 "[SLAVE_BUILD]/src/out/bad_devices.json",
1256 "--logcat-output-file", 1195 "--logcat-output-file",
1257 "/path/to/tmp/", 1196 "/path/to/tmp/",
1258 "--apk-under-test",
1259 "[SLAVE_BUILD]/src/out/Release/apks/ChromePublic.apk",
1260 "--additional-apk",
1261 "[SLAVE_BUILD]/src/out/Release/apks/ChromePublicTestSupport.apk",
1262 "--additional-apk",
1263 "[SLAVE_BUILD]/src/out/Release/apks/ChromiumNetTestSupport.apk",
1264 "--isolate-file-path",
1265 "chrome/chrome_public_test_apk.isolate",
1266 "--flakiness-dashboard-server", 1197 "--flakiness-dashboard-server",
1267 "test-results.appspot.com", 1198 "test-results.appspot.com",
1268 "--verbose", 1199 "--verbose",
1269 "--release",
1270 "--json-results-file", 1200 "--json-results-file",
1271 "/path/to/tmp/json" 1201 "/path/to/tmp/json"
1272 ], 1202 ],
1273 "cwd": "[SLAVE_BUILD]", 1203 "cwd": "[SLAVE_BUILD]",
1274 "name": "Instrumentation test ChromePublicTest", 1204 "name": "Instrumentation test chrome_public_test_apk",
1275 "~followup_annotations": [ 1205 "~followup_annotations": [
1276 "@@@STEP_TEXT@<br/>failures:<br/>TestB<br/>@@@" 1206 "@@@STEP_TEXT@<br/>failures:<br/>TestB<br/>@@@"
1277 ] 1207 ]
1278 }, 1208 },
1279 { 1209 {
1280 "cmd": [ 1210 "cmd": [
1281 "[SLAVE_BUILD]/src/build/android/adb_install_apk.py",
1282 "[SLAVE_BUILD]/src/out/Release/apks/ChromeSyncShell.apk",
1283 "-v",
1284 "--blacklist-file",
1285 "[SLAVE_BUILD]/src/out/bad_devices.json",
1286 "--release"
1287 ],
1288 "cwd": "[SLAVE_BUILD]",
1289 "env": {
1290 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S LAVE_BUILD]/src/build/android:%(PATH)s"
1291 },
1292 "name": "install ChromeSyncShell.apk"
1293 },
1294 {
1295 "cmd": [
1296 "python", 1211 "python",
1297 "-u", 1212 "-u",
1298 "[SLAVE_BUILD]/src/build/android/test_runner.py", 1213 "out/Release/bin/run_chrome_sync_shell_test_apk",
1299 "instrumentation", 1214 "instrumentation",
1300 "--test-apk",
1301 "[SLAVE_BUILD]/src/out/Release/apks/ChromeSyncShellTest.apk",
1302 "--blacklist-file", 1215 "--blacklist-file",
1303 "[SLAVE_BUILD]/src/out/bad_devices.json", 1216 "[SLAVE_BUILD]/src/out/bad_devices.json",
1304 "--logcat-output-file", 1217 "--logcat-output-file",
1305 "/path/to/tmp/", 1218 "/path/to/tmp/",
1306 "--apk-under-test",
1307 "[SLAVE_BUILD]/src/out/Release/apks/ChromeSyncShell.apk",
1308 "--flakiness-dashboard-server", 1219 "--flakiness-dashboard-server",
1309 "test-results.appspot.com", 1220 "test-results.appspot.com",
1310 "--verbose", 1221 "--verbose",
1311 "--release",
1312 "--json-results-file", 1222 "--json-results-file",
1313 "/path/to/tmp/json" 1223 "/path/to/tmp/json"
1314 ], 1224 ],
1315 "cwd": "[SLAVE_BUILD]", 1225 "cwd": "[SLAVE_BUILD]",
1316 "name": "Instrumentation test ChromeSyncShellTest", 1226 "name": "Instrumentation test chrome_sync_shell_test_apk",
1317 "~followup_annotations": [ 1227 "~followup_annotations": [
1318 "@@@STEP_TEXT@<br/>failures:<br/>TestB<br/>@@@" 1228 "@@@STEP_TEXT@<br/>failures:<br/>TestB<br/>@@@"
1319 ] 1229 ]
1320 }, 1230 },
1321 { 1231 {
1322 "cmd": [ 1232 "cmd": [
1323 "python", 1233 "python",
1324 "-u", 1234 "-u",
1325 "[SLAVE_BUILD]/src/build/android/test_runner.py", 1235 "[SLAVE_BUILD]/src/build/android/test_runner.py",
1326 "gtest", 1236 "gtest",
(...skipping 1036 matching lines...) Expand 10 before | Expand all | Expand 10 after
2363 "@@@STEP_LOG_LINE@python.inline@ os.remove(report)@@@", 2273 "@@@STEP_LOG_LINE@python.inline@ os.remove(report)@@@",
2364 "@@@STEP_LOG_END@python.inline@@@" 2274 "@@@STEP_LOG_END@python.inline@@@"
2365 ] 2275 ]
2366 }, 2276 },
2367 { 2277 {
2368 "name": "$result", 2278 "name": "$result",
2369 "reason": "1 tests failed: ['base_unittests']", 2279 "reason": "1 tests failed: ['base_unittests']",
2370 "status_code": 1 2280 "status_code": 1
2371 } 2281 }
2372 ] 2282 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698