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

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

Issue 7582021: Leaks in BrowserAccessibilityManager (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
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 | 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 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 5383 matching lines...) Expand 10 before | Expand all | Expand 10 after
5394 Memcheck:Leak 5394 Memcheck:Leak
5395 fun:_Znw* 5395 fun:_Znw*
5396 fun:_ZN5quota12UsageTrackerC1ERKSt4listIPNS_11QuotaClientESaIS3_EENS_11Storag eTypeEPNS_20SpecialStoragePolicyE 5396 fun:_ZN5quota12UsageTrackerC1ERKSt4listIPNS_11QuotaClientESaIS3_EENS_11Storag eTypeEPNS_20SpecialStoragePolicyE
5397 fun:_ZN5quota12QuotaManager14LazyInitializeEv 5397 fun:_ZN5quota12QuotaManager14LazyInitializeEv
5398 fun:_ZN5quota12QuotaManager29NotifyStorageModifiedInternalENS_11QuotaClient2I DERK4GURLNS_11StorageTypeExN4base4TimeE 5398 fun:_ZN5quota12QuotaManager29NotifyStorageModifiedInternalENS_11QuotaClient2I DERK4GURLNS_11StorageTypeExN4base4TimeE
5399 fun:_ZN5quota17MockStorageClient24TouchAllOriginsAndNotifyEv 5399 fun:_ZN5quota17MockStorageClient24TouchAllOriginsAndNotifyEv
5400 fun:_ZN27BrowsingDataQuotaHelperTest14RegisterClientEPKN5quota14MockOriginDat aEj 5400 fun:_ZN27BrowsingDataQuotaHelperTest14RegisterClientEPKN5quota14MockOriginDat aEj
5401 fun:_ZN42BrowsingDataQuotaHelperTest_FetchData_Test8TestBodyEv 5401 fun:_ZN42BrowsingDataQuotaHelperTest_FetchData_Test8TestBodyEv
5402 } 5402 }
5403 { 5403 {
5404 bug_91845 5404 bug_91845_a
5405 Memcheck:Leak 5405 Memcheck:Leak
5406 fun:_Znw* 5406 fun:_Znw*
5407 ... 5407 ...
5408 fun:_ZN27BrowserAccessibilityManager23CreateAccessibilityTreeEP20BrowserAcces sibilityRKN11webkit_glue16WebAccessibilityEi 5408 fun:_ZN27BrowserAccessibilityManager23CreateAccessibilityTreeEP20BrowserAcces sibilityRKN11webkit_glue16WebAccessibilityEi
5409 ... 5409 ...
5410 fun:_ZN60BrowserAccessibilityManagerTest_TestCreateEmptyDocument_Test8TestBod yEv 5410 fun:_ZN60BrowserAccessibilityManagerTest_TestCreateEmptyDocument_Test8TestBod yEv
5411 } 5411 }
5412 {
5413 bug_91845_b
5414 Memcheck:Leak
5415 fun:_Znw*
5416 fun:_ZN27BrowserAccessibilityManager6CreateEP10_GtkWidgetRKN11webkit_glue16We bAccessibilityEP28BrowserAccessibilityDelegateP27BrowserAccessibilityFactory
5417 fun:_ZN27BrowserAccessibilityManager19CreateEmptyDocumentEP10_GtkWidgetN11web kit_glue16WebAccessibility5StateEP28BrowserAccessibilityDelegateP27BrowserAccess ibilityFactory
5418 fun:_ZN60BrowserAccessibilityManagerTest_TestCreateEmptyDocument_Test8TestBod yEv
5419 }
5412 5420
5413 #----------------------------------------------------------------------- 5421 #-----------------------------------------------------------------------
5414 # These only occur on our Google workstations 5422 # These only occur on our Google workstations
5415 { 5423 {
5416 bug_todo_freeres 5424 bug_todo_freeres
5417 Memcheck:Free 5425 Memcheck:Free
5418 fun:free 5426 fun:free
5419 fun:__libc_freeres 5427 fun:__libc_freeres
5420 fun:_vgnU_freeres 5428 fun:_vgnU_freeres
5421 fun:_Exit 5429 fun:_Exit
(...skipping 10 matching lines...) Expand all
5432 } 5440 }
5433 { 5441 {
5434 bug_todo_getdelim2 5442 bug_todo_getdelim2
5435 Memcheck:Leak 5443 Memcheck:Leak
5436 fun:malloc 5444 fun:malloc
5437 fun:getdelim 5445 fun:getdelim
5438 obj:/lib/libselinux.so.1 5446 obj:/lib/libselinux.so.1
5439 obj:/lib/libselinux.so.1 5447 obj:/lib/libselinux.so.1
5440 obj:/lib/libselinux.so.1 5448 obj:/lib/libselinux.so.1
5441 } 5449 }
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