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

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

Issue 306033005: [MemSheriff] Widen another suppression for script state. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@mem_379359
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 6279 matching lines...) Expand 10 before | Expand all | Expand 10 after
6290 fun:_ZN4base17MD5DigestToBase16ERKNS_9MD5DigestE 6290 fun:_ZN4base17MD5DigestToBase16ERKNS_9MD5DigestE
6291 fun:_ZN7content16WebKitTestRunner17CaptureDumpPixelsERK8SkBitmap 6291 fun:_ZN7content16WebKitTestRunner17CaptureDumpPixelsERK8SkBitmap
6292 } 6292 }
6293 { 6293 {
6294 bug_364821 6294 bug_364821
6295 Memcheck:Leak 6295 Memcheck:Leak
6296 fun:malloc 6296 fun:malloc
6297 fun:_ZN3WTF10fastMallocEm 6297 fun:_ZN3WTF10fastMallocEm
6298 fun:_ZN3WTF10RefCountedIN7WebCore11ScriptStateEEnwEm 6298 fun:_ZN3WTF10RefCountedIN7WebCore11ScriptStateEEnwEm
6299 fun:_ZN7WebCore11ScriptState6createEN2v86HandleINS1_7ContextEEEN3WTF10PassRef PtrINS_15DOMWrapperWorldEEE 6299 fun:_ZN7WebCore11ScriptState6createEN2v86HandleINS1_7ContextEEEN3WTF10PassRef PtrINS_15DOMWrapperWorldEEE
6300 fun:_ZN7WebCore22WorkerScriptController25initializeContextIfNeededEv
6301 ... 6300 ...
6302 fun:_ZN7WebCore12WorkerThread12workerThreadEv 6301 fun:_ZN7WebCore12WorkerThread12workerThreadEv
6303 fun:_ZN7WebCore12WorkerThread17workerThreadStartEPv 6302 fun:_ZN7WebCore12WorkerThread17workerThreadStartEPv
6304 fun:_ZN3WTFL16threadEntryPointEPv 6303 fun:_ZN3WTFL16threadEntryPointEPv
6305 fun:_ZN3WTFL19wtfThreadEntryPointEPv 6304 fun:_ZN3WTFL19wtfThreadEntryPointEPv
6306 } 6305 }
6307 { 6306 {
6308 bug_365258 6307 bug_365258
6309 Memcheck:Leak 6308 Memcheck:Leak
6310 fun:malloc 6309 fun:malloc
(...skipping 184 matching lines...) Expand 10 before | Expand all | Expand 10 after
6495 fun:_Znw* 6494 fun:_Znw*
6496 fun:_ZN7content27ServiceWorkerContextWrapperC1EPNS_14BrowserContextE 6495 fun:_ZN7content27ServiceWorkerContextWrapperC1EPNS_14BrowserContextE
6497 fun:_ZN7content20StoragePartitionImpl6CreateEPNS_14BrowserContextEbRKN4base8F ilePathE 6496 fun:_ZN7content20StoragePartitionImpl6CreateEPNS_14BrowserContextEbRKN4base8F ilePathE
6498 fun:_ZN7content23StoragePartitionImplMap3GetERKSsS2_b 6497 fun:_ZN7content23StoragePartitionImplMap3GetERKSsS2_b
6499 fun:_ZN7content12_GLOBAL__N_129GetStoragePartitionFromConfigEPNS_14BrowserCon textERKSsS4_b 6498 fun:_ZN7content12_GLOBAL__N_129GetStoragePartitionFromConfigEPNS_14BrowserCon textERKSsS4_b
6500 fun:_ZN7content14BrowserContext19GetStoragePartitionEPS0_PNS_12SiteInstanceE 6499 fun:_ZN7content14BrowserContext19GetStoragePartitionEPS0_PNS_12SiteInstanceE
6501 fun:_ZN7content14BrowserContext26GetDefaultStoragePartitionEPS0_ 6500 fun:_ZN7content14BrowserContext26GetDefaultStoragePartitionEPS0_
6502 fun:_ZN7content21ShellBrowserMainParts21PreMainMessageLoopRunEv 6501 fun:_ZN7content21ShellBrowserMainParts21PreMainMessageLoopRunEv
6503 fun:_ZN7content15BrowserMainLoop21PreMainMessageLoopRunEv 6502 fun:_ZN7content15BrowserMainLoop21PreMainMessageLoopRunEv
6504 } 6503 }
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