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

Unified Diff: media/base/pipeline_impl_unittest.cc

Issue 8678004: Revert 111320 - Disable PipelineImplTest.AudioStream on OS X (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 9 years, 1 month 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 | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: media/base/pipeline_impl_unittest.cc
===================================================================
--- media/base/pipeline_impl_unittest.cc (revision 111334)
+++ media/base/pipeline_impl_unittest.cc (working copy)
@@ -381,13 +381,7 @@
EXPECT_FALSE(pipeline_->IsInitialized());
}
-#if defined(OS_MACOSX)
-// Crashes on OS X - http://crbug.com/105234
-#define MAYBE_AudioStream DISABLED_AudioStream
-#else
-#define MAYBE_AudioStream AudioStream
-#endif
-TEST_F(PipelineImplTest, MAYBE_AudioStream) {
+TEST_F(PipelineImplTest, AudioStream) {
CreateAudioStream();
MockDemuxerStreamVector streams;
streams.push_back(audio_stream());
Property changes on: media\base\pipeline_impl_unittest.cc
___________________________________________________________________
Deleted: svn:mergeinfo
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698