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 5154 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
5165 fun:_ZNK7WebCore30SVGTextLayoutAttributesBuilder25propagateLayoutAttributesEP
NS_12RenderObjectERN3WTF6VectorINS_23SVGTextLayoutAttributesELm0EEERjRt | 5165 fun:_ZNK7WebCore30SVGTextLayoutAttributesBuilder25propagateLayoutAttributesEP
NS_12RenderObjectERN3WTF6VectorINS_23SVGTextLayoutAttributesELm0EEERjRt |
5166 } | 5166 } |
5167 { | 5167 { |
5168 # ProcessSingleton::LinuxWatcher is marked DeleteOnIOThread. Sometimes it | 5168 # ProcessSingleton::LinuxWatcher is marked DeleteOnIOThread. Sometimes it |
5169 # leaks on shutdown instead of getting deleted. The destructor doesn't do | 5169 # leaks on shutdown instead of getting deleted. The destructor doesn't do |
5170 # anything important, so this shouldn't be a big deal. | 5170 # anything important, so this shouldn't be a big deal. |
5171 bug_104578 | 5171 bug_104578 |
5172 Memcheck:Leak | 5172 Memcheck:Leak |
5173 fun:_Znw* | 5173 fun:_Znw* |
5174 fun:_ZN16ProcessSingletonC1ERK8FilePath | 5174 fun:_ZN16ProcessSingletonC1ERK8FilePath |
5175 fun:_ZN22ChromeBrowserMainParts25PreMainMessageLoopRunImplEv | 5175 fun:_ZN22ChromeBrowserMainParts20PreCreateThreadsImplEv |
5176 } | 5176 } |
5177 { | 5177 { |
5178 bug_104690 | 5178 bug_104690 |
5179 Memcheck:Leak | 5179 Memcheck:Leak |
5180 fun:malloc | 5180 fun:malloc |
5181 fun:g_malloc | 5181 fun:g_malloc |
5182 fun:g_slice_alloc | 5182 fun:g_slice_alloc |
5183 fun:g_slice_alloc0 | 5183 fun:g_slice_alloc0 |
5184 fun:g_type_create_instance | 5184 fun:g_type_create_instance |
5185 fun:g_object_constructor | 5185 fun:g_object_constructor |
(...skipping 134 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
5320 obj:/lib/libselinux.so.1 | 5320 obj:/lib/libselinux.so.1 |
5321 obj:/lib/libselinux.so.1 | 5321 obj:/lib/libselinux.so.1 |
5322 } | 5322 } |
5323 { | 5323 { |
5324 bug_todo_grep | 5324 bug_todo_grep |
5325 Memcheck:Leak | 5325 Memcheck:Leak |
5326 fun:malloc | 5326 fun:malloc |
5327 obj:/bin/grep | 5327 obj:/bin/grep |
5328 obj:/bin/grep | 5328 obj:/bin/grep |
5329 } | 5329 } |
OLD | NEW |