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

Unified Diff: scripts/slave/recipes/webrtc/standalone.expected/tryserver_webrtc_android_rel.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
« no previous file with comments | « scripts/slave/recipes/webrtc/standalone.expected/tryserver_webrtc_android_n6.json ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: scripts/slave/recipes/webrtc/standalone.expected/tryserver_webrtc_android_rel.json
diff --git a/scripts/slave/recipes/webrtc/standalone.expected/tryserver_webrtc_android_rel.json b/scripts/slave/recipes/webrtc/standalone.expected/tryserver_webrtc_android_rel.json
index 51ffad85faf6ce61234f90adcd9284bd0d384ebc..ccad8d1550a9c2eecc3ced767fb93b36b2d76126 100644
--- a/scripts/slave/recipes/webrtc/standalone.expected/tryserver_webrtc_android_rel.json
+++ b/scripts/slave/recipes/webrtc/standalone.expected/tryserver_webrtc_android_rel.json
@@ -636,15 +636,15 @@
"-u",
"[SLAVE_BUILD]/src/webrtc/build/android/test_runner.py",
"instrumentation",
- "--test-apk",
- "[SLAVE_BUILD]/src/out/Release/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/Release/apks/AppRTCDemoTest.apk",
"--apk-under-test",
"[SLAVE_BUILD]/src/out/Release/apks/AppRTCDemo.apk",
- "--verbose",
"--release"
],
"cwd": "[SLAVE_BUILD]",
@@ -656,13 +656,13 @@
"-u",
"[SLAVE_BUILD]/src/webrtc/build/android/test_runner.py",
"instrumentation",
- "--test-apk",
- "[SLAVE_BUILD]/src/out/Release/apks/libjingle_peerconnection_android_unittest.apk",
"--blacklist-file",
"[SLAVE_BUILD]/src/out/bad_devices.json",
"--logcat-output-file",
"/path/to/tmp/",
"--verbose",
+ "--test-apk",
+ "[SLAVE_BUILD]/src/out/Release/apks/libjingle_peerconnection_android_unittest.apk",
"--release"
],
"cwd": "[SLAVE_BUILD]",
« no previous file with comments | « scripts/slave/recipes/webrtc/standalone.expected/tryserver_webrtc_android_n6.json ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698