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

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

Issue 16133011: Run the MessageLoop longer in order to clear out extra DeleteSoon()s. (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 | « chrome/browser/extensions/test_extension_environment.cc ('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 7286 matching lines...) Expand 10 before | Expand all | Expand 10 after
7297 fun:_ZN3ash8internal12_GLOBAL__N_119MirrorWindowCreatorD0Ev 7297 fun:_ZN3ash8internal12_GLOBAL__N_119MirrorWindowCreatorD0Ev
7298 fun:_ZNK4base14DefaultDeleterIN3ash8internal12_GLOBAL__N_119MirrorWindowUpdat erEEclEPS4_ 7298 fun:_ZNK4base14DefaultDeleterIN3ash8internal12_GLOBAL__N_119MirrorWindowUpdat erEEclEPS4_
7299 fun:_ZN4base8internal15scoped_ptr_implIN3ash8internal12_GLOBAL__N_119MirrorWi ndowUpdaterENS_14DefaultDeleterIS5_EEED1Ev 7299 fun:_ZN4base8internal15scoped_ptr_implIN3ash8internal12_GLOBAL__N_119MirrorWi ndowUpdaterENS_14DefaultDeleterIS5_EEED1Ev
7300 fun:_ZN10scoped_ptrIN3ash8internal12_GLOBAL__N_119MirrorWindowUpdaterEN4base1 4DefaultDeleterIS3_EEED1Ev 7300 fun:_ZN10scoped_ptrIN3ash8internal12_GLOBAL__N_119MirrorWindowUpdaterEN4base1 4DefaultDeleterIS3_EEED1Ev
7301 fun:_ZN3ash8internal14DisplayManager14UpdateDisplaysERKSt6vectorINS0_11Displa yInfoESaIS3_EE 7301 fun:_ZN3ash8internal14DisplayManager14UpdateDisplaysERKSt6vectorINS0_11Displa yInfoESaIS3_EE
7302 fun:_ZN3ash8internal14DisplayManager23OnNativeDisplaysChangedERKSt6vectorINS0 _11DisplayInfoESaIS3_EE 7302 fun:_ZN3ash8internal14DisplayManager23OnNativeDisplaysChangedERKSt6vectorINS0 _11DisplayInfoESaIS3_EE
7303 fun:_ZN3ash4test21DisplayManagerTestApi13UpdateDisplayERKSs 7303 fun:_ZN3ash4test21DisplayManagerTestApi13UpdateDisplayERKSs
7304 fun:_ZN3ash4test11AshTestBase13UpdateDisplayERKSs 7304 fun:_ZN3ash4test11AshTestBase13UpdateDisplayERKSs
7305 fun:_ZN3ash8internal44MirrorWindowControllerTest_MirrorCursor_Test8TestBodyEv 7305 fun:_ZN3ash8internal44MirrorWindowControllerTest_MirrorCursor_Test8TestBodyEv
7306 } 7306 }
7307 {
7308 bug_244446
7309 Memcheck:Leak
7310 fun:_Znw*
7311 fun:_ZN10extensions19TestExtensionSystem22CreateExtensionServiceEPK11CommandL ineRKN4base8FilePathEb
7312 fun:_ZN10extensions24TestExtensionEnvironment19GetExtensionServiceEv
7313 fun:_ZN10extensions24TestExtensionEnvironment13MakeExtensionERKN4base5ValueE
7314 fun:_ZN10extensions12_GLOBAL__N_162DeclarativeContentRulesRegistryTest_Active RulesDoesntGrow_Test8TestBodyEv
7315 }
OLDNEW
« no previous file with comments | « chrome/browser/extensions/test_extension_environment.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698