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

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

Issue 9271059: Suppress memory leak from WebKit (MAC) (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 10 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 | 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 three kinds of suppressions in this file: 1 # There are three 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, stuff that is somehow a false positive 4 # 2. Intentional unit test errors, 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. 8 # These should all be in chromium's bug tracking system.
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 2143 matching lines...) Expand 10 before | Expand all | Expand 10 after
2154 } 2154 }
2155 { 2155 {
2156 bug_105580 2156 bug_105580
2157 Memcheck:Leak 2157 Memcheck:Leak
2158 fun:malloc_zone_malloc 2158 fun:malloc_zone_malloc
2159 fun:malloc_set_zone_name 2159 fun:malloc_set_zone_name
2160 fun:malloc_default_purgeable_zone 2160 fun:malloc_default_purgeable_zone
2161 fun:_ZN4base30EnableTerminationOnOutOfMemoryEv 2161 fun:_ZN4base30EnableTerminationOnOutOfMemoryEv
2162 fun:_ZN7leveldb12_GLOBAL__N_111ChromiumEnvC2Ev 2162 fun:_ZN7leveldb12_GLOBAL__N_111ChromiumEnvC2Ev
2163 fun:_ZN4base25DefaultLazyInstanceTraitsIN7leveldb12_GLOBAL__N_111ChromiumEnvE E3NewEPv 2163 fun:_ZN4base25DefaultLazyInstanceTraitsIN7leveldb12_GLOBAL__N_111ChromiumEnvE E3NewEPv
2164 fun:_ZN4base12LazyInstanceIN7leveldb12_GLOBAL__N_111ChromiumEnvENS_23LeakyLaz yInstanceTraitsIS3_EEE7PointerEv 2164 fun:_ZN4base12LazyInstanceIN7leveldb12_GLOBAL__N_111ChromiumEnvENS_*
2165 fun:_ZN7leveldb7OptionsC2Ev 2165 fun:_ZN7leveldb7OptionsC2Ev
2166 fun:_ZN7fileapi27FileSystemDirectoryDatabase4InitEv 2166 fun:_ZN7fileapi27FileSystemDirectoryDatabase4InitEv
2167 fun:_ZN7fileapi27FileSystemDirectoryDatabase11GetFileInfoExPNS0_8FileInfoE 2167 fun:_ZN7fileapi27FileSystemDirectoryDatabase11GetFileInfoExPNS0_8FileInfoE
2168 fun:_ZN7fileapi59FileSystemDirectoryDatabaseTest_TestMissingFileGetInfo_Test8 TestBodyEv 2168 fun:_ZN7fileapi59FileSystemDirectoryDatabaseTest_TestMissingFileGetInfo_Test8 TestBodyEv
2169 } 2169 }
2170 { 2170 {
2171 bug_105938_a 2171 bug_105938_a
2172 Memcheck:Leak 2172 Memcheck:Leak
2173 fun:_Znw* 2173 fun:_Znw*
2174 fun:_ZN7WebCore23v8StringToWebCoreStringIN3WTF12AtomicStringEEET_N2v86HandleI NS4_6StringEEENS_12ExternalModeE 2174 fun:_ZN7WebCore23v8StringToWebCoreStringIN3WTF12AtomicStringEEET_N2v86HandleI NS4_6StringEEENS_12ExternalModeE
(...skipping 154 matching lines...) Expand 10 before | Expand all | Expand 10 after
2329 { 2329 {
2330 bug_102920 2330 bug_102920
2331 Memcheck:Unaddressable 2331 Memcheck:Unaddressable
2332 fun:MDItemCreate 2332 fun:MDItemCreate
2333 fun:CSBackupSetItemExcluded 2333 fun:CSBackupSetItemExcluded
2334 fun:_ZN4base3mac22SetFileBackupExclusionERK8FilePath 2334 fun:_ZN4base3mac22SetFileBackupExclusionERK8FilePath
2335 fun:_ZN7history17ThumbnailDatabase4InitERK8FilePathPKNS_16HistoryPublisherEPN S_11URLDatabaseE 2335 fun:_ZN7history17ThumbnailDatabase4InitERK8FilePathPKNS_16HistoryPublisherEPN S_11URLDatabaseE
2336 fun:_ZN7history14HistoryBackend8InitImplERKSs 2336 fun:_ZN7history14HistoryBackend8InitImplERKSs
2337 fun:_ZN7history14HistoryBackend4InitERKSsb 2337 fun:_ZN7history14HistoryBackend4InitERKSsb
2338 } 2338 }
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