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 5164 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
5175 fun:_ZNK7WebCore30SVGTextLayoutAttributesBuilder25propagateLayoutAttributesEP
NS_12RenderObjectERN3WTF6VectorINS_23SVGTextLayoutAttributesELm0EEERjRt | 5175 fun:_ZNK7WebCore30SVGTextLayoutAttributesBuilder25propagateLayoutAttributesEP
NS_12RenderObjectERN3WTF6VectorINS_23SVGTextLayoutAttributesELm0EEERjRt |
5176 } | 5176 } |
5177 { | 5177 { |
5178 # ProcessSingleton::LinuxWatcher is marked DeleteOnIOThread. Sometimes it | 5178 # ProcessSingleton::LinuxWatcher is marked DeleteOnIOThread. Sometimes it |
5179 # leaks on shutdown instead of getting deleted. The destructor doesn't do | 5179 # leaks on shutdown instead of getting deleted. The destructor doesn't do |
5180 # anything important, so this shouldn't be a big deal. | 5180 # anything important, so this shouldn't be a big deal. |
5181 bug_104578 | 5181 bug_104578 |
5182 Memcheck:Leak | 5182 Memcheck:Leak |
5183 fun:_Znw* | 5183 fun:_Znw* |
5184 fun:_ZN16ProcessSingletonC1ERK8FilePath | 5184 fun:_ZN16ProcessSingletonC1ERK8FilePath |
5185 fun:_ZN22ChromeBrowserMainParts25PreMainMessageLoopRunImplEv | 5185 fun:_ZN22ChromeBrowserMainParts20PreCreateThreadsImplEv |
5186 } | 5186 } |
5187 { | 5187 { |
5188 bug_104690 | 5188 bug_104690 |
5189 Memcheck:Leak | 5189 Memcheck:Leak |
5190 fun:malloc | 5190 fun:malloc |
5191 fun:g_malloc | 5191 fun:g_malloc |
5192 fun:g_slice_alloc | 5192 fun:g_slice_alloc |
5193 fun:g_slice_alloc0 | 5193 fun:g_slice_alloc0 |
5194 fun:g_type_create_instance | 5194 fun:g_type_create_instance |
5195 fun:g_object_constructor | 5195 fun:g_object_constructor |
(...skipping 111 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
5307 obj:/lib/libselinux.so.1 | 5307 obj:/lib/libselinux.so.1 |
5308 obj:/lib/libselinux.so.1 | 5308 obj:/lib/libselinux.so.1 |
5309 } | 5309 } |
5310 { | 5310 { |
5311 bug_todo_grep | 5311 bug_todo_grep |
5312 Memcheck:Leak | 5312 Memcheck:Leak |
5313 fun:malloc | 5313 fun:malloc |
5314 obj:/bin/grep | 5314 obj:/bin/grep |
5315 obj:/bin/grep | 5315 obj:/bin/grep |
5316 } | 5316 } |
OLD | NEW |