diff options
author | tony@chromium.org <tony@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-05-11 18:22:02 +0000 |
---|---|---|
committer | tony@chromium.org <tony@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-05-11 18:22:02 +0000 |
commit | d897845a70bcd85644dafec57282d58370082996 (patch) | |
tree | 187e81a5a803e70870b3f7e7f8b7daf85eb7b809 /tools | |
parent | 532d461ab08aaf3ab9f1048d7017eb659d2ece34 (diff) | |
download | chromium_src-d897845a70bcd85644dafec57282d58370082996.zip chromium_src-d897845a70bcd85644dafec57282d58370082996.tar.gz chromium_src-d897845a70bcd85644dafec57282d58370082996.tar.bz2 |
Remove VideoBear and ManyVideoBear from test_shell_tests.
We have similar tests in src/content/browser/media_browsertest.cc
so we don't need the tests in test_shell_tests. Also, these don't
test for leaks since they doesn't run under valgrind.
BUG=126514
Review URL: https://chromiumcodereview.appspot.com/10377062
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@136615 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'tools')
-rw-r--r-- | tools/valgrind/gtest_exclude/test_shell_tests.gtest.txt | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/tools/valgrind/gtest_exclude/test_shell_tests.gtest.txt b/tools/valgrind/gtest_exclude/test_shell_tests.gtest.txt index 10119a0..d0373cb 100644 --- a/tools/valgrind/gtest_exclude/test_shell_tests.gtest.txt +++ b/tools/valgrind/gtest_exclude/test_shell_tests.gtest.txt @@ -1,8 +1,5 @@ # Way too slow under Valgrind at the moment; http://crbug.com/9177 BMPImageDecoderTest.ChunkedDecodingSlow BMPImageDecoderTest.DecodingSlow -# hangs; see http://crbug.com/16945 -MediaLeakTest.VideoBear -MediaLeakTest.ManyVideoBear # hangs; see http://crbug.com/22134 WebFrameTest.GetFullHtmlOfPage |