Index: scripts/slave/recipes/chromium.expected/full_chromium_android_Android_Webview_L__dbg_.json |
diff --git a/scripts/slave/recipes/chromium.expected/full_chromium_android_Android_Webview_L__dbg_.json b/scripts/slave/recipes/chromium.expected/full_chromium_android_Android_Webview_L__dbg_.json |
index 65806c08525e5f82e3732f5de6d6280552708092..311eded5fd7571a6dc20b3b626e226e4d2421aab 100644 |
--- a/scripts/slave/recipes/chromium.expected/full_chromium_android_Android_Webview_L__dbg_.json |
+++ b/scripts/slave/recipes/chromium.expected/full_chromium_android_Android_Webview_L__dbg_.json |
@@ -446,36 +446,13 @@ |
}, |
{ |
"cmd": [ |
- "[SLAVE_BUILD]/src/build/android/adb_install_apk.py", |
- "[SLAVE_BUILD]/src/out/Debug/apks/SystemWebViewShell.apk", |
- "-v", |
- "--blacklist-file", |
- "[SLAVE_BUILD]/src/out/bad_devices.json" |
- ], |
- "cwd": "[SLAVE_BUILD]", |
- "env": { |
- "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[SLAVE_BUILD]/src/build/android:%(PATH)s" |
- }, |
- "name": "install SystemWebViewShell.apk" |
- }, |
- { |
- "cmd": [ |
"python", |
"-u", |
- "[SLAVE_BUILD]/src/build/android/test_runner.py", |
- "instrumentation", |
- "--test-apk", |
- "[SLAVE_BUILD]/src/out/Debug/apks/SystemWebViewShellLayoutTest.apk", |
+ "[SLAVE_BUILD]/src/out/Debug/bin/run_system_webview_shell_layout_test_apk", |
"--blacklist-file", |
"[SLAVE_BUILD]/src/out/bad_devices.json", |
"--logcat-output-file", |
"/path/to/tmp/", |
- "--apk-under-test", |
- "[SLAVE_BUILD]/src/out/Debug/apks/SystemWebViewShell.apk", |
- "--additional-apk", |
- "[SLAVE_BUILD]/src/out/Debug/apks/SystemWebView.apk", |
- "--isolate-file-path", |
- "android_webview/system_webview_shell_test_apk.isolate", |
"--flakiness-dashboard-server", |
"test-results.appspot.com", |
"--verbose", |