summaryrefslogtreecommitdiffstats
path: root/tools/heapcheck
diff options
context:
space:
mode:
authorcbentzel@chromium.org <cbentzel@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-08-31 20:38:06 +0000
committercbentzel@chromium.org <cbentzel@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-08-31 20:38:06 +0000
commitdd6583ad11e05fd1333f7bffcc17dc1b27370770 (patch)
tree89c518d9b956ddeedcf36bda7b2d53862fa17eec /tools/heapcheck
parent97d52e148499d2520d777475949a489af1338a8e (diff)
downloadchromium_src-dd6583ad11e05fd1333f7bffcc17dc1b27370770.zip
chromium_src-dd6583ad11e05fd1333f7bffcc17dc1b27370770.tar.gz
chromium_src-dd6583ad11e05fd1333f7bffcc17dc1b27370770.tar.bz2
Heapcheck suppression for ClientSocketPoolBaseTest.AbortAllRequestsOnFlush
This is pretty broad, but Will said he would fix fairly quickly. BUG=53995 TEST=None Review URL: http://codereview.chromium.org/3224009 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@58058 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 43f7d3a..1edc868 100644
--- a/tools/heapcheck/suppressions.txt
+++ b/tools/heapcheck/suppressions.txt
@@ -993,3 +993,9 @@
fun:Browser
fun:BookmarkBarGtkUnittest
}
+{
+ bug_53995
+ Heapcheck:Leak
+ ...
+ fun:net::::ClientSocketPoolBaseTest_AbortAllRequestsOnFlush_Test::TestBody
+}