summaryrefslogtreecommitdiffstats
path: root/tools/heapcheck
diff options
context:
space:
mode:
authorcbentzel@chromium.org <cbentzel@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2011-11-30 11:25:05 +0000
committercbentzel@chromium.org <cbentzel@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2011-11-30 11:25:05 +0000
commitfe6fa690525a49afc94df9fc49ccbf854857e202 (patch)
tree9710dac606f3b2d5b358c83386fddb787cc74a0d /tools/heapcheck
parent526287070c621096c72ca629ef59aa67ac4873e3 (diff)
downloadchromium_src-fe6fa690525a49afc94df9fc49ccbf854857e202.zip
chromium_src-fe6fa690525a49afc94df9fc49ccbf854857e202.tar.gz
chromium_src-fe6fa690525a49afc94df9fc49ccbf854857e202.tar.bz2
Additional heapcheck suppression for MockBufferedDataSource.
BUG=100914 TBR=scherkus@chromium.org Review URL: http://codereview.chromium.org/8743006 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@112196 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'tools/heapcheck')
-rw-r--r--tools/heapcheck/suppressions.txt6
1 files changed, 6 insertions, 0 deletions
diff --git a/tools/heapcheck/suppressions.txt b/tools/heapcheck/suppressions.txt
index 4f12f21..0c221426 100644
--- a/tools/heapcheck/suppressions.txt
+++ b/tools/heapcheck/suppressions.txt
@@ -1810,3 +1810,9 @@
...
fun:webkit_media::BufferedDataSourceTest::Initialize
}
+{
+ bug_100914_d
+ Heapcheck:Leak
+ fun:webkit_media::MockBufferedDataSource::MockBufferedDataSource
+ fun:webkit_media::BufferedDataSourceTest::BufferedDataSourceTest
+}