summaryrefslogtreecommitdiffstats
path: root/webkit/tools/test_shell/media_leak_test.cc
diff options
context:
space:
mode:
Diffstat (limited to 'webkit/tools/test_shell/media_leak_test.cc')
-rw-r--r--webkit/tools/test_shell/media_leak_test.cc4
1 files changed, 2 insertions, 2 deletions
diff --git a/webkit/tools/test_shell/media_leak_test.cc b/webkit/tools/test_shell/media_leak_test.cc
index 4e76d6338..bfc6eb3 100644
--- a/webkit/tools/test_shell/media_leak_test.cc
+++ b/webkit/tools/test_shell/media_leak_test.cc
@@ -16,7 +16,7 @@ class MediaLeakTest : public TestShellTest {
// This test plays a Theora video file for 1 second. It tries to expose
// memory leaks during a normal playback.
-TEST_F(MediaLeakTest, VideoBear_DISABLED) {
+TEST_F(MediaLeakTest, DISABLED_VideoBear) {
FilePath media_file;
ASSERT_TRUE(PathService::Get(base::DIR_SOURCE_ROOT, &media_file));
media_file = media_file.Append(FILE_PATH_LITERAL("webkit"))
@@ -29,7 +29,7 @@ TEST_F(MediaLeakTest, VideoBear_DISABLED) {
// This test loads a Theora video file and unloads it many times. It tries
// to expose memory leaks in the glue layer with WebKit.
-TEST_F(MediaLeakTest, ManyVideoBear_DISABLED) {
+TEST_F(MediaLeakTest, DISABLED_ManyVideoBear) {
FilePath media_file;
ASSERT_TRUE(PathService::Get(base::DIR_SOURCE_ROOT, &media_file));
media_file = media_file.Append(FILE_PATH_LITERAL("webkit"))