| 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 5165 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 5176 fun:_ZNK7WebCore30SVGTextLayoutAttributesBuilder25propagateLayoutAttributesEP
NS_12RenderObjectERN3WTF6VectorINS_23SVGTextLayoutAttributesELm0EEERjRt | 5176 fun:_ZNK7WebCore30SVGTextLayoutAttributesBuilder25propagateLayoutAttributesEP
NS_12RenderObjectERN3WTF6VectorINS_23SVGTextLayoutAttributesELm0EEERjRt |
| 5177 } | 5177 } |
| 5178 { | 5178 { |
| 5179 # ProcessSingleton::LinuxWatcher is marked DeleteOnIOThread. Sometimes it | 5179 # ProcessSingleton::LinuxWatcher is marked DeleteOnIOThread. Sometimes it |
| 5180 # leaks on shutdown instead of getting deleted. The destructor doesn't do | 5180 # leaks on shutdown instead of getting deleted. The destructor doesn't do |
| 5181 # anything important, so this shouldn't be a big deal. | 5181 # anything important, so this shouldn't be a big deal. |
| 5182 bug_104578 | 5182 bug_104578 |
| 5183 Memcheck:Leak | 5183 Memcheck:Leak |
| 5184 fun:_Znw* | 5184 fun:_Znw* |
| 5185 fun:_ZN16ProcessSingletonC1ERK8FilePath | 5185 fun:_ZN16ProcessSingletonC1ERK8FilePath |
| 5186 fun:_ZN22ChromeBrowserMainParts20PreCreateThreadsImplEv | 5186 fun:_ZN22ChromeBrowserMainParts25PreMainMessageLoopRunImplEv |
| 5187 } | 5187 } |
| 5188 { | 5188 { |
| 5189 bug_104690 | 5189 bug_104690 |
| 5190 Memcheck:Leak | 5190 Memcheck:Leak |
| 5191 fun:malloc | 5191 fun:malloc |
| 5192 fun:g_malloc | 5192 fun:g_malloc |
| 5193 fun:g_slice_alloc | 5193 fun:g_slice_alloc |
| 5194 fun:g_slice_alloc0 | 5194 fun:g_slice_alloc0 |
| 5195 fun:g_type_create_instance | 5195 fun:g_type_create_instance |
| 5196 fun:g_object_constructor | 5196 fun:g_object_constructor |
| (...skipping 134 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 5331 obj:/lib/libselinux.so.1 | 5331 obj:/lib/libselinux.so.1 |
| 5332 obj:/lib/libselinux.so.1 | 5332 obj:/lib/libselinux.so.1 |
| 5333 } | 5333 } |
| 5334 { | 5334 { |
| 5335 bug_todo_grep | 5335 bug_todo_grep |
| 5336 Memcheck:Leak | 5336 Memcheck:Leak |
| 5337 fun:malloc | 5337 fun:malloc |
| 5338 obj:/bin/grep | 5338 obj:/bin/grep |
| 5339 obj:/bin/grep | 5339 obj:/bin/grep |
| 5340 } | 5340 } |
| OLD | NEW |