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

Unified Diff: webrtc/modules/audio_device/BUILD.gn

Issue 2938193002: Enable more unittests on iOS, and disable those that fail on simulator (Closed)
Patch Set: Disable webrtcvoiceengine_unittest.cc because it fails on iOS in general Created 3 years, 6 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: webrtc/modules/audio_device/BUILD.gn
diff --git a/webrtc/modules/audio_device/BUILD.gn b/webrtc/modules/audio_device/BUILD.gn
index 511f15927213e0a5c1172041dd79b1caff76a79d..c737ac3cd5207cb7ca69e96c3c5fb53b3d6c0be2 100644
--- a/webrtc/modules/audio_device/BUILD.gn
+++ b/webrtc/modules/audio_device/BUILD.gn
@@ -307,7 +307,9 @@ if (rtc_include_tests) {
"//webrtc/sdk/android:libjingle_peerconnection_java",
]
}
- if (is_ios) {
+ if (is_ios && !use_ios_simulator) {
+ # TODO(kthelgason): Reenable these tests on simulator.
+ # See bugs.webrtc.org/7812
sources += [ "ios/audio_device_unittest_ios.mm" ]
deps += [ "//third_party/ocmock" ]
}

Powered by Google App Engine
This is Rietveld 408576698