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

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

Issue 10286003: Suppress unaddressable in gdata::GDataSystemService::file_system() (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 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 four kinds of suppressions in this file. 1 # There are four 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 5766 matching lines...) Expand 10 before | Expand all | Expand 10 after
5777 } 5777 }
5778 { 5778 {
5779 bug_125807 5779 bug_125807
5780 Memcheck:Leak 5780 Memcheck:Leak
5781 fun:_Znw* 5781 fun:_Znw*
5782 fun:_ZN26TransportSecurityPersisterC1EPN3net22TransportSecurityStateERK8FileP athb 5782 fun:_ZN26TransportSecurityPersisterC1EPN3net22TransportSecurityStateERK8FileP athb
5783 fun:_ZN30TransportSecurityPersisterTestC2Ev 5783 fun:_ZN30TransportSecurityPersisterTestC2Ev
5784 ... 5784 ...
5785 fun:_ZN7testing8internal15TestFactoryImpl* 5785 fun:_ZN7testing8internal15TestFactoryImpl*
5786 } 5786 }
5787 {
5788 bug_125833
5789 Memcheck:Unaddressable
5790 fun:_ZNK10scoped_ptrIN5gdata15GDataFileSystemEE3getEv
5791 fun:_ZN5gdata18GDataSystemService11file_systemEv
5792 fun:_ZN8chromeos12_GLOBAL__N_118SystemTrayDelegate10SetProfileEP7Profile
5793 fun:_ZN8chromeos12_GLOBAL__N_118SystemTrayDelegate7ObserveEiRKN7content18Noti ficationSourceERKNS2_19NotificationDetailsE
5794 fun:_ZN23NotificationServiceImpl6NotifyEiRKN7content18NotificationSourceERKNS 0_19NotificationDetailsE
5795 fun:_ZN11ProfileImpl11DoFinalInitEb
5796 fun:_ZN11ProfileImpl13OnPrefsLoadedEb
5797 fun:_ZN11ProfileImplC1ERK8FilePathPN7Profile8DelegateENS3_10CreateModeE
5798 fun:_ZN7Profile13CreateProfileERK8FilePathPNS_8DelegateENS_10CreateModeE
5799 fun:_ZN14ProfileManager19CreateProfileHelperERK8FilePath
5800 fun:_ZN14ProfileManager10GetProfileERK8FilePath
5801 fun:_ZN14ProfileManager17GetDefaultProfileERK8FilePath
5802 fun:_ZN14ProfileManager17GetDefaultProfileEv
5803 fun:_ZN8chromeos12_GLOBAL__N_118SystemTrayDelegate27GetDriveOperationStatusLi stEPSt6vectorIN3ash20DriveOperationStatusESaIS4_EE
5804 fun:_ZN3ash8internal12_GLOBAL__N_123GetCurrentOperationListEv
5805 fun:_ZN3ash8internal9TrayDrive20GetInitialVisibilityEv
5806 fun:_ZN3ash8internal13TrayImageItem14CreateTrayViewENS_4user11LoginStatusE
5807 fun:_ZN3ash10SystemTray11AddTrayItemEPNS_14SystemTrayItemE
5808 fun:_ZN3ash10SystemTray11CreateItemsEv
5809 fun:_ZN3ash5Shell4InitEv
5810 fun:_ZN3ash5Shell14CreateInstanceEPNS_13ShellDelegateE
5811 fun:_ZN30ChromeBrowserMainExtraPartsAsh14PreProfileInitEv
5812 }
5813
5787 5814
5788 #----------------------------------------------------------------------- 5815 #-----------------------------------------------------------------------
5789 # 4. These only occur on our Google workstations 5816 # 4. These only occur on our Google workstations
5790 5817
5791 { 5818 {
5792 bug_todo_getdelim 5819 bug_todo_getdelim
5793 Memcheck:Leak 5820 Memcheck:Leak
5794 fun:malloc 5821 fun:malloc
5795 fun:getdelim 5822 fun:getdelim
5796 ... 5823 ...
(...skipping 10 matching lines...) Expand all
5807 obj:/lib/libselinux.so.1 5834 obj:/lib/libselinux.so.1
5808 } 5835 }
5809 { 5836 {
5810 bug_todo_grep 5837 bug_todo_grep
5811 Memcheck:Leak 5838 Memcheck:Leak
5812 fun:malloc 5839 fun:malloc
5813 obj:/bin/grep 5840 obj:/bin/grep
5814 obj:/bin/grep 5841 obj:/bin/grep
5815 } 5842 }
5816 5843
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