diff options
author | thestig@chromium.org <thestig@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-12-06 22:28:30 +0000 |
---|---|---|
committer | thestig@chromium.org <thestig@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-12-06 22:28:30 +0000 |
commit | daea722211081a675e7a53c3054ee12231bc0610 (patch) | |
tree | 0c295dde2b8f2545c79e258df5dbff61cc6166fb /tools/heapcheck | |
parent | f0b738f78f09879ffe1fc059ea50447d77034dba (diff) | |
download | chromium_src-daea722211081a675e7a53c3054ee12231bc0610.zip chromium_src-daea722211081a675e7a53c3054ee12231bc0610.tar.gz chromium_src-daea722211081a675e7a53c3054ee12231bc0610.tar.bz2 |
Valgrind / Heapchecker: Suppress leaks in test_shell.
BUG=65664
TEST=Memory tree test_shell tests stop failing.
TBR=scherkus
Review URL: http://codereview.chromium.org/5542006
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@68392 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'tools/heapcheck')
-rw-r--r-- | tools/heapcheck/suppressions.txt | 26 |
1 files changed, 24 insertions, 2 deletions
diff --git a/tools/heapcheck/suppressions.txt b/tools/heapcheck/suppressions.txt index e99a100..c18ef0d 100644 --- a/tools/heapcheck/suppressions.txt +++ b/tools/heapcheck/suppressions.txt @@ -1068,5 +1068,27 @@ fun:ExtensionPrefsNotifyWhenNeeded::Initialize fun:ExtensionPrefsTest::SetUp } - - +{ + bug_65664a + Heapcheck:Leak + fun:webkit_glue::BufferedResourceLoaderTest::Initialize + fun:webkit_glue::BufferedResourceLoaderTest* +} +{ + bug_65664b + Heapcheck:Leak + fun:webkit_glue::BufferedDataSourceTest::InitializeDataSource + fun:webkit_glue::BufferedDataSourceTest* +} +{ + bug_65664c + Heapcheck:Leak + fun:webkit_glue::SimpleDataSourceTest::InitializeDataSource + fun:webkit_glue::SimpleDataSourceTest* +} +{ + bug_65664d + Heapcheck:Leak + fun:webkit_glue::SimpleDataSourceTest_InitializeData_Test::TestBody + fun:testing::HandleExceptionsInMethodIfSupported +} |