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 148183010: Remove InMemoryURLIndex::Shutdown Valgrind Suppression (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 10 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 | « no previous file | 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 3494 matching lines...) Expand 10 before | Expand all | Expand 10 after
3505 fun:_ZN8notifier5Login15StartConnectionEv 3505 fun:_ZN8notifier5Login15StartConnectionEv
3506 fun:_ZN13sync_notifier20InvalidationNotifier17UpdateCredentialsERKSsS2_ 3506 fun:_ZN13sync_notifier20InvalidationNotifier17UpdateCredentialsERKSsS2_
3507 } 3507 }
3508 { 3508 {
3509 bug_118890_b 3509 bug_118890_b
3510 Memcheck:Leak 3510 Memcheck:Leak
3511 fun:_Znw* 3511 fun:_Znw*
3512 fun:_ZN13sync_notifier12_GLOBAL__N_124InvalidationNotifierTest5SetUpEv 3512 fun:_ZN13sync_notifier12_GLOBAL__N_124InvalidationNotifierTest5SetUpEv
3513 } 3513 }
3514 { 3514 {
3515 bug_122177
3516 Memcheck:Leak
3517 ...
3518 fun:_ZN7history16InMemoryURLIndex23PostSaveToCacheFileTaskEv
3519 fun:_ZN7history16InMemoryURLIndex8ShutDownEv
3520 fun:_ZN14HistoryService13UnloadBackendEv
3521 fun:_ZN14HistoryService7CleanupEv
3522 }
3523 {
3524 bug_122189 3515 bug_122189
3525 Memcheck:Leak 3516 Memcheck:Leak
3526 fun:_Znw* 3517 fun:_Znw*
3527 fun:_ZN5blink16ChromeClientImpl18createColorChooserEPN7WebCore18ColorChooserC lientERKNS1_5ColorE 3518 fun:_ZN5blink16ChromeClientImpl18createColorChooserEPN7WebCore18ColorChooserC lientERKNS1_5ColorE
3528 fun:_ZN7WebCore6Chrome18createColorChooserEPNS_18ColorChooserClientERKNS_5Col orE 3519 fun:_ZN7WebCore6Chrome18createColorChooserEPNS_18ColorChooserClientERKNS_5Col orE
3529 fun:_ZN7WebCore14ColorInputType22handleDOMActivateEventEPNS_5EventE 3520 fun:_ZN7WebCore14ColorInputType22handleDOMActivateEventEPNS_5EventE
3530 fun:_ZN7WebCore16HTMLInputElement19defaultEventHandlerEPNS_5EventE 3521 fun:_ZN7WebCore16HTMLInputElement19defaultEventHandlerEPNS_5EventE
3531 fun:_ZN7WebCore15EventDispatcher13dispatchEventEN3WTF10PassRefPtrINS_5EventEE E 3522 fun:_ZN7WebCore15EventDispatcher13dispatchEventEN3WTF10PassRefPtrINS_5EventEE E
3532 fun:_ZNK7WebCore21EventDispatchMediator13dispatchEventEPNS_15EventDispatcherE 3523 fun:_ZNK7WebCore21EventDispatchMediator13dispatchEventEPNS_15EventDispatcherE
3533 } 3524 }
(...skipping 2840 matching lines...) Expand 10 before | Expand all | Expand 10 after
6374 fun:_ZN15google_breakpad16ExceptionHandler12HandleSignalEiP7siginfoPv 6365 fun:_ZN15google_breakpad16ExceptionHandler12HandleSignalEiP7siginfoPv
6375 fun:_ZN15google_breakpad16ExceptionHandler13SignalHandlerEiP7siginfoPv 6366 fun:_ZN15google_breakpad16ExceptionHandler13SignalHandlerEiP7siginfoPv
6376 } 6367 }
6377 { 6368 {
6378 bug_333992 6369 bug_333992
6379 Memcheck:Leak 6370 Memcheck:Leak
6380 fun:_Znw* 6371 fun:_Znw*
6381 fun:_ZN7content12_GLOBAL__N_123CreateWebFrameTestProxyEPNS_14RenderViewImplEi 6372 fun:_ZN7content12_GLOBAL__N_123CreateWebFrameTestProxyEPNS_14RenderViewImplEi
6382 fun:_ZN7content15RenderFrameImpl6CreateEPNS_14RenderViewImplEi 6373 fun:_ZN7content15RenderFrameImpl6CreateEPNS_14RenderViewImplEi
6383 } 6374 }
OLDNEW
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698