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

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

Issue 7584025: Leaks in BrowsingDataQuotaHelperTest (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 5367 matching lines...) Expand 10 before | Expand all | Expand 10 after
5378 fun:_ZN3sql10Connection12OpenInternalERKSs 5378 fun:_ZN3sql10Connection12OpenInternalERKSs
5379 fun:_ZN3sql10Connection4OpenERK8FilePath 5379 fun:_ZN3sql10Connection4OpenERK8FilePath
5380 fun:_ZN5quota13QuotaDatabase8LazyOpenEb 5380 fun:_ZN5quota13QuotaDatabase8LazyOpenEb
5381 fun:_ZN5quota13QuotaDatabase14SetGlobalQuotaENS_11StorageTypeEx 5381 fun:_ZN5quota13QuotaDatabase14SetGlobalQuotaENS_11StorageTypeEx
5382 fun:_ZN5quota12QuotaManager14InitializeTask17RunOnTargetThreadEv 5382 fun:_ZN5quota12QuotaManager14InitializeTask17RunOnTargetThreadEv
5383 } 5383 }
5384 { 5384 {
5385 bug_91836_k 5385 bug_91836_k
5386 Memcheck:Leak 5386 Memcheck:Leak
5387 fun:_Znw* 5387 fun:_Znw*
5388 ...
5388 fun:_ZN5quota12UsageTrackerC1ERKSt4listIPNS_11QuotaClientESaIS3_EENS_11Storag eTypeEPNS_20SpecialStoragePolicyE 5389 fun:_ZN5quota12UsageTrackerC1ERKSt4listIPNS_11QuotaClientESaIS3_EENS_11Storag eTypeEPNS_20SpecialStoragePolicyE
5389 fun:_ZN5quota12QuotaManager14LazyInitializeEv 5390 fun:_ZN5quota12QuotaManager14LazyInitializeEv
5390 fun:_ZN5quota12QuotaManager29NotifyStorageModifiedInternalENS_11QuotaClient2I DERK4GURLNS_11StorageTypeExN4base4TimeE 5391 fun:_ZN5quota12QuotaManager29NotifyStorageModifiedInternalENS_11QuotaClient2I DERK4GURLNS_11StorageTypeExN4base4TimeE
5391 fun:_ZN5quota17MockStorageClient24TouchAllOriginsAndNotifyEv 5392 fun:_ZN5quota17MockStorageClient24TouchAllOriginsAndNotifyEv
5392 fun:_ZN27BrowsingDataQuotaHelperTest14RegisterClientEPKN5quota14MockOriginDat aEj 5393 fun:_ZN27BrowsingDataQuotaHelperTest14RegisterClientEPKN5quota14MockOriginDat a*
5393 fun:_ZN42BrowsingDataQuotaHelperTest_FetchData_Test8TestBodyEv 5394 fun:_ZN42BrowsingDataQuotaHelperTest_FetchData_Test8TestBodyEv
5394 } 5395 }
5395 { 5396 {
5396 bug_91845_a 5397 bug_91845_a
5397 Memcheck:Leak 5398 Memcheck:Leak
5398 fun:_Znw* 5399 fun:_Znw*
5399 ... 5400 ...
5400 fun:_ZN27BrowserAccessibilityManager23CreateAccessibilityTreeEP20BrowserAcces sibilityRKN11webkit_glue16WebAccessibilityEi 5401 fun:_ZN27BrowserAccessibilityManager23CreateAccessibilityTreeEP20BrowserAcces sibilityRKN11webkit_glue16WebAccessibilityEi
5401 ... 5402 ...
5402 fun:_ZN60BrowserAccessibilityManagerTest_TestCreateEmptyDocument_Test8TestBod yEv 5403 fun:_ZN60BrowserAccessibilityManagerTest_TestCreateEmptyDocument_Test8TestBod yEv
(...skipping 56 matching lines...) Expand 10 before | Expand all | Expand 10 after
5459 } 5460 }
5460 { 5461 {
5461 bug_todo_getdelim2 5462 bug_todo_getdelim2
5462 Memcheck:Leak 5463 Memcheck:Leak
5463 fun:malloc 5464 fun:malloc
5464 fun:getdelim 5465 fun:getdelim
5465 obj:/lib/libselinux.so.1 5466 obj:/lib/libselinux.so.1
5466 obj:/lib/libselinux.so.1 5467 obj:/lib/libselinux.so.1
5467 obj:/lib/libselinux.so.1 5468 obj:/lib/libselinux.so.1
5468 } 5469 }
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