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

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

Issue 9307005: Refix suppression for bug=105580 (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 2133 matching lines...) Expand 10 before | Expand all | Expand 10 after
2144 fun:_ZN19TGlobalFontRegistryC2Ev 2144 fun:_ZN19TGlobalFontRegistryC2Ev
2145 fun:XTCopyFontWithName 2145 fun:XTCopyFontWithName
2146 fun:_ZNK17TDescriptorSource35CopyFontDescriptorPerPostscriptNameEPK10__CFStri ngm 2146 fun:_ZNK17TDescriptorSource35CopyFontDescriptorPerPostscriptNameEPK10__CFStri ngm
2147 } 2147 }
2148 { 2148 {
2149 bug_105580 2149 bug_105580
2150 Memcheck:Leak 2150 Memcheck:Leak
2151 fun:malloc_zone_malloc 2151 fun:malloc_zone_malloc
2152 fun:malloc_set_zone_name 2152 fun:malloc_set_zone_name
2153 fun:malloc_default_purgeable_zone 2153 fun:malloc_default_purgeable_zone
2154 ...
2154 fun:_ZN4base30EnableTerminationOnOutOfMemoryEv 2155 fun:_ZN4base30EnableTerminationOnOutOfMemoryEv
2155 fun:_ZN7leveldb12_GLOBAL__N_111ChromiumEnvC2Ev 2156 fun:_ZN7leveldb12_GLOBAL__N_111ChromiumEnvC2Ev
2157 ...
2156 fun:_ZN4base25DefaultLazyInstanceTraitsIN7leveldb12_GLOBAL__N_111ChromiumEnvE E3NewEPv 2158 fun:_ZN4base25DefaultLazyInstanceTraitsIN7leveldb12_GLOBAL__N_111ChromiumEnvE E3NewEPv
2157 fun:_ZN4base12LazyInstanceIN7leveldb12_GLOBAL__N_111ChromiumEnvENS_* 2159 fun:_ZN4base12LazyInstanceIN7leveldb12_GLOBAL__N_111ChromiumEnvENS_*
2160 ...
2158 fun:_ZN7leveldb7OptionsC2Ev 2161 fun:_ZN7leveldb7OptionsC2Ev
2162 ...
2159 fun:_ZN7fileapi27FileSystemDirectoryDatabase4InitEv 2163 fun:_ZN7fileapi27FileSystemDirectoryDatabase4InitEv
2160 fun:_ZN7fileapi27FileSystemDirectoryDatabase11GetFileInfoExPNS0_8FileInfoE 2164 fun:_ZN7fileapi27FileSystemDirectoryDatabase11GetFileInfoExPNS0_8FileInfoE
2161 fun:_ZN7fileapi59FileSystemDirectoryDatabaseTest_TestMissingFileGetInfo_Test8 TestBodyEv 2165 fun:_ZN7fileapi59FileSystemDirectoryDatabaseTest_TestMissingFileGetInfo_Test8 TestBodyEv
2162 } 2166 }
2163 { 2167 {
2164 bug_105938_a 2168 bug_105938_a
2165 Memcheck:Leak 2169 Memcheck:Leak
2166 fun:_Znw* 2170 fun:_Znw*
2167 fun:_ZN7WebCore23v8StringToWebCoreStringIN3WTF12AtomicStringEEET_N2v86HandleI NS4_6StringEEENS_12ExternalModeE 2171 fun:_ZN7WebCore23v8StringToWebCoreStringIN3WTF12AtomicStringEEET_N2v86HandleI NS4_6StringEEENS_12ExternalModeE
2168 ... 2172 ...
(...skipping 177 matching lines...) Expand 10 before | Expand all | Expand 10 after
2346 fun:_ZN27RenderWidgetHostViewMacTest24AddAcceleratedPluginViewEii 2350 fun:_ZN27RenderWidgetHostViewMacTest24AddAcceleratedPluginViewEii
2347 fun:_ZN53RenderWidgetHostViewMacTest_FocusAcceleratedView_Test8TestBodyEv 2351 fun:_ZN53RenderWidgetHostViewMacTest_FocusAcceleratedView_Test8TestBodyEv
2348 } 2352 }
2349 { 2353 {
2350 bug_112086 2354 bug_112086
2351 Memcheck:Uninitialized 2355 Memcheck:Uninitialized
2352 fun:x_zone_size 2356 fun:x_zone_size
2353 fun:find_registered_purgeable_zone 2357 fun:find_registered_purgeable_zone
2354 fun:malloc_make_purgeable 2358 fun:malloc_make_purgeable
2355 } 2359 }
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