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

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

Issue 7057037: Valgrind: Update a suppression after r85969. (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: Created 9 years, 7 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 4255 matching lines...) Expand 10 before | Expand all | Expand 10 after
4266 ... 4266 ...
4267 fun:_ZNSt3setIP16RenderWidgetHostSt4lessIS1_ESaIS1_EE6insertERKS1_ 4267 fun:_ZNSt3setIP16RenderWidgetHostSt4lessIS1_ESaIS1_EE6insertERKS1_
4268 fun:*TabLoader7ObserveE16NotificationTypeRK18NotificationSourceRK19Notificati onDetails 4268 fun:*TabLoader7ObserveE16NotificationTypeRK18NotificationSourceRK19Notificati onDetails
4269 fun:_ZN19NotificationService6NotifyE16NotificationTypeRK18NotificationSourceR K19NotificationDetails 4269 fun:_ZN19NotificationService6NotifyE16NotificationTypeRK18NotificationSourceR K19NotificationDetails
4270 fun:_ZN11TabContents12SetIsLoadingEbP23LoadNotificationDetails 4270 fun:_ZN11TabContents12SetIsLoadingEbP23LoadNotificationDetails
4271 fun:_ZN11TabContents14DidStopLoadingEv 4271 fun:_ZN11TabContents14DidStopLoadingEv
4272 } 4272 }
4273 { 4273 {
4274 bug_79671 4274 bug_79671
4275 Memcheck:Cond 4275 Memcheck:Cond
4276 fun:_ZN5views9WindowGtk16ShowNativeWindowENS_12NativeWindow9ShowStateE 4276 fun:_ZN5views15NativeWindowGtk16ShowNativeWindowENS_12NativeWindow9ShowStateE
4277 fun:_ZN5views6Window4ShowEv 4277 fun:_ZN5views6Window4ShowEv
4278 fun:_ZN11BrowserView4ShowEv 4278 fun:_ZN11BrowserView4ShowEv
4279 fun:_ZN8chromeos11BrowserView12ShowInternalEb 4279 fun:_ZN8chromeos11BrowserView12ShowInternalEb
4280 fun:_ZN8chromeos11BrowserView4ShowEv 4280 fun:_ZN8chromeos11BrowserView4ShowEv
4281 fun:_ZN25TestingAutomationProvider26OpenNewBrowserWindowOfTypeEibPN3IPC7Messa geE 4281 fun:_ZN25TestingAutomationProvider26OpenNewBrowserWindowOfTypeEibPN3IPC7Messa geE
4282 } 4282 }
4283 { 4283 {
4284 bug_79865a 4284 bug_79865a
4285 Memcheck:Leak 4285 Memcheck:Leak
4286 fun:_Znw* 4286 fun:_Znw*
(...skipping 336 matching lines...) Expand 10 before | Expand all | Expand 10 after
4623 } 4623 }
4624 { 4624 {
4625 bug_todo_getdelim 4625 bug_todo_getdelim
4626 Memcheck:Leak 4626 Memcheck:Leak
4627 fun:malloc 4627 fun:malloc
4628 fun:getdelim 4628 fun:getdelim
4629 ... 4629 ...
4630 fun:call_init 4630 fun:call_init
4631 fun:_dl_init 4631 fun:_dl_init
4632 } 4632 }
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