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

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

Issue 308713013: Remove AutoTableLayout suppressions (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 | « tools/valgrind/drmemory/suppressions_full.txt ('k') | 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 4190 matching lines...) Expand 10 before | Expand all | Expand 10 after
4201 fun:_ZN2v88internalL21ProfilerSignalHandlerEiP7siginfoPv 4201 fun:_ZN2v88internalL21ProfilerSignalHandlerEiP7siginfoPv
4202 obj:/lib/libpthread-2.11.1.so 4202 obj:/lib/libpthread-2.11.1.so
4203 } 4203 }
4204 { 4204 {
4205 bug_156829 4205 bug_156829
4206 Memcheck:Leak 4206 Memcheck:Leak
4207 fun:_Znw* 4207 fun:_Znw*
4208 fun:_ZN7content23AudioInputDeviceManager23EnumerateOnDeviceThread* 4208 fun:_ZN7content23AudioInputDeviceManager23EnumerateOnDeviceThread*
4209 } 4209 }
4210 { 4210 {
4211 bug_158510
4212 Memcheck:Uninitialized
4213 fun:_ZN7WebCore11RenderTable6layoutEv
4214 ...
4215 fun:_ZN7WebCore11RenderBlock6layoutEv
4216 }
4217 {
4218 bug_158514 4211 bug_158514
4219 Memcheck:Uninitialized 4212 Memcheck:Uninitialized
4220 ... 4213 ...
4221 fun:_ZN2v88internal16ProfileGenerator16RecordTickSampleERKNS0_10TickSampleE 4214 fun:_ZN2v88internal16ProfileGenerator16RecordTickSampleERKNS0_10TickSampleE
4222 fun:_ZN2v88internal23ProfilerEventsProcessor12ProcessTicksEj 4215 fun:_ZN2v88internal23ProfilerEventsProcessor12ProcessTicksEj
4223 fun:_ZN2v88internal23ProfilerEventsProcessor3RunEv 4216 fun:_ZN2v88internal23ProfilerEventsProcessor3RunEv
4224 fun:_ZN2v88internalL11ThreadEntryEPv 4217 fun:_ZN2v88internalL11ThreadEntryEPv
4225 } 4218 }
4226 { 4219 {
4227 bug_159005 4220 bug_159005
(...skipping 2266 matching lines...) Expand 10 before | Expand all | Expand 10 after
6494 fun:_Znw* 6487 fun:_Znw*
6495 fun:_ZN7content27ServiceWorkerContextWrapperC1EPNS_14BrowserContextE 6488 fun:_ZN7content27ServiceWorkerContextWrapperC1EPNS_14BrowserContextE
6496 fun:_ZN7content20StoragePartitionImpl6CreateEPNS_14BrowserContextEbRKN4base8F ilePathE 6489 fun:_ZN7content20StoragePartitionImpl6CreateEPNS_14BrowserContextEbRKN4base8F ilePathE
6497 fun:_ZN7content23StoragePartitionImplMap3GetERKSsS2_b 6490 fun:_ZN7content23StoragePartitionImplMap3GetERKSsS2_b
6498 fun:_ZN7content12_GLOBAL__N_129GetStoragePartitionFromConfigEPNS_14BrowserCon textERKSsS4_b 6491 fun:_ZN7content12_GLOBAL__N_129GetStoragePartitionFromConfigEPNS_14BrowserCon textERKSsS4_b
6499 fun:_ZN7content14BrowserContext19GetStoragePartitionEPS0_PNS_12SiteInstanceE 6492 fun:_ZN7content14BrowserContext19GetStoragePartitionEPS0_PNS_12SiteInstanceE
6500 fun:_ZN7content14BrowserContext26GetDefaultStoragePartitionEPS0_ 6493 fun:_ZN7content14BrowserContext26GetDefaultStoragePartitionEPS0_
6501 fun:_ZN7content21ShellBrowserMainParts21PreMainMessageLoopRunEv 6494 fun:_ZN7content21ShellBrowserMainParts21PreMainMessageLoopRunEv
6502 fun:_ZN7content15BrowserMainLoop21PreMainMessageLoopRunEv 6495 fun:_ZN7content15BrowserMainLoop21PreMainMessageLoopRunEv
6503 } 6496 }
OLDNEW
« no previous file with comments | « tools/valgrind/drmemory/suppressions_full.txt ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698