OLD | NEW |
---|---|
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 Loading... | |
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 } | |
OLD | NEW |