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

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

Issue 8883045: Suppress leaks in ExtensionServiceTestSimple_Enabledness_Test. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: 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 5285 matching lines...) Expand 10 before | Expand all | Expand 10 after
5296 Memcheck:Leak 5296 Memcheck:Leak
5297 fun:_Znw* 5297 fun:_Znw*
5298 ... 5298 ...
5299 fun:_ZN10extensions12_GLOBAL__N_112RestrictionsC1ERKS1_ 5299 fun:_ZN10extensions12_GLOBAL__N_112RestrictionsC1ERKS1_
5300 ... 5300 ...
5301 fun:_ZN9Extension13InitFromValueEPN10extensions8ManifestEiPSs 5301 fun:_ZN9Extension13InitFromValueEPN10extensions8ManifestEiPSs
5302 fun:_ZN9Extension6CreateERK8FilePathNS_8LocationERKN4base15DictionaryValueEiP Ss 5302 fun:_ZN9Extension6CreateERK8FilePathNS_8LocationERKN4base15DictionaryValueEiP Ss
5303 fun:_ZNK26ExtensionMsg_Loaded_Params18ConvertToExtensionEv 5303 fun:_ZNK26ExtensionMsg_Loaded_Params18ConvertToExtensionEv
5304 fun:_ZN19ExtensionDispatcher8OnLoadedERKSt6vectorI26ExtensionMsg_Loaded_Param sSaIS1_EE 5304 fun:_ZN19ExtensionDispatcher8OnLoadedERKSt6vectorI26ExtensionMsg_Loaded_Param sSaIS1_EE
5305 } 5305 }
5306 {
5307 bug_106969
5308 Memcheck:Leak
5309 fun:_Znw*
5310 ...
5311 fun:_ZN16ExtensionServiceC1EP7ProfilePK11CommandLineRK8FilePathP14ExtensionPr efsbb
5312 fun:_ZN14TestingProfile22CreateExtensionServiceEPK11CommandLineRK8FilePathb
5313 fun:_ZN43ExtensionServiceTestSimple_Enabledness_Test8TestBodyEv
5314 }
5306 5315
5307 #----------------------------------------------------------------------- 5316 #-----------------------------------------------------------------------
5308 # 4. These only occur on our Google workstations 5317 # 4. These only occur on our Google workstations
5309 { 5318 {
5310 bug_todo_freeres 5319 bug_todo_freeres
5311 Memcheck:Free 5320 Memcheck:Free
5312 fun:free 5321 fun:free
5313 fun:__libc_freeres 5322 fun:__libc_freeres
5314 fun:_vgnU_freeres 5323 fun:_vgnU_freeres
5315 fun:_Exit 5324 fun:_Exit
(...skipping 17 matching lines...) Expand all
5333 obj:/lib/libselinux.so.1 5342 obj:/lib/libselinux.so.1
5334 obj:/lib/libselinux.so.1 5343 obj:/lib/libselinux.so.1
5335 } 5344 }
5336 { 5345 {
5337 bug_todo_grep 5346 bug_todo_grep
5338 Memcheck:Leak 5347 Memcheck:Leak
5339 fun:malloc 5348 fun:malloc
5340 obj:/bin/grep 5349 obj:/bin/grep
5341 obj:/bin/grep 5350 obj:/bin/grep
5342 } 5351 }
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