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

Unified Diff: scripts/slave/recipe_modules/chromium_android/example.expected/slow_tester_basic.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: coverage :( 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 side-by-side diff with in-line comments
Download patch
Index: scripts/slave/recipe_modules/chromium_android/example.expected/slow_tester_basic.json
diff --git a/scripts/slave/recipe_modules/chromium_android/example.expected/slow_tester_basic.json b/scripts/slave/recipe_modules/chromium_android/example.expected/slow_tester_basic.json
index 7f9aa6e4378a479335a14dc67b300f728a9bbac9..8706054314d010dfadba6995227d268c29ec5245 100644
--- a/scripts/slave/recipe_modules/chromium_android/example.expected/slow_tester_basic.json
+++ b/scripts/slave/recipe_modules/chromium_android/example.expected/slow_tester_basic.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,12 +578,20 @@
"-E",
"FlakyTest",
"--screenshot",
- "--release",
"--host-driven-root",
"[SLAVE_BUILD]/src/chrome/test",
- "--official-build",
"--timeout-scale",
- "2"
+ "2",
+ "--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]",
"name": "Instrumentation test SmallTest",

Powered by Google App Engine
This is Rietveld 408576698