| 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 191 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 202 ... | 202 ... |
| 203 fun:img_data_lock | 203 fun:img_data_lock |
| 204 fun:CGSImageDataLock | 204 fun:CGSImageDataLock |
| 205 fun:ripc_AcquireImage | 205 fun:ripc_AcquireImage |
| 206 fun:ripc_DrawImage* | 206 fun:ripc_DrawImage* |
| 207 fun:CGContextDrawImage* | 207 fun:CGContextDrawImage* |
| 208 ... | 208 ... |
| 209 fun:_ZN11CUIRenderer4DrawE6CGRectP9CGContextPK14__CFDictionaryPS5_ | 209 fun:_ZN11CUIRenderer4DrawE6CGRectP9CGContextPK14__CFDictionaryPS5_ |
| 210 } | 210 } |
| 211 { | 211 { |
| 212 bug_173779_b |
| 213 Memcheck:Uninitialized |
| 214 ... |
| 215 fun:img_data_lock |
| 216 fun:CGSImageDataLock |
| 217 fun:ripc_AcquireImage |
| 218 fun:ripc_DrawImage* |
| 219 fun:CGContextDrawImage* |
| 220 ... |
| 221 fun:-[NSImage hitTestRect:withImageDestinationRect:context:hints:flipped:] |
| 222 } |
| 223 { |
| 212 bug_340726 | 224 bug_340726 |
| 213 Memcheck:Leak | 225 Memcheck:Leak |
| 214 fun:_Znw* | 226 fun:_Znw* |
| 215 fun:_ZN4base17LoadNativeLibrary* | 227 fun:_ZN4base17LoadNativeLibrary* |
| 216 fun:_ZN3gfx26InitializeStaticGLBindings* | 228 fun:_ZN3gfx26InitializeStaticGLBindings* |
| 217 fun:_ZN3gfx9GLSurface30InitializeOneOffImplementation* | 229 fun:_ZN3gfx9GLSurface30InitializeOneOffImplementation* |
| 218 fun:_ZN3gfx9GLSurface24InitializeOneOffForTestsEv | 230 fun:_ZN3gfx9GLSurface24InitializeOneOffForTestsEv |
| 219 } | 231 } |
| 220 { | 232 { |
| 221 bug_380568 | 233 bug_380568 |
| (...skipping 30 matching lines...) Expand all Loading... |
| 252 fun:_ZN7content45PluginLoaderPosixTest_PluginLaunchFailed_TestC1Ev | 264 fun:_ZN7content45PluginLoaderPosixTest_PluginLaunchFailed_TestC1Ev |
| 253 fun:_ZN7testing8internal15TestFactoryImplIN7content45PluginLoaderPosixTest_Pl
uginLaunchFailed_TestEE10CreateTestEv | 265 fun:_ZN7testing8internal15TestFactoryImplIN7content45PluginLoaderPosixTest_Pl
uginLaunchFailed_TestEE10CreateTestEv |
| 254 } | 266 } |
| 255 { | 267 { |
| 256 bug_437807 | 268 bug_437807 |
| 257 Memcheck:Leak | 269 Memcheck:Leak |
| 258 ... | 270 ... |
| 259 fun:_ZN4base3mac30PathForFrameworkBundleResourceEPK10__CFString | 271 fun:_ZN4base3mac30PathForFrameworkBundleResourceEPK10__CFString |
| 260 fun:_ZN3gin13IsolateHolder14LoadV8SnapshotEv | 272 fun:_ZN3gin13IsolateHolder14LoadV8SnapshotEv |
| 261 } | 273 } |
| OLD | NEW |