summaryrefslogtreecommitdiffstats
path: root/tools
diff options
context:
space:
mode:
Diffstat (limited to 'tools')
-rw-r--r--tools/heapcheck/suppressions.txt16
-rw-r--r--tools/valgrind/memcheck/suppressions.txt1
2 files changed, 16 insertions, 1 deletions
diff --git a/tools/heapcheck/suppressions.txt b/tools/heapcheck/suppressions.txt
index 37168d3..e3ccf8a 100644
--- a/tools/heapcheck/suppressions.txt
+++ b/tools/heapcheck/suppressions.txt
@@ -1478,3 +1478,19 @@
fun:ui::InputMethodIBus::CreateContext
fun:ui::InputMethodIBus::Init
}
+{
+ bug_65940_a
+ Heapcheck:Leak
+ fun:ChildThread::Init
+ fun:ChildThread::ChildThread
+ fun:RenderThreadImpl::RenderThreadImpl
+}
+{
+ bug_65940_b
+ Heapcheck:Leak
+ fun:__gnu_cxx::new_allocator::allocate
+ fun:std::_Vector_base::_M_allocate
+ fun:std::vector::_M_insert_aux
+ fun:std::vector::push_back
+ fun:IPC::ChannelProxy::Context::OnAddFilter
+}
diff --git a/tools/valgrind/memcheck/suppressions.txt b/tools/valgrind/memcheck/suppressions.txt
index 4f5a5eb..d6360b1 100644
--- a/tools/valgrind/memcheck/suppressions.txt
+++ b/tools/valgrind/memcheck/suppressions.txt
@@ -5529,7 +5529,6 @@
fun:_ZN11ChildThread4InitEv
fun:_ZN11ChildThreadC2ERKSs
fun:_ZN16RenderThreadImplC1ERKSs
- fun:_ZN21WebRTCAudioDeviceTest5SetUpEv
}