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

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

Issue 10007007: Fix/broaden suppression for 122130 (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 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 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 5301 matching lines...) Expand 10 before | Expand all | Expand 10 after
5312 { 5312 {
5313 bug_122130 5313 bug_122130
5314 Memcheck:Leak 5314 Memcheck:Leak
5315 fun:_Znw* 5315 fun:_Znw*
5316 fun:_ZN10extensions20RulesRegistryService30RegisterDefaultRulesRegistriesEv 5316 fun:_ZN10extensions20RulesRegistryService30RegisterDefaultRulesRegistriesEv
5317 fun:_ZN19ExtensionSystemImpl6Shared4InitEb 5317 fun:_ZN19ExtensionSystemImpl6Shared4InitEb
5318 fun:_ZN19ExtensionSystemImpl4InitEb 5318 fun:_ZN19ExtensionSystemImpl4InitEb
5319 fun:_ZN14ProfileManager22DoFinalInitForServicesEP7Profileb 5319 fun:_ZN14ProfileManager22DoFinalInitForServicesEP7Profileb
5320 fun:_ZN14ProfileManager11DoFinalInitEP7Profileb 5320 fun:_ZN14ProfileManager11DoFinalInitEP7Profileb
5321 fun:_ZN14ProfileManager10AddProfileEP7Profile 5321 fun:_ZN14ProfileManager10AddProfileEP7Profile
5322 fun:_ZN14ProfileManager10GetProfileERK8FilePath 5322 fun:_ZN14ProfileManager*GetProfileERK8FilePath
5323 fun:_ZN14ProfileManager*GetLastUsedProfileERK8FilePath 5323 fun:_ZN14ProfileManager*GetLastUsedProfileERK8FilePath
5324 } 5324 }
5325 5325
5326 #----------------------------------------------------------------------- 5326 #-----------------------------------------------------------------------
5327 # 4. These only occur on our Google workstations 5327 # 4. These only occur on our Google workstations
5328 5328
5329 { 5329 {
5330 bug_todo_getdelim 5330 bug_todo_getdelim
5331 Memcheck:Leak 5331 Memcheck:Leak
5332 fun:malloc 5332 fun:malloc
(...skipping 12 matching lines...) Expand all
5345 obj:/lib/libselinux.so.1 5345 obj:/lib/libselinux.so.1
5346 } 5346 }
5347 { 5347 {
5348 bug_todo_grep 5348 bug_todo_grep
5349 Memcheck:Leak 5349 Memcheck:Leak
5350 fun:malloc 5350 fun:malloc
5351 obj:/bin/grep 5351 obj:/bin/grep
5352 obj:/bin/grep 5352 obj:/bin/grep
5353 } 5353 }
5354 5354
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