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

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

Issue 10638003: Suppress ChromeOS uninit in NetworkMenuIcon::GenerateFadedImage. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 6 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 5611 matching lines...) Expand 10 before | Expand all | Expand 10 after
5622 fun:_ZN10extensions28RulesRegistryStorageDelegate4InitEP7ProfilePNS_22RulesRe gistryWithCacheERKSs 5622 fun:_ZN10extensions28RulesRegistryStorageDelegate4InitEP7ProfilePNS_22RulesRe gistryWithCacheERKSs
5623 fun:_ZN10extensions20RulesRegistryService30RegisterDefaultRulesRegistriesEv 5623 fun:_ZN10extensions20RulesRegistryService30RegisterDefaultRulesRegistriesEv
5624 fun:_ZN19ExtensionSystemImpl6Shared4InitEb 5624 fun:_ZN19ExtensionSystemImpl6Shared4InitEb
5625 fun:_ZN19ExtensionSystemImpl4InitEb 5625 fun:_ZN19ExtensionSystemImpl4InitEb
5626 fun:_ZN14ProfileManager22DoFinalInitForServicesEP7Profileb 5626 fun:_ZN14ProfileManager22DoFinalInitForServicesEP7Profileb
5627 fun:_ZN14ProfileManager11DoFinalInitEP7Profileb 5627 fun:_ZN14ProfileManager11DoFinalInitEP7Profileb
5628 fun:_ZN14ProfileManager10AddProfileEP7Profile 5628 fun:_ZN14ProfileManager10AddProfileEP7Profile
5629 fun:_ZN14ProfileManager10GetProfileERK8FilePath 5629 fun:_ZN14ProfileManager10GetProfileERK8FilePath
5630 fun:_ZN14ProfileManager18GetLastUsedProfileERK8FilePath 5630 fun:_ZN14ProfileManager18GetLastUsedProfileERK8FilePath
5631 } 5631 }
5632 {
5633 bug_133930
5634 Memcheck:Uninitialized
5635 fun:_ZN8chromeos12_GLOBAL__N_118GenerateFadedImageEN3gfx9ImageSkiaES2_d
5636 fun:_ZN8chromeos15NetworkMenuIcon23GenerateConnectingImageERKN3gfx9ImageSkiaE
5637 }
5632 5638
5633 5639
5634 #----------------------------------------------------------------------- 5640 #-----------------------------------------------------------------------
5635 # 4. These only occur on our Google workstations 5641 # 4. These only occur on our Google workstations
5636 5642
5637 { 5643 {
5638 bug_todo_getdelim 5644 bug_todo_getdelim
5639 Memcheck:Leak 5645 Memcheck:Leak
5640 fun:malloc 5646 fun:malloc
5641 fun:getdelim 5647 fun:getdelim
(...skipping 10 matching lines...) Expand all
5652 obj:/lib/libselinux.so.1 5658 obj:/lib/libselinux.so.1
5653 obj:/lib/libselinux.so.1 5659 obj:/lib/libselinux.so.1
5654 } 5660 }
5655 { 5661 {
5656 bug_todo_grep 5662 bug_todo_grep
5657 Memcheck:Leak 5663 Memcheck:Leak
5658 fun:malloc 5664 fun:malloc
5659 obj:/bin/grep 5665 obj:/bin/grep
5660 obj:/bin/grep 5666 obj:/bin/grep
5661 } 5667 }
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