diff options
author | thakis@chromium.org <thakis@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-09-17 23:17:07 +0000 |
---|---|---|
committer | thakis@chromium.org <thakis@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-09-17 23:17:07 +0000 |
commit | 4f871d502565af559f434fca4decc00363af5bc3 (patch) | |
tree | 7846d7be43ddf84ca1fb245e743e739fc86ede08 /tools | |
parent | 3281078284ccc8fd196c1cf4cc29fac63b6485ee (diff) | |
download | chromium_src-4f871d502565af559f434fca4decc00363af5bc3.zip chromium_src-4f871d502565af559f434fca4decc00363af5bc3.tar.gz chromium_src-4f871d502565af559f434fca4decc00363af5bc3.tar.bz2 |
Revert 59793. Fixed, see bug. - Valgrind suppression for a chromeos domui invalid read.
BUG=56018
TEST=None
TBR=xiyuan
TBR=thakis@chromium.org
Review URL: http://codereview.chromium.org/3463003
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@59875 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'tools')
-rw-r--r-- | tools/valgrind/memcheck/suppressions.txt | 26 |
1 files changed, 0 insertions, 26 deletions
diff --git a/tools/valgrind/memcheck/suppressions.txt b/tools/valgrind/memcheck/suppressions.txt index 6ce9044..22e49d0 100644 --- a/tools/valgrind/memcheck/suppressions.txt +++ b/tools/valgrind/memcheck/suppressions.txt @@ -2630,29 +2630,3 @@ fun:_ZN17RenderProcessHost*Profile fun:_ZN21MockRenderProcessHost*Profile } -{ - bug_56018 - Memcheck:Addr4 - fun:_ZNSt8_Rb_treeIPvSt4pairIKS0_PN13CppBoundClass16PropertyCallbackEESt10_Select1stIS6_ESt4lessIS0_ESaIS6_EE8_M_beginEv - fun:_ZNSt8_Rb_treeIPvSt4pairIKS0_PN13CppBoundClass16PropertyCallbackEESt10_Select1stIS6_ESt4lessIS0_ESaIS6_EE4findERS2_ - fun:_ZNSt3mapIPvPN13CppBoundClass16PropertyCallbackESt4lessIS0_ESaISt4pairIKS0_S3_EEE4findERS7_ - fun:_ZN13CppBoundClass12BindPropertyERKSsPNS_16PropertyCallbackE - fun:_ZN13CppBoundClass12BindPropertyERKSsP10CppVariant - fun:_ZN21DOMBoundBrowserObject11SetPropertyERKSsS1_ - fun:_ZN10RenderView18OnSetDOMUIPropertyERKSsS1_ - fun:_Z16DispatchToMethodI10RenderViewMS0_FvRKSsS2_ESsSsEvPT_T0_RK6Tuple2IT1_T2_E - fun:_ZN3IPC16MessageWithTupleI6Tuple2ISsSsEE8DispatchI10RenderViewMS5_FvRKSsS7_EEEbPKNS_7MessageEPT_T0_ - fun:_ZN10RenderView17OnMessageReceivedERKN3IPC7MessageE - fun:_ZN13MessageRouter12RouteMessageERKN3IPC7MessageE - fun:_ZN13MessageRouter17OnMessageReceivedERKN3IPC7MessageE - fun:_ZN11ChildThread17OnMessageReceivedERKN3IPC7MessageE - fun:_ZN3IPC12ChannelProxy7Context17OnDispatchMessageERKNS_7MessageE - fun:_Z16DispatchToMethodIN3IPC12ChannelProxy7ContextEMS2_FvRKNS0_7MessageEES3_EvPT_T0_RK6Tuple1IT1_E - fun:_ZN14RunnableMethodIN3IPC12ChannelProxy7ContextEMS2_FvRKNS0_7MessageEE6Tuple1IS3_EE3RunEv - fun:_ZN11MessageLoop7RunTaskEP4Task - fun:_ZN11MessageLoop21DeferOrRunPendingTaskERKNS_11PendingTaskE - fun:_ZN11MessageLoop6DoWorkEv - fun:_ZN4base18MessagePumpDefault3RunEPNS_11MessagePump8DelegateE - fun:_ZN11MessageLoop11RunInternalEv - fun:_ZN11MessageLoop10RunHandlerEv -} |