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

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

Issue 7739036: Add two new valgrind suppressions. (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: Created 9 years, 3 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 5436 matching lines...) Expand 10 before | Expand all | Expand 10 after
5447 fun:_ZN19NotificationService6NotifyEiRK18NotificationSourceRK19NotificationDe tails 5447 fun:_ZN19NotificationService6NotifyEiRK18NotificationSourceRK19NotificationDe tails
5448 fun:_ZN14ProfileManager16OnImportFinishedEP7Profile 5448 fun:_ZN14ProfileManager16OnImportFinishedEP7Profile
5449 fun:_Z11BrowserMainRK18MainFunctionParams 5449 fun:_Z11BrowserMainRK18MainFunctionParams
5450 fun:_ZN12_GLOBAL__N_118ChromeMainDelegate10RunProcessERKSsRK18MainFunctionPar ams 5450 fun:_ZN12_GLOBAL__N_118ChromeMainDelegate10RunProcessERKSsRK18MainFunctionPar ams
5451 fun:_ZN12_GLOBAL__N_123RunNamedProcessTypeMainERKSsRK18MainFunctionParamsPN7c ontent19ContentMainDelegateE 5451 fun:_ZN12_GLOBAL__N_123RunNamedProcessTypeMainERKSsRK18MainFunctionParamsPN7c ontent19ContentMainDelegateE
5452 fun:_ZN7content11ContentMainEiPPcPNS_19ContentMainDelegateE 5452 fun:_ZN7content11ContentMainEiPPcPNS_19ContentMainDelegateE
5453 fun:ChromeMain 5453 fun:ChromeMain
5454 fun:main 5454 fun:main
5455 } 5455 }
5456 5456
5457 {
5458 bug_95512
5459 Memcheck:Leak
5460 fun:_Znw*
5461 fun:_ZN3IPC11SyncChannelC1ERKNS_13ChannelHandleENS_7Channel4ModeEPNS4_8Listen erEPN4base16MessageLoopProxyEbPNS8_13WaitableEventE
5462 fun:_ZN16ServiceIPCServer13CreateChannelEv
5463 fun:_ZN16ServiceIPCServer4InitEv
5464 fun:_ZN14ServiceProcess10InitializeEP16MessageLoopForUIRK11CommandLineP19Serv iceProcessState
5465 fun:_Z18ServiceProcessMainRK18MainFunctionParams
5466 fun:_ZN12_GLOBAL__N_118ChromeMainDelegate10RunProcessERKSsRK18MainFunctionPar ams
5467 fun:_ZN12_GLOBAL__N_123RunNamedProcessTypeMainERKSsRK18MainFunctionParamsPN7c ontent19ContentMainDelegateE
5468 fun:_ZN7content11ContentMainEiPPcPNS_19ContentMainDelegateE
5469 fun:ChromeMain
5470 fun:main
5471 }
5472
5473 {
5474 bug_95513
5475 Memcheck:Leak
5476 fun:_Znw*
5477 fun:_ZN14ServiceProcess10InitializeEP16MessageLoopForUIRK11CommandLineP19Serv iceProcessState
5478 fun:_Z18ServiceProcessMainRK18MainFunctionParams
5479 fun:_ZN12_GLOBAL__N_118ChromeMainDelegate10RunProcessERKSsRK18MainFunctionPar ams
5480 fun:_ZN12_GLOBAL__N_123RunNamedProcessTypeMainERKSsRK18MainFunctionParamsPN7c ontent19ContentMainDelegateE
5481 fun:_ZN7content11ContentMainEiPPcPNS_19ContentMainDelegateE
5482 fun:ChromeMain
5483 fun:main
5484 }
5457 5485
5458 #----------------------------------------------------------------------- 5486 #-----------------------------------------------------------------------
5459 # 4. These only occur on our Google workstations 5487 # 4. These only occur on our Google workstations
5460 { 5488 {
5461 bug_todo_freeres 5489 bug_todo_freeres
5462 Memcheck:Free 5490 Memcheck:Free
5463 fun:free 5491 fun:free
5464 fun:__libc_freeres 5492 fun:__libc_freeres
5465 fun:_vgnU_freeres 5493 fun:_vgnU_freeres
5466 fun:_Exit 5494 fun:_Exit
(...skipping 10 matching lines...) Expand all
5477 } 5505 }
5478 { 5506 {
5479 bug_todo_getdelim2 5507 bug_todo_getdelim2
5480 Memcheck:Leak 5508 Memcheck:Leak
5481 fun:malloc 5509 fun:malloc
5482 fun:getdelim 5510 fun:getdelim
5483 obj:/lib/libselinux.so.1 5511 obj:/lib/libselinux.so.1
5484 obj:/lib/libselinux.so.1 5512 obj:/lib/libselinux.so.1
5485 obj:/lib/libselinux.so.1 5513 obj:/lib/libselinux.so.1
5486 } 5514 }
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