OLD | NEW |
1 # There are three kinds of suppressions in this file: | 1 # There are three 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, stuff that is somehow a false positive | 4 # 2. Intentional unit test errors, 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. | 8 # These should all be in chromium's bug tracking system. |
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 2138 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2149 bug_105580 | 2149 bug_105580 |
2150 Memcheck:Leak | 2150 Memcheck:Leak |
2151 fun:malloc_zone_malloc | 2151 fun:malloc_zone_malloc |
2152 fun:malloc_set_zone_name | 2152 fun:malloc_set_zone_name |
2153 fun:malloc_default_purgeable_zone | 2153 fun:malloc_default_purgeable_zone |
2154 ... | 2154 ... |
2155 fun:_ZN4base30EnableTerminationOnOutOfMemoryEv | 2155 fun:_ZN4base30EnableTerminationOnOutOfMemoryEv |
2156 fun:_ZN7leveldb12_GLOBAL__N_111ChromiumEnvC2Ev | 2156 fun:_ZN7leveldb12_GLOBAL__N_111ChromiumEnvC2Ev |
2157 ... | 2157 ... |
2158 fun:_ZN4base25DefaultLazyInstanceTraitsIN7leveldb12_GLOBAL__N_111ChromiumEnvE
E3NewEPv | 2158 fun:_ZN4base25DefaultLazyInstanceTraitsIN7leveldb12_GLOBAL__N_111ChromiumEnvE
E3NewEPv |
| 2159 ... |
2159 fun:_ZN4base12LazyInstanceIN7leveldb12_GLOBAL__N_111ChromiumEnvENS_* | 2160 fun:_ZN4base12LazyInstanceIN7leveldb12_GLOBAL__N_111ChromiumEnvENS_* |
2160 ... | 2161 ... |
2161 fun:_ZN7leveldb7OptionsC2Ev | 2162 fun:_ZN7leveldb7OptionsC2Ev |
2162 ... | 2163 ... |
2163 fun:_ZN7fileapi27FileSystemDirectoryDatabase4InitEv | 2164 fun:_ZN7fileapi27FileSystemDirectoryDatabase4InitEv |
2164 fun:_ZN7fileapi27FileSystemDirectoryDatabase11GetFileInfoExPNS0_8FileInfoE | 2165 fun:_ZN7fileapi27FileSystemDirectoryDatabase11GetFileInfoExPNS0_8FileInfoE |
2165 fun:_ZN7fileapi59FileSystemDirectoryDatabaseTest_TestMissingFileGetInfo_Test8
TestBodyEv | 2166 fun:_ZN7fileapi59FileSystemDirectoryDatabaseTest_TestMissingFileGetInfo_Test8
TestBodyEv |
2166 } | 2167 } |
2167 { | 2168 { |
2168 bug_105938_a | 2169 bug_105938_a |
(...skipping 181 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2350 fun:_ZN27RenderWidgetHostViewMacTest24AddAcceleratedPluginViewEii | 2351 fun:_ZN27RenderWidgetHostViewMacTest24AddAcceleratedPluginViewEii |
2351 fun:_ZN53RenderWidgetHostViewMacTest_FocusAcceleratedView_Test8TestBodyEv | 2352 fun:_ZN53RenderWidgetHostViewMacTest_FocusAcceleratedView_Test8TestBodyEv |
2352 } | 2353 } |
2353 { | 2354 { |
2354 bug_112086 | 2355 bug_112086 |
2355 Memcheck:Uninitialized | 2356 Memcheck:Uninitialized |
2356 fun:x_zone_size | 2357 fun:x_zone_size |
2357 fun:find_registered_purgeable_zone | 2358 fun:find_registered_purgeable_zone |
2358 fun:malloc_make_purgeable | 2359 fun:malloc_make_purgeable |
2359 } | 2360 } |
OLD | NEW |