summaryrefslogtreecommitdiffstats
path: root/tools
diff options
context:
space:
mode:
authorthestig@chromium.org <thestig@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2011-08-11 22:36:15 +0000
committerthestig@chromium.org <thestig@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2011-08-11 22:36:15 +0000
commit61813c6e675cf4ae07dc2630e4da8a83f9e83229 (patch)
tree78b787dec9b19a1d6f873487ad5f0a22f90fdd86 /tools
parenta3719b61c74891c09217bc9be48f2bec596c4f42 (diff)
downloadchromium_src-61813c6e675cf4ae07dc2630e4da8a83f9e83229.zip
chromium_src-61813c6e675cf4ae07dc2630e4da8a83f9e83229.tar.gz
chromium_src-61813c6e675cf4ae07dc2630e4da8a83f9e83229.tar.bz2
Valgrind: Add several new suppressions.
BUG=46144,92548,92554 TEST=none TBR=jhawkins Review URL: http://codereview.chromium.org/7639005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@96474 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'tools')
-rw-r--r--tools/valgrind/memcheck/suppressions.txt41
1 files changed, 41 insertions, 0 deletions
diff --git a/tools/valgrind/memcheck/suppressions.txt b/tools/valgrind/memcheck/suppressions.txt
index f49dd7f..4b66e42 100644
--- a/tools/valgrind/memcheck/suppressions.txt
+++ b/tools/valgrind/memcheck/suppressions.txt
@@ -2211,6 +2211,15 @@
fun:_ZN3WTF13FastAllocBasenwEj
fun:_ZN3WTF20ThreadIdentifierData10initializeEj
}
+# This might be the replacement for the bug_46144 signature above.
+{
+ bug_46144b
+ Memcheck:Leak
+ fun:_Znw*
+ fun:_ZN3WTF20ThreadIdentifierData10initializeEj
+ fun:_ZN3WTF31initializeCurrentThreadInternalEPKc
+ fun:_ZN3WTFL16threadEntryPointEPv
+}
{
bug_46163
Memcheck:Leak
@@ -5289,6 +5298,38 @@
fun:_ZN7testing8internal38HandleSehExceptionsInMethodIfSupportedINS_4TestEvEET0_PT_MS4_FS3_vEPKc
fun:_ZN7testing8internal35HandleExceptionsInMethodIfSupportedINS_4TestEvEET0_PT_MS4_FS3_vEPKc
}
+{
+ bug_92548
+ Memcheck:Leak
+ fun:_Znw*
+ ...
+ fun:_ZNSsC1ERKSsjj
+ fun:_ZNK4GURL15ComponentStringERKN9url_parse9ComponentE
+ fun:_ZNK4GURL4pathEv
+ fun:_ZN3net8HttpUtil14PathForRequestERK4GURL
+ fun:_ZN3net15HttpBasicStream11SendRequestERKNS_18HttpRequestHeadersEPNS_16UploadDataStreamEPNS_16HttpResponseInfoEP14CallbackRunnerI6Tuple1IiEE
+ fun:_ZN3net22HttpNetworkTransaction13DoSendRequestEv
+ fun:_ZN3net22HttpNetworkTransaction6DoLoopEi
+ fun:_ZN3net22HttpNetworkTransaction12OnIOCompleteEi
+ fun:_ZN3net22HttpNetworkTransaction13OnStreamReadyERKNS_9SSLConfigERKNS_9ProxyInfoEPNS_10HttpStreamE
+ fun:_ZN3net21HttpStreamFactoryImpl7Request13OnStreamReadyEPNS0_3JobERKNS_9SSLConfigERKNS_9ProxyInfoEPNS_10HttpStreamE
+ fun:_ZN3net21HttpStreamFactoryImpl3Job21OnStreamReadyCallbackEv
+ fun:_Z16DispatchToMethodIN3net21HttpStreamFactoryImpl3JobEMS2_FvvEEvPT_T0_RK6Tuple0
+ fun:_ZN27ScopedRunnableMethodFactoryIN3net21HttpStreamFactoryImpl3JobEE14RunnableMethodIMS2_FvvE6Tuple0E3RunEv
+ fun:_ZN4base6subtle18TaskClosureAdapter3RunEv
+}
+{
+ bug_92554
+ Memcheck:Leak
+ fun:_Znw*
+ fun:_ZNSs4_Rep9_S_createEjjRKSaIcE
+ fun:_ZNSs9_M_mutateEjjj
+ fun:_ZNSs12_M_leak_hardEv
+ fun:_ZNSsixEj
+ fun:_ZN3net13TrimEndingDotERKSs
+ fun:_ZN3net20GetHostOrSpecFromURLERK4GURL
+ fun:_ZN20AsyncResourceHandler17OnResponseStartedEiP16ResourceResponse
+}
#-----------------------------------------------------------------------
# These only occur on our Google workstations