| Index: scripts/slave/recipes/webrtc/standalone.expected/client_webrtc_android32_tests__l_nexus5__failing_test.json
|
| diff --git a/scripts/slave/recipes/webrtc/standalone.expected/client_webrtc_android32_tests__l_nexus5__failing_test.json b/scripts/slave/recipes/webrtc/standalone.expected/client_webrtc_android32_tests__l_nexus5__failing_test.json
|
| index 9869a57bb3a4c7d88c398fe96a5111a1b58b3b59..0649d1634b887c690c839e6cc4fd84a747f2e01c 100644
|
| --- a/scripts/slave/recipes/webrtc/standalone.expected/client_webrtc_android32_tests__l_nexus5__failing_test.json
|
| +++ b/scripts/slave/recipes/webrtc/standalone.expected/client_webrtc_android32_tests__l_nexus5__failing_test.json
|
| @@ -638,35 +638,15 @@
|
| },
|
| {
|
| "cmd": [
|
| - "[SLAVE_BUILD]/src/build/android/adb_install_apk.py",
|
| - "[SLAVE_BUILD]/src/out/Release/apks/AppRTCDemo.apk",
|
| - "-v",
|
| - "--blacklist-file",
|
| - "[SLAVE_BUILD]/src/out/bad_devices.json",
|
| - "--release"
|
| - ],
|
| - "cwd": "[SLAVE_BUILD]",
|
| - "env": {
|
| - "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[SLAVE_BUILD]/src/build/android:%(PATH)s"
|
| - },
|
| - "name": "install AppRTCDemo.apk"
|
| - },
|
| - {
|
| - "cmd": [
|
| "python",
|
| "-u",
|
| - "[SLAVE_BUILD]/src/webrtc/build/android/test_runner.py",
|
| + "out/Release/bin/run_AppRTCDemoTest",
|
| "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/",
|
| - "--apk-under-test",
|
| - "[SLAVE_BUILD]/src/out/Release/apks/AppRTCDemo.apk",
|
| - "--verbose",
|
| - "--release"
|
| + "--verbose"
|
| ],
|
| "cwd": "[SLAVE_BUILD]",
|
| "name": "Instrumentation test AppRTCDemoTest"
|
| @@ -675,16 +655,13 @@
|
| "cmd": [
|
| "python",
|
| "-u",
|
| - "[SLAVE_BUILD]/src/webrtc/build/android/test_runner.py",
|
| + "out/Release/bin/run_libjingle_peerconnection_android_unittest",
|
| "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",
|
| - "--release"
|
| + "--verbose"
|
| ],
|
| "cwd": "[SLAVE_BUILD]",
|
| "name": "Instrumentation test libjingle_peerconnection_android_unittest"
|
|
|