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

Unified Diff: webrtc/sdk/objc/Framework/UnitTests/avformatmappertests.mm

Issue 2687963002: Roll chromium_revision baaeb3f30e..ba3e8dd8fa (449272:449304) (Closed)
Patch Set: Added bug reference Created 3 years, 10 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 | « DEPS ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webrtc/sdk/objc/Framework/UnitTests/avformatmappertests.mm
diff --git a/webrtc/sdk/objc/Framework/UnitTests/avformatmappertests.mm b/webrtc/sdk/objc/Framework/UnitTests/avformatmappertests.mm
index 5f8cacbc46f2cb0adc34992bf85350d019d3ab00..deae4e35059b4f9c71d7a529ce1ee3589181781c 100644
--- a/webrtc/sdk/objc/Framework/UnitTests/avformatmappertests.mm
+++ b/webrtc/sdk/objc/Framework/UnitTests/avformatmappertests.mm
@@ -219,7 +219,9 @@ TEST(AVFormatMapperTest, SetFormatWhenDeviceCannotLock) {
EXPECT_FALSE(resultFormat);
}
-TEST(AVFormatMapperTest, SetFormatWhenFormatIsIncompatible) {
+// Disabled due to failing with OCMock 3.1.5:
+// https://bugs.chromium.org/p/webrtc/issues/detail?id=7137
+TEST(AVFormatMapperTest, DISABLED_SetFormatWhenFormatIsIncompatible) {
// given
id mockDevice = [OCMockObject mockForClass:[AVCaptureDevice class]];
[[[mockDevice stub] andReturn:@[]] formats];
« no previous file with comments | « DEPS ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698