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

Side by Side Diff: scripts/slave/recipes/android_webview_shell_tests.expected/basic.json

Issue 1215703004: Recipe for running AndroidWebViewShell instrumentation layout tests. (Closed) Base URL: https://chromium.googlesource.com/chromium/tools/build.git@master
Patch Set: fix comment + update expectations Created 5 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
« no previous file with comments | « scripts/slave/recipes/android_webview_shell_tests.py ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 [ 1 [
2 { 2 {
3 "cmd": [ 3 "cmd": [
4 "python", 4 "python",
5 "-u", 5 "-u",
6 "[BUILD]/scripts/slave/bot_update.py", 6 "[BUILD]/scripts/slave/bot_update.py",
7 "--master", 7 "--master",
8 "chromium.testing.master", 8 "chromium.testing.master",
9 "--builder", 9 "--builder",
10 "TestBuilder", 10 "TestBuilder",
(...skipping 258 matching lines...) Expand 10 before | Expand all | Expand 10 after
269 "name": "List adb devices", 269 "name": "List adb devices",
270 "~followup_annotations": [ 270 "~followup_annotations": [
271 "@@@STEP_LOG_LINE@json.output@[@@@", 271 "@@@STEP_LOG_LINE@json.output@[@@@",
272 "@@@STEP_LOG_LINE@json.output@ \"014E1F310401C009\"@@@", 272 "@@@STEP_LOG_LINE@json.output@ \"014E1F310401C009\"@@@",
273 "@@@STEP_LOG_LINE@json.output@]@@@", 273 "@@@STEP_LOG_LINE@json.output@]@@@",
274 "@@@STEP_LOG_END@json.output@@@" 274 "@@@STEP_LOG_END@json.output@@@"
275 ] 275 ]
276 }, 276 },
277 { 277 {
278 "cmd": [ 278 "cmd": [
279 "[SLAVE_BUILD]/src/build/android/adb_install_apk.py",
280 "--apk",
281 "AndroidWebViewShell.apk",
282 "--apk_package",
283 "org.chromium.webview_shell",
284 "--release"
285 ],
286 "cwd": "[SLAVE_BUILD]",
287 "env": {
288 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S LAVE_BUILD]/src/build/android:%(PATH)s"
289 },
290 "name": "install AndroidWebViewShell.apk (2)"
291 },
292 {
293 "cmd": [
294 "python",
295 "-u",
296 "[SLAVE_BUILD]/src/build/android/test_runner.py",
297 "instrumentation",
298 "--test-apk",
299 "AndroidWebViewShell",
300 "--isolate-file-path",
301 "android_webview/android_webview_shell_test_apk.isolate",
302 "--verbose",
303 "--release"
304 ],
305 "cwd": "[SLAVE_BUILD]",
306 "name": "Instrumentation test AndroidWebViewShell"
307 },
308 {
309 "cmd": [
279 "python", 310 "python",
280 "-u", 311 "-u",
281 "[BUILD]/scripts/slave/tee.py", 312 "[BUILD]/scripts/slave/tee.py",
282 "[SLAVE_BUILD]/src/out/Release/full_log", 313 "[SLAVE_BUILD]/src/out/Release/full_log",
283 "--", 314 "--",
284 "[SLAVE_BUILD]/src/build/android/adb_logcat_printer.py", 315 "[SLAVE_BUILD]/src/build/android/adb_logcat_printer.py",
285 "[SLAVE_BUILD]/src/out/logcat" 316 "[SLAVE_BUILD]/src/out/logcat"
286 ], 317 ],
287 "cwd": "[SLAVE_BUILD]", 318 "cwd": "[SLAVE_BUILD]",
288 "name": "logcat_dump" 319 "name": "logcat_dump"
(...skipping 39 matching lines...) Expand 10 before | Expand all | Expand 10 after
328 "@@@STEP_LOG_LINE@python.inline@import glob, os, sys@@@", 359 "@@@STEP_LOG_LINE@python.inline@import glob, os, sys@@@",
329 "@@@STEP_LOG_LINE@python.inline@for report in glob.glob(sys.argv[1]):@@@", 360 "@@@STEP_LOG_LINE@python.inline@for report in glob.glob(sys.argv[1]):@@@",
330 "@@@STEP_LOG_LINE@python.inline@ with open(report, 'r') as f:@@@", 361 "@@@STEP_LOG_LINE@python.inline@ with open(report, 'r') as f:@@@",
331 "@@@STEP_LOG_LINE@python.inline@ for l in f.readlines():@@@", 362 "@@@STEP_LOG_LINE@python.inline@ for l in f.readlines():@@@",
332 "@@@STEP_LOG_LINE@python.inline@ print l@@@", 363 "@@@STEP_LOG_LINE@python.inline@ print l@@@",
333 "@@@STEP_LOG_LINE@python.inline@ os.remove(report)@@@", 364 "@@@STEP_LOG_LINE@python.inline@ os.remove(report)@@@",
334 "@@@STEP_LOG_END@python.inline@@@" 365 "@@@STEP_LOG_END@python.inline@@@"
335 ] 366 ]
336 } 367 }
337 ] 368 ]
OLDNEW
« no previous file with comments | « scripts/slave/recipes/android_webview_shell_tests.py ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698