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

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

Issue 306013011: [MemSheriff] suppress CreateFileSystemContext leak (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 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
« 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 6483 matching lines...) Expand 10 before | Expand all | Expand 10 after
6494 fun:_Znw* 6494 fun:_Znw*
6495 fun:_ZN7content27ServiceWorkerContextWrapperC1EPNS_14BrowserContextE 6495 fun:_ZN7content27ServiceWorkerContextWrapperC1EPNS_14BrowserContextE
6496 fun:_ZN7content20StoragePartitionImpl6CreateEPNS_14BrowserContextEbRKN4base8F ilePathE 6496 fun:_ZN7content20StoragePartitionImpl6CreateEPNS_14BrowserContextEbRKN4base8F ilePathE
6497 fun:_ZN7content23StoragePartitionImplMap3GetERKSsS2_b 6497 fun:_ZN7content23StoragePartitionImplMap3GetERKSsS2_b
6498 fun:_ZN7content12_GLOBAL__N_129GetStoragePartitionFromConfigEPNS_14BrowserCon textERKSsS4_b 6498 fun:_ZN7content12_GLOBAL__N_129GetStoragePartitionFromConfigEPNS_14BrowserCon textERKSsS4_b
6499 fun:_ZN7content14BrowserContext19GetStoragePartitionEPS0_PNS_12SiteInstanceE 6499 fun:_ZN7content14BrowserContext19GetStoragePartitionEPS0_PNS_12SiteInstanceE
6500 fun:_ZN7content14BrowserContext26GetDefaultStoragePartitionEPS0_ 6500 fun:_ZN7content14BrowserContext26GetDefaultStoragePartitionEPS0_
6501 fun:_ZN7content21ShellBrowserMainParts21PreMainMessageLoopRunEv 6501 fun:_ZN7content21ShellBrowserMainParts21PreMainMessageLoopRunEv
6502 fun:_ZN7content15BrowserMainLoop21PreMainMessageLoopRunEv 6502 fun:_ZN7content15BrowserMainLoop21PreMainMessageLoopRunEv
6503 } 6503 }
6504 {
6505 bug_379943
6506 Memcheck:Leak
6507 fun:_Znw*
6508 ...
6509 fun:_ZN7content23CreateFileSystemContextEPNS_14BrowserContextERKN4base8FilePa thEbPN5quota17QuotaManagerProxyE
6510 fun:_ZN7content20StoragePartitionImpl6CreateEPNS_14BrowserContextEbRKN4base8F ilePathE
6511 fun:_ZN7content23StoragePartitionImplMap3GetERKSsS2_b
6512 fun:_ZN7content12_GLOBAL__N_129GetStoragePartitionFromConfigEPNS_14BrowserCon textERKSsS4_b
6513 fun:_ZN7content14BrowserContext19GetStoragePartitionEPS0_PNS_12SiteInstanceE
6514 fun:_ZN7content14BrowserContext26GetDefaultStoragePartitionEPS0_
6515 fun:_ZN7content21ShellBrowserMainParts21PreMainMessageLoopRunEv
6516 fun:_ZN7content15BrowserMainLoop21PreMainMessageLoopRunEv
6517 }
6518
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