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

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

Issue 23904006: [Memory] re-suppress old leak (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 7 years, 3 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 6562 matching lines...) Expand 10 before | Expand all | Expand 10 after
6573 Memcheck:Leak 6573 Memcheck:Leak
6574 fun:malloc 6574 fun:malloc
6575 fun:_ZN3WTF10fastMallocEm 6575 fun:_ZN3WTF10fastMallocEm
6576 fun:_ZN3WTF9BitVector13OutOfLineBits6createEm 6576 fun:_ZN3WTF9BitVector13OutOfLineBits6createEm
6577 fun:_ZN3WTF9BitVector15resizeOutOfLineEm 6577 fun:_ZN3WTF9BitVector15resizeOutOfLineEm
6578 fun:_ZN3WTF9BitVector10ensureSizeEm 6578 fun:_ZN3WTF9BitVector10ensureSizeEm
6579 fun:_ZN3WTF9BitVectorC1Em 6579 fun:_ZN3WTF9BitVectorC1Em
6580 fun:_ZN7WebCore10UseCounter17recordMeasurementENS0_7FeatureE 6580 fun:_ZN7WebCore10UseCounter17recordMeasurementENS0_7FeatureE
6581 } 6581 }
6582 { 6582 {
6583 bug_241044
6584 Memcheck:Uninitialized
6585 fun:_ZN7WebCore8Settings29setOpenGLMultisamplingEnabledEb
6586 fun:_ZN6WebKit15WebSettingsImpl29setOpenGLMultisamplingEnabledEb
6587 fun:_ZN7content19ApplyWebPreferencesERK14WebPreferencesPN6WebKit7WebViewE
6588 fun:_ZN7content14RenderViewImpl22OnUpdateWebPreferencesERK14WebPreferences
6589 fun:_ZN7content14RenderViewImpl20SetWebkitPreferencesERK14WebPreferences
6590 }
6591 {
6583 bug_241892a 6592 bug_241892a
6584 Memcheck:Leak 6593 Memcheck:Leak
6585 fun:_Znw* 6594 fun:_Znw*
6586 fun:_ZN7WebCore11CSSSelector8RareData6createEN3WTF10PassRefPtrINS2_16AtomicSt ringImplEEE 6595 fun:_ZN7WebCore11CSSSelector8RareData6createEN3WTF10PassRefPtrINS2_16AtomicSt ringImplEEE
6587 fun:_ZN7WebCore11CSSSelector14createRareDataEv 6596 fun:_ZN7WebCore11CSSSelector14createRareDataEv
6588 ... 6597 ...
6589 fun:_Z10cssyyparsePN7WebCore9CSSParserE 6598 fun:_Z10cssyyparsePN7WebCore9CSSParserE
6590 fun:_ZN7WebCore9CSSParser10parseSheetEPNS_18StyleSheetContentsE* 6599 fun:_ZN7WebCore9CSSParser10parseSheetEPNS_18StyleSheetContentsE*
6591 fun:_ZN7WebCore18StyleSheetContents17parseStringAtLineERKN3WTF6StringEib 6600 fun:_ZN7WebCore18StyleSheetContents17parseStringAtLineERKN3WTF6StringEib
6592 fun:_ZN7WebCore12StyleElement11createSheetE* 6601 fun:_ZN7WebCore12StyleElement11createSheetE*
(...skipping 650 matching lines...) Expand 10 before | Expand all | Expand 10 after
7243 bug_282646 7252 bug_282646
7244 Memcheck:Leak 7253 Memcheck:Leak
7245 fun:_Znw* 7254 fun:_Znw*
7246 fun:_ZN16sync_file_system21SyncFileSystemBackendC1EP7Profile 7255 fun:_ZN16sync_file_system21SyncFileSystemBackendC1EP7Profile
7247 fun:_ZN6chrome26ChromeContentBrowserClient31GetAdditionalFileSystemBackendsEP N7content14BrowserContextERKN4base8FilePathEP12ScopedVectorIN7fileapi17FileSyste mBackendEE 7256 fun:_ZN6chrome26ChromeContentBrowserClient31GetAdditionalFileSystemBackendsEP N7content14BrowserContextERKN4base8FilePathEP12ScopedVectorIN7fileapi17FileSyste mBackendEE
7248 fun:_ZN7content23CreateFileSystemContextEPNS_14BrowserContextERKN4base8FilePa thEbPN5quota17QuotaManagerProxyE 7257 fun:_ZN7content23CreateFileSystemContextEPNS_14BrowserContextERKN4base8FilePa thEbPN5quota17QuotaManagerProxyE
7249 fun:_ZN7content20StoragePartitionImpl6CreateEPNS_14BrowserContextEbRKN4base8F ilePathE 7258 fun:_ZN7content20StoragePartitionImpl6CreateEPNS_14BrowserContextEbRKN4base8F ilePathE
7250 fun:_ZN7content23StoragePartitionImplMap3GetERKSsS2_b 7259 fun:_ZN7content23StoragePartitionImplMap3GetERKSsS2_b
7251 fun:_ZN7content12_GLOBAL__N_129GetStoragePartitionFromConfigEPNS_14BrowserCon textERKSsS4_b 7260 fun:_ZN7content12_GLOBAL__N_129GetStoragePartitionFromConfigEPNS_14BrowserCon textERKSsS4_b
7252 } 7261 }
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