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

Side by Side Diff: tools/heapcheck/suppressions.txt

Issue 6735057: Suppress leak warning on name pushed into deliberaly leaked histogram (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: Created 9 years, 8 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 151 matching lines...) Expand 10 before | Expand all | Expand 10 after
162 ... 162 ...
163 fun:ClientSocketPoolHistograms 163 fun:ClientSocketPoolHistograms
164 } 164 }
165 { 165 {
166 String name pushed into leaked CookieMonsterHistograms 166 String name pushed into leaked CookieMonsterHistograms
167 Heapcheck:Leak 167 Heapcheck:Leak
168 ... 168 ...
169 fun:basic_string 169 fun:basic_string
170 fun:net::CookieMonster::InitializeHistograms 170 fun:net::CookieMonster::InitializeHistograms
171 } 171 }
172 {
173 String name pushed into deliberately leaked StatsHistogram
174 Heapcheck:Leak
175 ...
176 fun:basic_string
177 fun:DiskCacheBackendTest_Histograms_Test::TestBody
178 }
172 #----------------------------------------------------------------------- 179 #-----------------------------------------------------------------------
173 # 3. Suppressions for real chromium bugs that are not yet fixed. 180 # 3. Suppressions for real chromium bugs that are not yet fixed.
174 # These should all be in chromium's bug tracking system (but a few aren't yet). 181 # These should all be in chromium's bug tracking system (but a few aren't yet).
175 # Periodically we should sweep this file and the bug tracker clean by 182 # Periodically we should sweep this file and the bug tracker clean by
176 # running overnight and removing outdated bugs/suppressions. 183 # running overnight and removing outdated bugs/suppressions.
177 { 184 {
178 bug_31643 185 bug_31643
179 Heapcheck:Leak 186 Heapcheck:Leak
180 fun:browser_sync::BookmarkModelWorker::CallDoWorkFromModelSafeThreadAndWait 187 fun:browser_sync::BookmarkModelWorker::CallDoWorkFromModelSafeThreadAndWait
181 fun:Syncer::SyncShare 188 fun:Syncer::SyncShare
(...skipping 1096 matching lines...) Expand 10 before | Expand all | Expand 10 after
1278 { 1285 {
1279 bug_77885 1286 bug_77885
1280 Heapcheck:Leak 1287 Heapcheck:Leak
1281 ... 1288 ...
1282 fun:cssyyparse 1289 fun:cssyyparse
1283 fun:WebCore::CSSParser::parseSheet 1290 fun:WebCore::CSSParser::parseSheet
1284 fun:WebCore::CSSStyleSheet::parseStringAtLine 1291 fun:WebCore::CSSStyleSheet::parseStringAtLine
1285 fun:WebCore::CSSStyleSheet::parseString 1292 fun:WebCore::CSSStyleSheet::parseString
1286 fun:WebCore::parseUASheet 1293 fun:WebCore::parseUASheet
1287 } 1294 }
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