Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(670)

Side by Side Diff: tools/valgrind/memcheck/suppressions.txt

Issue 3116028: Widen the suppression for bug 50936 once again; suppress memory leaks in Rend... (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 10 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # There are three kinds of suppressions in this file. 1 # There are three kinds of suppressions in this file.
2 # 1. third party stuff we have no control over 2 # 1. third party stuff we have no control over
3 # 3 #
4 # 2. intentional unit test errors, or stuff that is somehow a false positive 4 # 2. intentional unit test errors, or stuff that is somehow a false positive
5 # in our own code, or stuff that is so trivial it's not worth fixing 5 # in our own code, or stuff that is so trivial it's not worth fixing
6 # 6 #
7 # 3. Suppressions for real chromium bugs that are not yet fixed. 7 # 3. Suppressions for real chromium bugs that are not yet fixed.
8 # These should all be in chromium's bug tracking system (but a few aren't yet). 8 # These should all be in chromium's bug tracking system (but a few aren't yet).
9 # Periodically we should sweep this file and the bug tracker clean by 9 # Periodically we should sweep this file and the bug tracker clean by
10 # running overnight and removing outdated bugs/suppressions. 10 # running overnight and removing outdated bugs/suppressions.
(...skipping 3720 matching lines...) Expand 10 before | Expand all | Expand 10 after
3731 fun:_ZN20NavigationController9LoadEntryEP15NavigationEntry 3731 fun:_ZN20NavigationController9LoadEntryEP15NavigationEntry
3732 fun:_ZN20NavigationController7LoadURLERK4GURLS2_j 3732 fun:_ZN20NavigationController7LoadURLERK4GURLS2_j
3733 } 3733 }
3734 { 3734 {
3735 bug_50936 3735 bug_50936
3736 Memcheck:Leak 3736 Memcheck:Leak
3737 fun:_Znw* 3737 fun:_Znw*
3738 ... 3738 ...
3739 fun:_ZN30ChromeURLRequestContextFactoryC2EP7Profile 3739 fun:_ZN30ChromeURLRequestContextFactoryC2EP7Profile
3740 fun:*FactoryForOffTheRecordC*EP7Profile 3740 fun:*FactoryForOffTheRecordC*EP7Profile
3741 ...
3741 fun:_ZN29ChromeURLRequestContextGetter18CreateOffTheRecordEP7Profile 3742 fun:_ZN29ChromeURLRequestContextGetter18CreateOffTheRecordEP7Profile
3743 ...
3742 fun:_ZN23OffTheRecordProfileImpl*Profile 3744 fun:_ZN23OffTheRecordProfileImpl*Profile
3743 fun:_ZN7Profile25CreateOffTheRecordProfileEv 3745 fun:_ZN7Profile25CreateOffTheRecordProfileEv
3744 fun:_ZN11ProfileImpl22GetOffTheRecordProfileEv 3746 fun:_ZN11ProfileImpl22GetOffTheRecordProfileEv
3745 fun:_ZN7Browser18NewIncognitoWindowEv 3747 fun:_ZN7Browser18NewIncognitoWindowEv
3746 fun:_ZN7Browser29ExecuteCommandWithDispositionEi21WindowOpenDisposition 3748 fun:_ZN7Browser29ExecuteCommandWithDispositionEi21WindowOpenDisposition
3747 fun:_ZN7Browser14ExecuteCommandEi 3749 fun:_ZN7Browser14ExecuteCommandEi
3748 ... 3750 ...
3749 fun:_ZN3IPC16MessageWithReplyI6Tuple2IiiE6Tuple1IRbEE18DispatchDelayReplyI18A utomationProviderMS8_FviiPNS_7MessageEEEEbPKS9_PT_T0_ 3751 fun:_ZN3IPC16MessageWithReplyI6Tuple2IiiE6Tuple1IRbEE18DispatchDelayReplyI18A utomationProviderMS8_FviiPNS_7MessageEEEEbPKS9_PT_T0_
3750 fun:_ZN18AutomationProvider17OnMessageReceivedERKN3IPC7MessageE 3752 fun:_ZN18AutomationProvider17OnMessageReceivedERKN3IPC7MessageE
3751 } 3753 }
(...skipping 419 matching lines...) Expand 10 before | Expand all | Expand 10 after
4171 fun:_Znw* 4173 fun:_Znw*
4172 ... 4174 ...
4173 fun:*InotifyReaderTask3RunEv 4175 fun:*InotifyReaderTask3RunEv
4174 fun:_ZN11MessageLoop7RunTaskEP4Task 4176 fun:_ZN11MessageLoop7RunTaskEP4Task
4175 fun:_ZN11MessageLoop21DeferOrRunPendingTaskERKNS_11PendingTaskE 4177 fun:_ZN11MessageLoop21DeferOrRunPendingTaskERKNS_11PendingTaskE
4176 fun:_ZN11MessageLoop6DoWorkEv 4178 fun:_ZN11MessageLoop6DoWorkEv
4177 fun:_ZN4base18MessagePumpDefault3RunEPNS_11MessagePump8DelegateE 4179 fun:_ZN4base18MessagePumpDefault3RunEPNS_11MessagePump8DelegateE
4178 fun:_ZN11MessageLoop11RunInternalEv 4180 fun:_ZN11MessageLoop11RunInternalEv
4179 fun:_ZN11MessageLoop10RunHandlerEv 4181 fun:_ZN11MessageLoop10RunHandlerEv
4180 } 4182 }
4183 {
4184 bug_52834
4185 Memcheck:Leak
4186 fun:_Znw*
4187 ...
4188 fun:_ZN5IDMapIN3IPC7Channel8ListenerEL23IDMapOwnershipSemantics0EEC1Ev
4189 fun:_ZN17RenderProcessHostC2EP7Profile
4190 ...
4191 fun:_ZN21MockRenderProcessHostC1EP7Profile
4192 fun:_ZNK28MockRenderProcessHostFactory23CreateRenderProcessHostEP7Profile
4193 fun:_ZN12SiteInstance10GetProcessEv
4194 fun:_ZN14RenderViewHostC2EP12SiteInstanceP22RenderViewHostDelegateix
4195 }
OLDNEW
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698