Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1)

Side by Side Diff: tools/valgrind/memcheck/suppressions.txt

Issue 15662004: Suppress leak in ash::internal::MirrorWindowController::UpdateWindow (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « tools/heapcheck/suppressions.txt ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
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
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 }
OLDNEW
« no previous file with comments | « tools/heapcheck/suppressions.txt ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698