summaryrefslogtreecommitdiffstats
path: root/tools/valgrind
diff options
context:
space:
mode:
authortimurrrr@chromium.org <timurrrr@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-08-02 12:32:06 +0000
committertimurrrr@chromium.org <timurrrr@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-08-02 12:32:06 +0000
commitd8c37b73320d579fb1cc1c758d597b1e009ec5ac (patch)
treec15aa3a599ec257d92d796295439d1b3a6caad1d /tools/valgrind
parent3e008d48b2f2defc32272f430f3f31bf45cb300b (diff)
downloadchromium_src-d8c37b73320d579fb1cc1c758d597b1e009ec5ac.zip
chromium_src-d8c37b73320d579fb1cc1c758d597b1e009ec5ac.tar.gz
chromium_src-d8c37b73320d579fb1cc1c758d597b1e009ec5ac.tar.bz2
Widen suppressions for bug 46570, suppress memory leaks in ChromeURLRequestContextFactory/OffTheRecordProfileImpl (50936)
TBR=glider BUG=46570,50936 Review URL: http://codereview.chromium.org/3086002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@54533 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'tools/valgrind')
-rw-r--r--tools/valgrind/memcheck/suppressions.txt34
1 files changed, 27 insertions, 7 deletions
diff --git a/tools/valgrind/memcheck/suppressions.txt b/tools/valgrind/memcheck/suppressions.txt
index 8368198..ef3e3ab 100644
--- a/tools/valgrind/memcheck/suppressions.txt
+++ b/tools/valgrind/memcheck/suppressions.txt
@@ -3299,13 +3299,10 @@
fun:_ZN20AsyncResourceHandler10OnWillReadEiPPN3net8IOBufferEPii
fun:_ZN23BufferedResourceHandler10OnWillReadEiPPN3net8IOBufferEPii
fun:_ZN27SafeBrowsingResourceHandler10OnWillReadEiPPN3net8IOBufferEPii
+ ...
fun:_ZN22ResourceDispatcherHost4ReadEP10URLRequestPi
fun:_ZN22ResourceDispatcherHost15OnReadCompletedEP10URLRequesti
fun:_ZN13URLRequestJob18NotifyReadCompleteEi
- fun:_ZN19URLRequestChromeJob13DataAvailableEP16RefCountedMemory
- fun:_ZN20ChromeURLDataManager13DataAvailableEi13scoped_refptrI16RefCountedMemoryE
- fun:_Z16DispatchToMethodI20ChromeURLDataManagerMS0_Fvi13scoped_refptrI16RefCountedMemoryEEiS3_EvPT_T0_RK6Tuple2IT1_T2_E
- fun:_ZN14RunnableMethodI20ChromeURLDataManagerMS0_Fvi13scoped_refptrI16RefCountedMemoryEE6Tuple2IiS3_EE3RunEv
}
{
bug_46570_b
@@ -3362,9 +3359,6 @@
fun:_Znw*
fun:_ZNSs4_Rep9_S_createEjjRKSaIcE
...
- fun:_ZN6chrome12PathProviderEiP8FilePath
- fun:_ZN11PathService3GetEiP8FilePath
- fun:_ZN18chrome_browser_net25SetUrlRequestMocksEnabledEb
fun:_ZN31AutomationResourceMessageFilter17OnSetFilteredInetEb
fun:_Z16DispatchToMethodI31AutomationResourceMessageFilterMS0_FvbEbEvPT_T0_RK6Tuple1IT1_E
fun:_ZN3IPC16MessageWithTupleI6Tuple1IbEE8DispatchI31AutomationResourceMessageFilterMS5_FvbEEEbPKNS_7MessageEPT_T0_
@@ -3764,3 +3758,29 @@
fun:_ZN20NavigationController9LoadEntryEP15NavigationEntry
fun:_ZN20NavigationController7LoadURLERK4GURLS2_j
}
+{
+ bug_50936
+ Memcheck:Leak
+ fun:_Znw*
+ fun:*
+ fun:_ZN30ChromeURLRequestContextFactoryC2EP7Profile
+ fun:*FactoryForOffTheRecordC1EP7Profile
+ fun:_ZN29ChromeURLRequestContextGetter18CreateOffTheRecordEP7Profile
+ fun:_ZN23OffTheRecordProfileImplC1EP7Profile
+ fun:_ZN7Profile25CreateOffTheRecordProfileEv
+ fun:_ZN11ProfileImpl22GetOffTheRecordProfileEv
+ fun:_ZN7Browser18NewIncognitoWindowEv
+ fun:_ZN7Browser29ExecuteCommandWithDispositionEi21WindowOpenDisposition
+ fun:_ZN7Browser14ExecuteCommandEi
+ fun:_ZN18AutomationProvider21ExecuteBrowserCommandEiiPN3IPC7MessageE
+ fun:_Z16DispatchToMethodI18AutomationProviderMS0_FviiPN3IPC7MessageEEiiRS2_EvPT_T0_RK6Tuple2IT1_T2_EP6Tuple1IT3_E
+ fun:_ZN3IPC16MessageWithReplyI6Tuple2IiiE6Tuple1IRbEE18DispatchDelayReplyI18AutomationProviderMS8_FviiPNS_7MessageEEEEbPKS9_PT_T0_
+ fun:_ZN18AutomationProvider17OnMessageReceivedERKN3IPC7MessageE
+ fun:_ZN3IPC12ChannelProxy7Context17OnDispatchMessageERKNS_7MessageE
+ fun:_ZN3IPC11SyncChannel20ReceivedSyncMsgQueue16DispatchMessagesEv
+ fun:_ZN3IPC11SyncChannel11SyncContext16DispatchMessagesEv
+ fun:_ZN3IPC11SyncChannel23OnWaitableEventSignaledEPN4base13WaitableEventE
+ fun:_ZN4base17AsyncCallbackTask3RunEv
+ fun:_ZN11MessageLoop7RunTaskEP4Task
+ fun:_ZN11MessageLoop21DeferOrRunPendingTaskERKNS_11PendingTaskE
+}