| Index: scripts/slave/recipe_modules/chromium_android/example.expected/webview_cts_unexecuted_tests.json
|
| diff --git a/scripts/slave/recipe_modules/chromium_android/example.expected/webview_cts_unexecuted_tests.json b/scripts/slave/recipe_modules/chromium_android/example.expected/webview_cts_unexecuted_tests.json
|
| index 457f0392bfbefbe5ea4dd8a4513ef61bf169fd20..5c6a1711ec07abd9a413399f54e8462df77a78a9 100644
|
| --- a/scripts/slave/recipe_modules/chromium_android/example.expected/webview_cts_unexecuted_tests.json
|
| +++ b/scripts/slave/recipe_modules/chromium_android/example.expected/webview_cts_unexecuted_tests.json
|
| @@ -567,16 +567,10 @@
|
| "-u",
|
| "[SLAVE_BUILD]/src/build/android/test_runner.py",
|
| "instrumentation",
|
| - "--test-apk",
|
| - "[SLAVE_BUILD]/src/out/Release/apks/AndroidWebViewTest.apk",
|
| "--blacklist-file",
|
| "[SLAVE_BUILD]/src/out/bad_devices.json",
|
| "--logcat-output-file",
|
| "/path/to/tmp/",
|
| - "--apk-under-test",
|
| - "[SLAVE_BUILD]/src/out/Release/apks/AndroidWebView.apk",
|
| - "--isolate-file-path",
|
| - "android_webview/android_webview_test_apk.isolate",
|
| "--flakiness-dashboard-server",
|
| "test-results.appspot.com",
|
| "-A",
|
| @@ -584,9 +578,17 @@
|
| "-E",
|
| "FlakyTest",
|
| "--screenshot",
|
| - "--release",
|
| "--host-driven-root",
|
| "[SLAVE_BUILD]/src/chrome/test",
|
| + "--test-apk",
|
| + "[SLAVE_BUILD]/src/out/Release/apks/AndroidWebViewTest.apk",
|
| + "--apk-under-test",
|
| + "[SLAVE_BUILD]/src/out/Release/apks/AndroidWebView.apk",
|
| + "--additional-apk",
|
| + "Additional.apk",
|
| + "--isolate-file-path",
|
| + "android_webview/android_webview_test_apk.isolate",
|
| + "--release",
|
| "--official-build"
|
| ],
|
| "cwd": "[SLAVE_BUILD]",
|
|
|