summaryrefslogtreecommitdiffstats
path: root/tools
diff options
context:
space:
mode:
authortimurrrr@chromium.org <timurrrr@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-12-14 09:21:03 +0000
committertimurrrr@chromium.org <timurrrr@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-12-14 09:21:03 +0000
commit9e27ff0a1331e709ec9adf97e18f73a82033e490 (patch)
tree025c5e2346a76a018656c01b055ddaaa0c1c0f0b /tools
parentaa121d4d7d88174d60403edf70fb0a105c9031c4 (diff)
downloadchromium_src-9e27ff0a1331e709ec9adf97e18f73a82033e490.zip
chromium_src-9e27ff0a1331e709ec9adf97e18f73a82033e490.tar.gz
chromium_src-9e27ff0a1331e709ec9adf97e18f73a82033e490.tar.bz2
Suppress Heapchecker memory leaks in remoting_unittests
BUG=66808 TBR=glider TEST=heapchecker bot should go greener Review URL: http://codereview.chromium.org/5748007 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@69109 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'tools')
-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 19f0e5d..5b0bb6f 100644
--- a/tools/heapcheck/suppressions.txt
+++ b/tools/heapcheck/suppressions.txt
@@ -1124,3 +1124,9 @@
...
fun:MalwareDetailsTest_*
}
+{
+ bug_66808
+ Heapcheck:Leak
+ ...
+ fun:remoting::HeartbeatSenderTest_ProcessResponse_Test::TestBody
+}