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

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

Issue 3060024: Partially revert r53873 (and the valgrind suppression for it). (Closed) Base URL: http://src.chromium.org/git/chromium.git
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
« no previous file with comments | « chrome/browser/dom_ui/dom_ui_thumbnail_source.cc ('k') | 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 3594 matching lines...) Expand 10 before | Expand all | Expand 10 after
3605 } 3605 }
3606 { 3606 {
3607 bug_50336 3607 bug_50336
3608 Memcheck:Leak 3608 Memcheck:Leak
3609 fun:_Znw* 3609 fun:_Znw*
3610 fun:_ZN8syncable11UnpackEntryEP12SQLStatementPPNS_11EntryKernelE 3610 fun:_ZN8syncable11UnpackEntryEP12SQLStatementPPNS_11EntryKernelE
3611 fun:_ZN8syncable21DirectoryBackingStore11LoadEntriesEPSt3setIPNS_11EntryKerne lENS_9LessFieldINS_15MetahandleFieldELS5_0EEESaIS3_EE 3611 fun:_ZN8syncable21DirectoryBackingStore11LoadEntriesEPSt3setIPNS_11EntryKerne lENS_9LessFieldINS_15MetahandleFieldELS5_0EEESaIS3_EE
3612 fun:*DirectoryBackingStore* 3612 fun:*DirectoryBackingStore*
3613 } 3613 }
3614 { 3614 {
3615 bug_50484 3615 big_50484
Evan Martin 2010/07/28 17:56:48 big?
3616 Memcheck:Leak 3616 Memcheck:Leak
3617 ... 3617 ...
3618 fun:_ZN15SyncSetupWizard*EP18ProfileSyncService 3618 fun:_ZN15SyncSetupWizard*EP18ProfileSyncService
3619 fun:_ZN18ProfileSyncService* 3619 fun:_ZN18ProfileSyncService*
3620 fun:_ZN22ProfileSync* 3620 fun:_ZN22ProfileSync*
3621 ... 3621 ...
3622 fun:*GetProfileSyncServiceEv 3622 fun:*GetProfileSyncServiceEv
3623 fun:_ZN7Profile16IsSyncAccessibleEv 3623 fun:_ZN7Profile16IsSyncAccessibleEv
3624 fun:_ZN7Browser31UpdateCommandsForFullscreenModeEb 3624 fun:_ZN7Browser31UpdateCommandsForFullscreenModeEb
3625 fun:_ZN7Browser16InitCommandStateEv 3625 fun:_ZN7Browser16InitCommandStateEv
3626 fun:_ZN7Browser*ENS_4TypeEP7Profile 3626 fun:_ZN7Browser*ENS_4TypeEP7Profile
3627 } 3627 }
3628 {
3629 bug_50504
3630 Memcheck:Leak
3631 fun:_Znw*
3632 fun:_ZN25SharedResourcesDataSource8RegisterEv
3633 fun:_Z27RegisterURLRequestChromeJobv
3634 fun:_Z11BrowserMainRK18MainFunctionParams
3635 fun:ChromeMain
3636 fun:main
3637 }
OLDNEW
« no previous file with comments | « chrome/browser/dom_ui/dom_ui_thumbnail_source.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698