summaryrefslogtreecommitdiffstats
path: root/tools
diff options
context:
space:
mode:
Diffstat (limited to 'tools')
-rw-r--r--tools/heapcheck/suppressions.txt28
1 files changed, 28 insertions, 0 deletions
diff --git a/tools/heapcheck/suppressions.txt b/tools/heapcheck/suppressions.txt
index 049e6cb..e81507d 100644
--- a/tools/heapcheck/suppressions.txt
+++ b/tools/heapcheck/suppressions.txt
@@ -773,3 +773,31 @@
fun:WebCore::makeExternalString
fun:WebCore::v8ExternalStringSlow
}
+
+{
+ bug_46882_a
+ Heapcheck:Leak
+ ...
+ fun:remoting::JsonHostConfig::Read
+}
+
+{
+ bug_46882_b
+ Heapcheck:Leak
+ ...
+ fun:remoting::JsonHostConfigTest_Write_Test::TestBody
+}
+
+{
+ bug_46882_c
+ Heapcheck:Leak
+ fun:base::MessageLoopProxy::CreateForCurrentThread
+ fun:remoting::JsonHostConfigTest::SetUp
+}
+
+{
+ bug_46886
+ Heapcheck:Leak
+ ...
+ fun:net::::SpdyHttpStreamTest_SendRequest_Test::TestBody
+}