Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(26)

Unified Diff: tools/valgrind/memcheck/suppressions.txt

Issue 2756005: Add 3 new suppressions to get CrOs Valgrind green. (Closed)
Patch Set: Created 10 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/valgrind/memcheck/suppressions.txt
diff --git a/tools/valgrind/memcheck/suppressions.txt b/tools/valgrind/memcheck/suppressions.txt
index 75a922c03a7a47590e4647f93556a28c7ff07185..6ad6fe84970c5f9a959e086edcefeb1fe060632e 100644
--- a/tools/valgrind/memcheck/suppressions.txt
+++ b/tools/valgrind/memcheck/suppressions.txt
@@ -3101,3 +3101,43 @@
fun:_ZN3WTF13FastAllocBasenwEj
fun:_ZN3WTF20ThreadIdentifierData10initializeEj
}
+
+{
+ bug_46163
+ Memcheck:Leak
+ fun:_Znw*
+ fun:_ZN4base19MessagePumpLibevent3RunEPNS_11MessagePump8DelegateE
+ fun:_ZN11MessageLoop11RunInternalEv
+ fun:_ZN11MessageLoop10RunHandlerEv
+}
+
+{
+ bug_46162
+ Memcheck:Leak
+ fun:malloc
+ fun:_ZN3WTF10fastMallocEj
+ fun:_ZN3WTF13FastAllocBasenwEj
+ fun:_ZN3WTF14ThreadSpecificINS_13WTFThreadDataEE3setEPS1_
+ fun:_ZN3WTF14ThreadSpecificINS_13WTFThreadDataEEcvPS1_Ev
+ fun:_ZN3WTF14ThreadSpecificINS_13WTFThreadDataEEdeEv
+ fun:_ZN3WTF13wtfThreadDataEv
+ fun:_ZN7WebCore11stringTableEv
+ fun:_ZN7WebCore12AtomicString3addEPKc
+ fun:_ZN7WebCore12AtomicStringC1EPKc
+ fun:_ZN7WebCore12AtomicString4initEv
+ fun:_ZN6WebKit10initializeEPNS_12WebKitClientE
+ fun:_ZN12WebKitThread20InternalWebKitThread4InitEv
+ fun:_ZN4base6Thread10ThreadMainEv
+}
+
+{
+ bug_46161
+ Memcheck:Leak
+ fun:_Znw*
+ fun:_ZN3net14DnsReloadTimer7ExpiredEv
+ fun:_ZN3net22SystemHostResolverProcERKSsNS_13AddressFamilyEiPNS_11AddressListEPi
+ fun:_ZN3net15ResolveAddrInfoEPNS_16HostResolverProcERKSsNS_13AddressFamilyEiPNS_11AddressListEPi
+ fun:_ZN3net16HostResolverImpl3Job8DoLookupEv
+ fun:_Z16DispatchToMethodIN3net16HostResolverImpl3JobEMS2_FvvEEvPT_T0_RK6Tuple0
+ fun:_ZN14RunnableMethodIN3net16HostResolverImpl3JobEMS2_FvvE6Tuple0E3RunEv
+}
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698