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

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

Issue 8925001: Allocate SocketController lazily. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Nit from Antony. Created 9 years 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 | « tools/heapcheck/suppressions.txt ('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 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 5304 matching lines...) Expand 10 before | Expand all | Expand 10 after
5315 Memcheck:Leak 5315 Memcheck:Leak
5316 fun:_Znw* 5316 fun:_Znw*
5317 ... 5317 ...
5318 fun:_ZN10extensions12_GLOBAL__N_112RestrictionsC1ERKS1_ 5318 fun:_ZN10extensions12_GLOBAL__N_112RestrictionsC1ERKS1_
5319 ... 5319 ...
5320 fun:_ZN9Extension13InitFromValueEPN10extensions8ManifestEiPSs 5320 fun:_ZN9Extension13InitFromValueEPN10extensions8ManifestEiPSs
5321 fun:_ZN9Extension6CreateERK8FilePathNS_8LocationERKN4base15DictionaryValueEiP Ss 5321 fun:_ZN9Extension6CreateERK8FilePathNS_8LocationERKN4base15DictionaryValueEiP Ss
5322 fun:_ZNK26ExtensionMsg_Loaded_Params18ConvertToExtensionEv 5322 fun:_ZNK26ExtensionMsg_Loaded_Params18ConvertToExtensionEv
5323 fun:_ZN19ExtensionDispatcher8OnLoadedERKSt6vectorI26ExtensionMsg_Loaded_Param sSaIS1_EE 5323 fun:_ZN19ExtensionDispatcher8OnLoadedERKSt6vectorI26ExtensionMsg_Loaded_Param sSaIS1_EE
5324 } 5324 }
5325 {
5326 bug_106969
5327 Memcheck:Leak
5328 fun:_Znw*
5329 ...
5330 fun:_ZN16ExtensionServiceC1EP7ProfilePK11CommandLineRK8FilePathP14ExtensionPr efsbb
5331 fun:_ZN14TestingProfile22CreateExtensionServiceEPK11CommandLineRK8FilePathb
5332 fun:_ZN43ExtensionServiceTestSimple_Enabledness_Test8TestBodyEv
5333 }
5334 5325
5335 #----------------------------------------------------------------------- 5326 #-----------------------------------------------------------------------
5336 # 4. These only occur on our Google workstations 5327 # 4. These only occur on our Google workstations
5337 { 5328 {
5338 bug_todo_freeres 5329 bug_todo_freeres
5339 Memcheck:Free 5330 Memcheck:Free
5340 fun:free 5331 fun:free
5341 fun:__libc_freeres 5332 fun:__libc_freeres
5342 fun:_vgnU_freeres 5333 fun:_vgnU_freeres
5343 fun:_Exit 5334 fun:_Exit
(...skipping 17 matching lines...) Expand all
5361 obj:/lib/libselinux.so.1 5352 obj:/lib/libselinux.so.1
5362 obj:/lib/libselinux.so.1 5353 obj:/lib/libselinux.so.1
5363 } 5354 }
5364 { 5355 {
5365 bug_todo_grep 5356 bug_todo_grep
5366 Memcheck:Leak 5357 Memcheck:Leak
5367 fun:malloc 5358 fun:malloc
5368 obj:/bin/grep 5359 obj:/bin/grep
5369 obj:/bin/grep 5360 obj:/bin/grep
5370 } 5361 }
OLDNEW
« no previous file with comments | « tools/heapcheck/suppressions.txt ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698