summaryrefslogtreecommitdiffstats
path: root/tools
diff options
context:
space:
mode:
authorthestig@chromium.org <thestig@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-09-30 20:32:34 +0000
committerthestig@chromium.org <thestig@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-09-30 20:32:34 +0000
commit43004a49974446584c036006531d012d59d68cca (patch)
treea8eeed88c1b994e66502d6731c39761c8ce294b8 /tools
parentbb06b31df1f811ae42861a57c342bc035c54c032 (diff)
downloadchromium_src-43004a49974446584c036006531d012d59d68cca.zip
chromium_src-43004a49974446584c036006531d012d59d68cca.tar.gz
chromium_src-43004a49974446584c036006531d012d59d68cca.tar.bz2
Valgrind: Suppression new memory errors from r60785.
BUG=57464,57465 TEST=Valgrind ui_1 goes green. TBR=ben Review URL: http://codereview.chromium.org/3534004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@61108 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'tools')
-rw-r--r--tools/valgrind/memcheck/suppressions.txt29
1 files changed, 29 insertions, 0 deletions
diff --git a/tools/valgrind/memcheck/suppressions.txt b/tools/valgrind/memcheck/suppressions.txt
index 9d2856c..f11eca1 100644
--- a/tools/valgrind/memcheck/suppressions.txt
+++ b/tools/valgrind/memcheck/suppressions.txt
@@ -2676,3 +2676,32 @@
fun:_ZN3net13DnsRRResolver7ResolveERKSsttP14CallbackRunnerI6Tuple1IiEEPNS_10RRResponseEiRKNS_11BoundNetLogE
fun:_ZN3net30DnsRRResolverTest_Resolve_Test8TestBodyEv
}
+{
+ bug_57464
+ Memcheck:Leak
+ fun:_Znw*
+ fun:_ZN3IPC11SyncMessage13GenerateReplyEPKNS_7MessageE
+ fun:_ZN3IPC16MessageWithReplyI6Tuple06Tuple2IRbRiEE8DispatchI25TestingAutomationProviderMS8_FvPbPiEEEbPKNS_7MessageEPT_T0_
+ fun:_ZN25TestingAutomationProvider17OnMessageReceivedERKN3IPC7MessageE
+ fun:_ZN3IPC12ChannelProxy7Context17OnDispatchMessageERKNS_7MessageE
+ fun:_ZN3IPC11SyncChannel20ReceivedSyncMsgQueue16DispatchMessagesEv
+ fun:_ZN3IPC11SyncChannel11SyncContext16DispatchMessagesEv
+ fun:_ZN3IPC11SyncChannel23OnWaitableEventSignaledEPN4base13WaitableEventE
+ fun:_ZN4base17AsyncCallbackTask3RunEv
+ fun:_ZN11MessageLoop7RunTaskEP4Task
+}
+{
+ bug_57465
+ Memcheck:Addr4
+ fun:_ZNK14AppModalDialog13native_dialogEv
+ fun:_ZN25TestingAutomationProvider24GetShowingAppModalDialogEPbPi
+ fun:_Z16DispatchToMethodI25TestingAutomationProviderMS0_FvPbPiEbiEvPT_T0_RK6Tuple0P6Tuple2IT1_T2_E
+ fun:_ZN3IPC16MessageWithReplyI6Tuple06Tuple2IRbRiEE8DispatchI25TestingAutomationProviderMS8_FvPbPiEEEbPKNS_7MessageEPT_T0_
+ fun:_ZN25TestingAutomationProvider17OnMessageReceivedERKN3IPC7MessageE
+ fun:_ZN3IPC12ChannelProxy7Context17OnDispatchMessageERKNS_7MessageE
+ fun:_ZN3IPC11SyncChannel20ReceivedSyncMsgQueue16DispatchMessagesEv
+ fun:_ZN3IPC11SyncChannel11SyncContext16DispatchMessagesEv
+ fun:_ZN3IPC11SyncChannel23OnWaitableEventSignaledEPN4base13WaitableEventE
+ fun:_ZN4base17AsyncCallbackTask3RunEv
+ fun:_ZN11MessageLoop7RunTaskEP4Task
+}