summaryrefslogtreecommitdiffstats
path: root/tools/heapcheck
diff options
context:
space:
mode:
authorzhaoqin@google.com <zhaoqin@google.com@0039d316-1c4b-4281-b951-d872f2087c98>2012-05-01 22:06:58 +0000
committerzhaoqin@google.com <zhaoqin@google.com@0039d316-1c4b-4281-b951-d872f2087c98>2012-05-01 22:06:58 +0000
commit8cf51277d50fe545918ba3ef3a376f6fadeca83f (patch)
treef675cad6bd99c7dc29affe102d28785448fac1f5 /tools/heapcheck
parent9eab0049d4a40a2c206d371622c4bd172a8e1a9c (diff)
downloadchromium_src-8cf51277d50fe545918ba3ef3a376f6fadeca83f.zip
chromium_src-8cf51277d50fe545918ba3ef3a376f6fadeca83f.tar.gz
chromium_src-8cf51277d50fe545918ba3ef3a376f6fadeca83f.tar.bz2
Suppress memory leaks from TransportSecurityPersister::TransportSecurityPersister
TBR=palmer@chromium.org BUG=125807 TEST=waterfall.sh Review URL: https://chromiumcodereview.appspot.com/10283007 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@134797 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'tools/heapcheck')
-rw-r--r--tools/heapcheck/suppressions.txt9
1 files changed, 9 insertions, 0 deletions
diff --git a/tools/heapcheck/suppressions.txt b/tools/heapcheck/suppressions.txt
index 73843dc..eb98bb0 100644
--- a/tools/heapcheck/suppressions.txt
+++ b/tools/heapcheck/suppressions.txt
@@ -1828,4 +1828,13 @@
...
fun:*_*_Test::TestBody
}
+{
+ bug_125807
+ Heapcheck:Leak
+ ...
+ fun:TransportSecurityPersister::TransportSecurityPersister
+ fun:TransportSecurityPersisterTest::TransportSecurityPersisterTest
+ ...
+ fun:testing::internal::TestFactoryImpl::CreateTest
+}