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

Unified Diff: scripts/slave/recipes/webrtc/standalone.expected/client_webrtc_android32_tests__l_nexus5__failing_test.json

Issue 1608493002: WebRTC: Add/rename peerconnection_unittests test (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/tools/build
Patch Set: Created 4 years, 11 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__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 321da60fe97a366ef83915f1c6df4cb659cc7e95..bff800a0e99e3679629b370f32a3acff0f6dbe45 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
@@ -434,6 +434,28 @@
"[SLAVE_BUILD]/src/webrtc/build/android/test_runner.py",
"gtest",
"-s",
+ "peerconnection_unittests",
+ "--blacklist-file",
+ "[SLAVE_BUILD]/src/out/bad_devices.json",
+ "--verbose",
+ "--release",
+ "--isolate_file_path=[SLAVE_BUILD]/src/talk/peerconnection_unittests.isolate",
+ "-t",
+ "900"
+ ],
+ "cwd": "[SLAVE_BUILD]",
+ "env": {
+ "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[SLAVE_BUILD]/src/build/android:%(PATH)s"
+ },
+ "name": "peerconnection_unittests"
+ },
+ {
+ "cmd": [
+ "python",
+ "-u",
+ "[SLAVE_BUILD]/src/webrtc/build/android/test_runner.py",
+ "gtest",
+ "-s",
"system_wrappers_unittests",
"--blacklist-file",
"[SLAVE_BUILD]/src/out/bad_devices.json",
@@ -729,7 +751,7 @@
},
{
"name": "$result",
- "reason": "1 out of 16 aggregated steps failed. Failures: Step('tools_unittests') failed with return_code 1",
+ "reason": "1 out of 17 aggregated steps failed. Failures: Step('tools_unittests') failed with return_code 1",
"status_code": 1
}
]

Powered by Google App Engine
This is Rietveld 408576698