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

Unified 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, 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « scripts/slave/recipes/android_webview_shell_tests.py ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: scripts/slave/recipes/android_webview_shell_tests.expected/basic.json
diff --git a/scripts/slave/recipes/android_webview_shell_tests.expected/basic.json b/scripts/slave/recipes/android_webview_shell_tests.expected/basic.json
index bc1fed199c2eccd6fd0f9c4ede51afe1a22bb3d7..60295e50c70a62c61dfef34a93b28338cdb82e8f 100644
--- a/scripts/slave/recipes/android_webview_shell_tests.expected/basic.json
+++ b/scripts/slave/recipes/android_webview_shell_tests.expected/basic.json
@@ -276,6 +276,37 @@
},
{
"cmd": [
+ "[SLAVE_BUILD]/src/build/android/adb_install_apk.py",
+ "--apk",
+ "AndroidWebViewShell.apk",
+ "--apk_package",
+ "org.chromium.webview_shell",
+ "--release"
+ ],
+ "cwd": "[SLAVE_BUILD]",
+ "env": {
+ "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[SLAVE_BUILD]/src/build/android:%(PATH)s"
+ },
+ "name": "install AndroidWebViewShell.apk (2)"
+ },
+ {
+ "cmd": [
+ "python",
+ "-u",
+ "[SLAVE_BUILD]/src/build/android/test_runner.py",
+ "instrumentation",
+ "--test-apk",
+ "AndroidWebViewShell",
+ "--isolate-file-path",
+ "android_webview/android_webview_shell_test_apk.isolate",
+ "--verbose",
+ "--release"
+ ],
+ "cwd": "[SLAVE_BUILD]",
+ "name": "Instrumentation test AndroidWebViewShell"
+ },
+ {
+ "cmd": [
"python",
"-u",
"[BUILD]/scripts/slave/tee.py",
« 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