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

Unified Diff: scripts/slave/recipes/webrtc/standalone.expected/client_webrtc_android32_tests__l_nexus5__dbg_.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/recipes/webrtc/standalone.expected/client_webrtc_android32_tests__l_nexus5__dbg_.json
diff --git a/scripts/slave/recipes/webrtc/standalone.expected/client_webrtc_android32_tests__l_nexus5__dbg_.json b/scripts/slave/recipes/webrtc/standalone.expected/client_webrtc_android32_tests__l_nexus5__dbg_.json
index 486925847a064139c4ea8f724270676af207953f..9d0d07725a53954a4e221f5b41dc9c1deb0aea4a 100644
--- a/scripts/slave/recipes/webrtc/standalone.expected/client_webrtc_android32_tests__l_nexus5__dbg_.json
+++ b/scripts/slave/recipes/webrtc/standalone.expected/client_webrtc_android32_tests__l_nexus5__dbg_.json
@@ -620,15 +620,15 @@
"-u",
"[SLAVE_BUILD]/src/webrtc/build/android/test_runner.py",
"instrumentation",
- "--test-apk",
- "[SLAVE_BUILD]/src/out/Debug/apks/AppRTCDemoTest.apk",
"--blacklist-file",
"[SLAVE_BUILD]/src/out/bad_devices.json",
"--logcat-output-file",
"/path/to/tmp/",
+ "--verbose",
+ "--test-apk",
+ "[SLAVE_BUILD]/src/out/Debug/apks/AppRTCDemoTest.apk",
"--apk-under-test",
- "[SLAVE_BUILD]/src/out/Debug/apks/AppRTCDemo.apk",
- "--verbose"
+ "[SLAVE_BUILD]/src/out/Debug/apks/AppRTCDemo.apk"
],
"cwd": "[SLAVE_BUILD]",
"name": "Instrumentation test AppRTCDemoTest"
@@ -639,13 +639,13 @@
"-u",
"[SLAVE_BUILD]/src/webrtc/build/android/test_runner.py",
"instrumentation",
- "--test-apk",
- "[SLAVE_BUILD]/src/out/Debug/apks/libjingle_peerconnection_android_unittest.apk",
"--blacklist-file",
"[SLAVE_BUILD]/src/out/bad_devices.json",
"--logcat-output-file",
"/path/to/tmp/",
- "--verbose"
+ "--verbose",
+ "--test-apk",
+ "[SLAVE_BUILD]/src/out/Debug/apks/libjingle_peerconnection_android_unittest.apk"
],
"cwd": "[SLAVE_BUILD]",
"name": "Instrumentation test libjingle_peerconnection_android_unittest"

Powered by Google App Engine
This is Rietveld 408576698