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

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

Issue 318643002: Suppress a couple of leaks to make MFYI waterfall greener (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
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 | Annotate | Revision Log
« no previous file with comments | « no previous file | tools/valgrind/memcheck/suppressions_mac.txt » ('j') | 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 6476 matching lines...) Expand 10 before | Expand all | Expand 10 after
6487 ... 6487 ...
6488 fun:_ZN7content23CreateFileSystemContextEPNS_14BrowserContextERKN4base8FilePa thEbPN5quota17QuotaManagerProxyE 6488 fun:_ZN7content23CreateFileSystemContextEPNS_14BrowserContextERKN4base8FilePa thEbPN5quota17QuotaManagerProxyE
6489 fun:_ZN7content20StoragePartitionImpl6CreateEPNS_14BrowserContextEbRKN4base8F ilePathE 6489 fun:_ZN7content20StoragePartitionImpl6CreateEPNS_14BrowserContextEbRKN4base8F ilePathE
6490 fun:_ZN7content23StoragePartitionImplMap3GetERKSsS2_b 6490 fun:_ZN7content23StoragePartitionImplMap3GetERKSsS2_b
6491 fun:_ZN7content12_GLOBAL__N_129GetStoragePartitionFromConfigEPNS_14BrowserCon textERKSsS4_b 6491 fun:_ZN7content12_GLOBAL__N_129GetStoragePartitionFromConfigEPNS_14BrowserCon textERKSsS4_b
6492 fun:_ZN7content14BrowserContext19GetStoragePartitionEPS0_PNS_12SiteInstanceE 6492 fun:_ZN7content14BrowserContext19GetStoragePartitionEPS0_PNS_12SiteInstanceE
6493 fun:_ZN7content14BrowserContext26GetDefaultStoragePartitionEPS0_ 6493 fun:_ZN7content14BrowserContext26GetDefaultStoragePartitionEPS0_
6494 fun:_ZN7content21ShellBrowserMainParts21PreMainMessageLoopRunEv 6494 fun:_ZN7content21ShellBrowserMainParts21PreMainMessageLoopRunEv
6495 fun:_ZN7content15BrowserMainLoop21PreMainMessageLoopRunEv 6495 fun:_ZN7content15BrowserMainLoop21PreMainMessageLoopRunEv
6496 } 6496 }
6497 6497 {
6498 bug_380575
6499 Memcheck:Leak
6500 fun:_Znw*
6501 fun:_ZN9__gnu_cxx13new_allocatorISt13_Rb_tree_nodeISt4pairIKSsPN3net20URLRequ estJobFactory15ProtocolHandlerEEEE8allocateEmPKv
6502 ...
6503 fun:_ZNSt8_Rb_treeISsSt4pairIKSsPN3net20URLRequestJobFactory15ProtocolHandler EESt10_Select1stIS6_ESt4lessISsESaIS6_EE17_M_insert_unique_ESt23_Rb_tree_const_i teratorIS6_ERKS6_
6504 fun:_ZNSt3mapISsPN3net20URLRequestJobFactory15ProtocolHandlerESt4lessISsESaIS t4pairIKSsS3_EEE6insertESt17_Rb_tree_iteratorIS8_ERKS8_
6505 fun:_ZNSt3mapISsPN3net20URLRequestJobFactory15ProtocolHandlerESt4lessISsESaIS t4pairIKSsS3_EEEixERS7_
6506 fun:_ZN3net24URLRequestJobFactoryImpl18SetProtocolHandlerERKSsPNS_20URLReques tJobFactory15ProtocolHandlerE
6507 ...
6508 fun:_ZN7content28ShellURLRequestContextGetter20GetURLRequestContextEv
6509 fun:_ZN7content21ChromeAppCacheService20InitializeOnIOThreadERKN4base8FilePat hEPNS_15ResourceContextEPN3net23URLRequestContextGetterE13scoped_refptrIN5quota2 0SpecialStoragePolicyEE
6510 }
OLDNEW
« no previous file with comments | « no previous file | tools/valgrind/memcheck/suppressions_mac.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698