OLD | NEW |
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 Loading... |
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 Loading... |
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 } |
OLD | NEW |