Commit 61813c6e authored by thestig@chromium.org's avatar thestig@chromium.org

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
parent a3719b61
......@@ -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
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment