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

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

Issue 5474001: More net:: Valgrind x64 suppressions... (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: '' Created 10 years, 1 month 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
===================================================================
--- tools/valgrind/memcheck/suppressions.txt (revision 67850)
+++ tools/valgrind/memcheck/suppressions.txt (working copy)
@@ -3387,3 +3387,72 @@
fun:_ZN4spdy10SpdyFramer12ProcessInputEPKcm
fun:_ZN3net11SpdySession14OnReadCompleteEi
}
+{
+ bug_64894c
+ Memcheck:Cond
+ ...
+ fun:_ZN3net11SpdySession*
+ fun:_ZN3net14SpdyHttpStream16InitializeStreamEPKNS_15HttpRequestInfoERKNS_11BoundNetLogEP14CallbackRunnerI6Tuple1IiEE
+ fun:_ZN3net22HttpNetworkTransaction12DoInitStreamEv
+ fun:_ZN3net22HttpNetworkTransaction6DoLoopEi
+ fun:_ZN3net22HttpNetworkTransaction12OnIOCompleteEi
+ fun:_ZN3net22HttpNetworkTransaction13OnStreamReadyEPNS_10HttpStreamE
+ fun:_ZN3net17HttpStreamRequest21OnStreamReadyCallbackEv
+}
+{
+ bug_64918a
+ Memcheck:Cond
+ ...
+ fun:_ZN3net17HttpStreamRequest*DoInitConnection*
+ fun:_ZN3net17HttpStreamRequest6DoLoopEi
+ fun:_ZN3net17HttpStreamRequest7RunLoopEi
+ fun:_ZN3net17HttpStreamRequest*
+}
+{
+ bug_64918b
+ Memcheck:Cond
+ fun:_ZN3net13SSLConnectJob20DoSSLConnectCompleteEi
+ fun:_ZN3net13SSLConnectJob6DoLoopEi
+ fun:_ZN3net13SSLConnectJob12OnIOCompleteEi
+}
+{
+ bug_64918c
+ Memcheck:Cond
+ ...
+ fun:_ZN3net19HttpProxyConnectJob6DoLoopEi
+ fun:_ZN3net19HttpProxyConnectJob12OnIOCompleteEi
+ ...
+ fun:_ZN3net18ClientSocketHandle12OnIOCompleteEi
+ ...
+ fun:_ZN3net8internal26ClientSocketPoolBaseHelper18InvokeUserCallbackEPNS_18ClientSocketHandleE
+}
+{
+ bug_64930a
+ Memcheck:Leak
+ fun:_Znw*
+ ...
+ fun:_ZNSt3setISsSt4lessISsESaISsEE6insertERKSs
+ fun:_ZN16TranslateManager19IsSupportedLanguageERKSs
+ fun:_ZN16TranslateManager17GetTargetLanguageEv
+}
+{
+ bug_64930b
+ Memcheck:Leak
+ fun:_Znw*
+ ...
+ fun:_ZNSt*
+ fun:_ZN5NPAPI10PluginList*
+ ...
+ fun:_ZN13PluginService*
+}
+{
+ bug_64930c
+ Memcheck:Leak
+ fun:_Znw*
+ ...
+ fun:*ThemeMapC1Ev
+ fun:*ThemeMapEE3NewEPv
+ fun:*ThemeMapENS_25DefaultLazyInstanceTraitsIS2_EEE7PointerEv
+ fun:*ThemeMapENS_25DefaultLazyInstanceTraitsIS2_EEE3GetEv
+ fun:_ZN13ResourcesUtil18GetThemeResourceIdERKSs
+}
« 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