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

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

Issue 3153030: Fix typo in TestURLFetcher (Closed)
Patch Set: rm suppression 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/common/net/test_url_fetcher_factory.h ('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 4130 matching lines...) Expand 10 before | Expand all | Expand 10 after
4141 fun:_ZNKSt8_Rb_treeIjSt4pairIKjP12ObserverListI20NotificationObserverLb0EEESt 10_Select1stIS6_ESt4lessIjESaIS6_EE8_M_beginEv 4141 fun:_ZNKSt8_Rb_treeIjSt4pairIKjP12ObserverListI20NotificationObserverLb0EEESt 10_Select1stIS6_ESt4lessIjESaIS6_EE8_M_beginEv
4142 fun:_ZNKSt8_Rb_treeIjSt4pairIKjP12ObserverListI20NotificationObserverLb0EEESt 10_Select1stIS6_ESt4lessIjESaIS6_EE4findERS1_ 4142 fun:_ZNKSt8_Rb_treeIjSt4pairIKjP12ObserverListI20NotificationObserverLb0EEESt 10_Select1stIS6_ESt4lessIjESaIS6_EE4findERS1_
4143 fun:_ZNKSt3mapIjP12ObserverListI20NotificationObserverLb0EESt4lessIjESaISt4pa irIKjS3_EEE4findERS7_ 4143 fun:_ZNKSt3mapIjP12ObserverListI20NotificationObserverLb0EESt4lessIjESaISt4pa irIKjS3_EEE4findERS7_
4144 fun:_ZN19NotificationService6HasKeyERKSt3mapIjP12ObserverListI20NotificationO bserverLb0EESt4lessIjESaISt4pairIKjS4_EEERK18NotificationSource 4144 fun:_ZN19NotificationService6HasKeyERKSt3mapIjP12ObserverListI20NotificationO bserverLb0EESt4lessIjESaISt4pairIKjS4_EEERK18NotificationSource
4145 fun:_ZN19NotificationService6NotifyE16NotificationTypeRK18NotificationSourceR K19NotificationDetails 4145 fun:_ZN19NotificationService6NotifyE16NotificationTypeRK18NotificationSourceR K19NotificationDetails
4146 fun:_ZN23ChromeURLRequestContextD0Ev 4146 fun:_ZN23ChromeURLRequestContextD0Ev
4147 ... 4147 ...
4148 fun:_ZN17URLRequestHttpJobD0Ev 4148 fun:_ZN17URLRequestHttpJobD0Ev
4149 } 4149 }
4150 { 4150 {
4151 bug_52826
4152 Memcheck:Leak
4153 fun:_Znw*
4154 fun:_ZN14TestingProfile20CreateRequestContextEv
4155 fun:_ZN20GoogleURLTrackerTest20CreateRequestContextEv
4156 }
4157 {
4158 bug_52828 4151 bug_52828
4159 Memcheck:Leak 4152 Memcheck:Leak
4160 fun:_Znw* 4153 fun:_Znw*
4161 ... 4154 ...
4162 fun:_ZN4base10JSONReader10BuildValueEb 4155 fun:_ZN4base10JSONReader10BuildValueEb
4163 fun:_ZN4base10JSONReader11JsonToValueERKSsbb 4156 fun:_ZN4base10JSONReader11JsonToValueERKSsbb
4164 fun:_ZN4base10JSONReader18ReadAndReturnErrorERKSsbPiPSs 4157 fun:_ZN4base10JSONReader18ReadAndReturnErrorERKSsbPiPSs
4165 fun:_ZN4base10JSONReader4ReadERKSsb 4158 fun:_ZN4base10JSONReader4ReadERKSsb
4166 fun:_ZN81_GLOBAL__N_chrome_browser_host_content_settings_map_unittest.cc* 4159 fun:_ZN81_GLOBAL__N_chrome_browser_host_content_settings_map_unittest.cc*
4167 } 4160 }
OLDNEW
« no previous file with comments | « chrome/common/net/test_url_fetcher_factory.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698