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 7271 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
7282 fun:_Znw* | 7282 fun:_Znw* |
7283 fun:_ZN7fileapi29SandboxMountPointProviderTest11GetRootPathERK4GURLNS_14FileS
ystemTypeEbPN4base8FilePathE | 7283 fun:_ZN7fileapi29SandboxMountPointProviderTest11GetRootPathERK4GURLNS_14FileS
ystemTypeEbPN4base8FilePathE |
7284 } | 7284 } |
7285 { | 7285 { |
7286 bug_243757 | 7286 bug_243757 |
7287 Memcheck:Leak | 7287 Memcheck:Leak |
7288 fun:_Znw* | 7288 fun:_Znw* |
7289 ... | 7289 ... |
7290 fun:_ZN4base64WeakPtrDeathTest_NonOwnerThreadDeletesWeakPtrAfterReference_Tes
t8TestBodyEv | 7290 fun:_ZN4base64WeakPtrDeathTest_NonOwnerThreadDeletesWeakPtrAfterReference_Tes
t8TestBodyEv |
7291 } | 7291 } |
| 7292 { |
| 7293 bug_244105 |
| 7294 Memcheck:Leak |
| 7295 fun:_Znw* |
| 7296 fun:_ZN3ash8internal22MirrorWindowController12UpdateWindowERKNS0_11DisplayInf
oE |
| 7297 fun:_ZN3ash8internal12_GLOBAL__N_119MirrorWindowCreatorD0Ev |
| 7298 fun:_ZNK4base14DefaultDeleterIN3ash8internal12_GLOBAL__N_119MirrorWindowUpdat
erEEclEPS4_ |
| 7299 fun:_ZN4base8internal15scoped_ptr_implIN3ash8internal12_GLOBAL__N_119MirrorWi
ndowUpdaterENS_14DefaultDeleterIS5_EEED1Ev |
| 7300 fun:_ZN10scoped_ptrIN3ash8internal12_GLOBAL__N_119MirrorWindowUpdaterEN4base1
4DefaultDeleterIS3_EEED1Ev |
| 7301 fun:_ZN3ash8internal14DisplayManager14UpdateDisplaysERKSt6vectorINS0_11Displa
yInfoESaIS3_EE |
| 7302 fun:_ZN3ash8internal14DisplayManager23OnNativeDisplaysChangedERKSt6vectorINS0
_11DisplayInfoESaIS3_EE |
| 7303 fun:_ZN3ash4test21DisplayManagerTestApi13UpdateDisplayERKSs |
| 7304 fun:_ZN3ash4test11AshTestBase13UpdateDisplayERKSs |
| 7305 fun:_ZN3ash8internal44MirrorWindowControllerTest_MirrorCursor_Test8TestBodyEv |
| 7306 } |
OLD | NEW |