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

Unified Diff: media/audio/fake_audio_input_stream_unittest.cc

Issue 6018001: Mark FakeAudioInputTest.BasicCallbacks as flaky.... (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 10 years 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/audio/fake_audio_input_stream_unittest.cc
===================================================================
--- media/audio/fake_audio_input_stream_unittest.cc (revision 69523)
+++ media/audio/fake_audio_input_stream_unittest.cc (working copy)
@@ -32,7 +32,8 @@
// ============================================================================
// Validate that the AudioManager::AUDIO_MOCK callbacks work.
-TEST(FakeAudioInputTest, BasicCallbacks) {
+// Flaky, http://crbug.com/49497.
+TEST(FakeAudioInputTest, FLAKY_BasicCallbacks) {
MockAudioInputCallback callback;
EXPECT_CALL(callback, OnData(NotNull(), _, _)).Times(AtLeast(5));
EXPECT_CALL(callback, OnError(NotNull(), _)).Times(Exactly(0));
« 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