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

Unified Diff: content/browser/media_browsertest.cc

Issue 10855016: Disable failing tests on bots. Fix typo in TEST_F vs TEST_P. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Bug. Created 8 years, 4 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 | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/browser/media_browsertest.cc
diff --git a/content/browser/media_browsertest.cc b/content/browser/media_browsertest.cc
index 1ea87b8d66b69fd59152c556a587bcd7d7a49dd5..aa0b41d7a2f1cb966cc8ae3d02f5c0bc49420bff 100644
--- a/content/browser/media_browsertest.cc
+++ b/content/browser/media_browsertest.cc
@@ -129,7 +129,7 @@ IN_PROC_BROWSER_TEST_P(MediaTest, VideoBear3gpAmrnbMpeg4) {
PlayVideo("bear_mpeg4_amrnb.3gp", GetParam());
}
-IN_PROC_BROWSER_TEST_F(MediaTest, VideoBearWavGsmms) {
+IN_PROC_BROWSER_TEST_P(MediaTest, VideoBearWavGsmms) {
PlayAudio("bear_gsm_ms.wav", GetParam());
}
@@ -137,9 +137,10 @@ IN_PROC_BROWSER_TEST_P(MediaTest, VideoBearWavMulaw) {
PlayAudio("bear_mulaw.wav", GetParam());
}
-IN_PROC_BROWSER_TEST_P(MediaTest, VideoBearFlac) {
- PlayAudio("bear.flac", GetParam());
-}
+// TODO(dalecurtis): Fails seek test. http://crbug.com/141020
+// IN_PROC_BROWSER_TEST_P(MediaTest, VideoBearFlac) {
+// PlayAudio("bear.flac", GetParam());
+// }
#endif
#endif
« 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