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

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

Issue 7491082: Leaks in WebIntentsRegistry (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Created 9 years, 4 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
« 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 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, 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 5391 matching lines...) Expand 10 before | Expand all | Expand 10 after
5402 fun:_ZN60BrowserAccessibilityManagerTest_TestCreateEmptyDocument_Test8TestBod yEv 5402 fun:_ZN60BrowserAccessibilityManagerTest_TestCreateEmptyDocument_Test8TestBod yEv
5403 } 5403 }
5404 { 5404 {
5405 bug_91845_b 5405 bug_91845_b
5406 Memcheck:Leak 5406 Memcheck:Leak
5407 fun:_Znw* 5407 fun:_Znw*
5408 fun:_ZN27BrowserAccessibilityManager6CreateEP10_GtkWidgetRKN11webkit_glue16We bAccessibilityEP28BrowserAccessibilityDelegateP27BrowserAccessibilityFactory 5408 fun:_ZN27BrowserAccessibilityManager6CreateEP10_GtkWidgetRKN11webkit_glue16We bAccessibilityEP28BrowserAccessibilityDelegateP27BrowserAccessibilityFactory
5409 fun:_ZN27BrowserAccessibilityManager19CreateEmptyDocumentEP10_GtkWidgetN11web kit_glue16WebAccessibility5StateEP28BrowserAccessibilityDelegateP27BrowserAccess ibilityFactory 5409 fun:_ZN27BrowserAccessibilityManager19CreateEmptyDocumentEP10_GtkWidgetN11web kit_glue16WebAccessibility5StateEP28BrowserAccessibilityDelegateP27BrowserAccess ibilityFactory
5410 fun:_ZN60BrowserAccessibilityManagerTest_TestCreateEmptyDocument_Test8TestBod yEv 5410 fun:_ZN60BrowserAccessibilityManagerTest_TestCreateEmptyDocument_Test8TestBod yEv
5411 } 5411 }
5412 {
5413 bug_91950
5414 Memcheck:Leak
5415 fun:_Znw*
5416 fun:_ZN18WebIntentsRegistry18GetIntentProvidersERKSbItN4base20string16_char_t raitsESaItEEPNS_8ConsumerE
5417 fun:_ZN38WebIntentsRegistryTest_BasicTests_Test8TestBodyEv
5418 }
5412 5419
5413 #----------------------------------------------------------------------- 5420 #-----------------------------------------------------------------------
5414 # These only occur on our Google workstations 5421 # These only occur on our Google workstations
5415 { 5422 {
5416 bug_todo_freeres 5423 bug_todo_freeres
5417 Memcheck:Free 5424 Memcheck:Free
5418 fun:free 5425 fun:free
5419 fun:__libc_freeres 5426 fun:__libc_freeres
5420 fun:_vgnU_freeres 5427 fun:_vgnU_freeres
5421 fun:_Exit 5428 fun:_Exit
(...skipping 10 matching lines...) Expand all
5432 } 5439 }
5433 { 5440 {
5434 bug_todo_getdelim2 5441 bug_todo_getdelim2
5435 Memcheck:Leak 5442 Memcheck:Leak
5436 fun:malloc 5443 fun:malloc
5437 fun:getdelim 5444 fun:getdelim
5438 obj:/lib/libselinux.so.1 5445 obj:/lib/libselinux.so.1
5439 obj:/lib/libselinux.so.1 5446 obj:/lib/libselinux.so.1
5440 obj:/lib/libselinux.so.1 5447 obj:/lib/libselinux.so.1
5441 } 5448 }
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