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

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

Issue 7672013: Suppress more memory leaks in ResourceDispatcherHostTest tests (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 9 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 | 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 5297 matching lines...) Expand 10 before | Expand all | Expand 10 after
5308 fun:_ZN*DownloadManagerTest_* 5308 fun:_ZN*DownloadManagerTest_*
5309 } 5309 }
5310 { 5310 {
5311 bug_93006b 5311 bug_93006b
5312 Memcheck:Leak 5312 Memcheck:Leak
5313 fun:_Znw* 5313 fun:_Znw*
5314 fun:_ZN15DownloadManager4InitEP7Profile 5314 fun:_ZN15DownloadManager4InitEP7Profile
5315 fun:_ZN19DownloadManagerTestC2Ev 5315 fun:_ZN19DownloadManagerTestC2Ev
5316 fun:_ZN*DownloadManagerTest_* 5316 fun:_ZN*DownloadManagerTest_*
5317 } 5317 }
5318 {
5319 bug_93006c
5320 Memcheck:Leak
5321 fun:_Znw*
5322 fun:_ZN23DownloadResourceHandler10OnWillReadEiPPN3net8IOBufferEPii
5323 fun:_ZN23BufferedResourceHandler27UseAlternateResourceHandlerEiP15ResourceHan dler
5324 fun:_ZN23BufferedResourceHandler23CompleteResponseStartedEib
5325 fun:_ZN23BufferedResourceHandler15OnReadCompletedEiPi
5326 fun:_ZN22ResourceDispatcherHost12CompleteReadEPN3net10URLRequestEPi
5327 fun:_ZN22ResourceDispatcherHost15OnReadCompletedEPN3net10URLRequestEi
5328 fun:_ZN3net10URLRequest19NotifyReadCompletedEi
5329 fun:_ZN3net13URLRequestJob18NotifyReadCompleteEi
5330 fun:_ZN3net17URLRequestTestJob20ProcessNextOperationEv
5331 fun:_ZN3net17URLRequestTestJob24ProcessOnePendingMessageEv
5332 fun:_ZN56ResourceDispatcherHostTest_*8TestBodyEv
5333 }
5318 5334
5319 #----------------------------------------------------------------------- 5335 #-----------------------------------------------------------------------
5320 # These only occur on our Google workstations 5336 # These only occur on our Google workstations
5321 { 5337 {
5322 bug_todo_freeres 5338 bug_todo_freeres
5323 Memcheck:Free 5339 Memcheck:Free
5324 fun:free 5340 fun:free
5325 fun:__libc_freeres 5341 fun:__libc_freeres
5326 fun:_vgnU_freeres 5342 fun:_vgnU_freeres
5327 fun:_Exit 5343 fun:_Exit
(...skipping 10 matching lines...) Expand all
5338 } 5354 }
5339 { 5355 {
5340 bug_todo_getdelim2 5356 bug_todo_getdelim2
5341 Memcheck:Leak 5357 Memcheck:Leak
5342 fun:malloc 5358 fun:malloc
5343 fun:getdelim 5359 fun:getdelim
5344 obj:/lib/libselinux.so.1 5360 obj:/lib/libselinux.so.1
5345 obj:/lib/libselinux.so.1 5361 obj:/lib/libselinux.so.1
5346 obj:/lib/libselinux.so.1 5362 obj:/lib/libselinux.so.1
5347 } 5363 }
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