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 5744 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
5755 } | 5755 } |
5756 { | 5756 { |
5757 bug_127953 | 5757 bug_127953 |
5758 Memcheck:Leak | 5758 Memcheck:Leak |
5759 fun:_Znw* | 5759 fun:_Znw* |
5760 fun:_ZN9prerender19PrerenderDispatcherC1Ev | 5760 fun:_ZN9prerender19PrerenderDispatcherC1Ev |
5761 fun:_ZN6chrome27ChromeContentRendererClient19RenderThreadStartedEv | 5761 fun:_ZN6chrome27ChromeContentRendererClient19RenderThreadStartedEv |
5762 fun:_ZN16RenderThreadImpl4InitEv | 5762 fun:_ZN16RenderThreadImpl4InitEv |
5763 } | 5763 } |
5764 { | 5764 { |
5765 bug_127954 | |
5766 Memcheck:Leak | |
5767 fun:_Znw* | |
5768 fun:_ZN12_GLOBAL__N_118NaClIPCAdapterTest5SetUpEv | |
5769 } | |
5770 { | |
5771 bug_128145a | 5765 bug_128145a |
5772 Memcheck:Leak | 5766 Memcheck:Leak |
5773 fun:_Znw* | 5767 fun:_Znw* |
5774 fun:_ZNK21WebDataServiceFactory23BuildServiceInstanceForEP7Profile | 5768 fun:_ZNK21WebDataServiceFactory23BuildServiceInstanceForEP7Profile |
5775 fun:_ZN36RefcountedProfileKeyedServiceFactory20GetServiceForProfileEP7Profile
b | 5769 fun:_ZN36RefcountedProfileKeyedServiceFactory20GetServiceForProfileEP7Profile
b |
5776 fun:_ZN21WebDataServiceFactory13GetForProfileEP7ProfileNS0_17ServiceAccessTyp
eE | 5770 fun:_ZN21WebDataServiceFactory13GetForProfileEP7ProfileNS0_17ServiceAccessTyp
eE |
5777 fun:_ZN12TokenService10InitializeEPKcP7Profile | 5771 fun:_ZN12TokenService10InitializeEPKcP7Profile |
5778 fun:_ZN13SigninManager10InitializeEP7Profile | 5772 fun:_ZN13SigninManager10InitializeEP7Profile |
5779 fun:_ZNK20SigninManagerFactory23BuildServiceInstanceForEP7Profile | 5773 fun:_ZNK20SigninManagerFactory23BuildServiceInstanceForEP7Profile |
5780 fun:_ZN26ProfileKeyedServiceFactory20GetServiceForProfileEP7Profileb | 5774 fun:_ZN26ProfileKeyedServiceFactory20GetServiceForProfileEP7Profileb |
(...skipping 43 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
5824 obj:/lib/libselinux.so.1 | 5818 obj:/lib/libselinux.so.1 |
5825 obj:/lib/libselinux.so.1 | 5819 obj:/lib/libselinux.so.1 |
5826 } | 5820 } |
5827 { | 5821 { |
5828 bug_todo_grep | 5822 bug_todo_grep |
5829 Memcheck:Leak | 5823 Memcheck:Leak |
5830 fun:malloc | 5824 fun:malloc |
5831 obj:/bin/grep | 5825 obj:/bin/grep |
5832 obj:/bin/grep | 5826 obj:/bin/grep |
5833 } | 5827 } |
OLD | NEW |