summaryrefslogtreecommitdiffstats
path: root/webkit/tools/test_shell/media_leak_test.cc
diff options
context:
space:
mode:
authorhclam@chromium.org <hclam@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2009-08-04 21:10:48 +0000
committerhclam@chromium.org <hclam@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2009-08-04 21:10:48 +0000
commit545502257b49be0201057984bd39523d1b9c3793 (patch)
tree18b9cd2f74d4ac622a2abe1b3c151fdbc54a5b17 /webkit/tools/test_shell/media_leak_test.cc
parenta775aa514c2022e5a42b3e3a0e306054efc3f7f7 (diff)
downloadchromium_src-545502257b49be0201057984bd39523d1b9c3793.zip
chromium_src-545502257b49be0201057984bd39523d1b9c3793.tar.gz
chromium_src-545502257b49be0201057984bd39523d1b9c3793.tar.bz2
Disable MediaLeakTest.* because they crash the build bots
TEST=MediaLeakTest.* TBR=ajwong Review URL: http://codereview.chromium.org/159872 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@22403 0039d316-1c4b-4281-b951-d872f2087c98
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 a7ab807..4e76d6338 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) {
+TEST_F(MediaLeakTest, VideoBear_DISABLED) {
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) {
// 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) {
+TEST_F(MediaLeakTest, ManyVideoBear_DISABLED) {
FilePath media_file;
ASSERT_TRUE(PathService::Get(base::DIR_SOURCE_ROOT, &media_file));
media_file = media_file.Append(FILE_PATH_LITERAL("webkit"))