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

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

Issue 12151002: Initialize memory, remove valgrind supression, add transparency test. (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: clear -> erase, add comment. Created 7 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
« no previous file with comments | « no previous file | ui/gfx/skbitmap_operations_unittest.cc » ('j') | 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 6196 matching lines...) Expand 10 before | Expand all | Expand 10 after
6207 bug_166470d 6207 bug_166470d
6208 Memcheck:Leak 6208 Memcheck:Leak
6209 ... 6209 ...
6210 fun:_ZN7fileapi26GetOriginIdentifierFromURLERK4GURL 6210 fun:_ZN7fileapi26GetOriginIdentifierFromURLERK4GURL
6211 fun:_ZN11dom_storage14DomStorageArea26DatabaseFileNameFromOriginERK4GURL 6211 fun:_ZN11dom_storage14DomStorageArea26DatabaseFileNameFromOriginERK4GURL
6212 fun:_ZN11dom_storage14DomStorageAreaC1ERK4GURLRK8FilePathPNS_20DomStorageTask RunnerE 6212 fun:_ZN11dom_storage14DomStorageAreaC1ERK4GURLRK8FilePathPNS_20DomStorageTask RunnerE
6213 fun:_ZN11dom_storage19DomStorageNamespace24DeleteLocalStorageOriginERK4GURL 6213 fun:_ZN11dom_storage19DomStorageNamespace24DeleteLocalStorageOriginERK4GURL
6214 fun:_ZN11dom_storage17DomStorageContext18DeleteLocalStorageERK4GURL 6214 fun:_ZN11dom_storage17DomStorageContext18DeleteLocalStorageERK4GURL
6215 } 6215 }
6216 { 6216 {
6217 bug_166584
6218 Memcheck:Uninitialized
6219 fun:_ZN7testing8internal11CmpHelperEQIjjEENS_15AssertionResultEPKcS4_RKT_RKT0 _
6220 fun:_ZN7testing8internal8EqHelperILb0EE7CompareIjjEENS_15AssertionResultEPKcS 6_RKT_RKT0_
6221 fun:_ZN39SkBitmapOperationsTest_RotateImage_Test8TestBodyEv
6222 }
6223 {
6224 bug_166709 6217 bug_166709
6225 Memcheck:Leak 6218 Memcheck:Leak
6226 fun:_Znw* 6219 fun:_Znw*
6227 fun:_ZN4base4BindIMNS_12_GLOBAL__N_121PostTaskAndReplyRelayEFvvENS_8internal1 7UnretainedWrapper* 6220 fun:_ZN4base4BindIMNS_12_GLOBAL__N_121PostTaskAndReplyRelayEFvvENS_8internal1 7UnretainedWrapper*
6228 fun:_ZN4base8internal20PostTaskAndReplyImpl16PostTaskAndReplyERKN15tracked_ob jects8Location* 6221 fun:_ZN4base8internal20PostTaskAndReplyImpl16PostTaskAndReplyERKN15tracked_ob jects8Location*
6229 ... 6222 ...
6230 fun:_ZN16ExtensionService12AddExtensionEPKN10extensions9ExtensionE 6223 fun:_ZN16ExtensionService12AddExtensionEPKN10extensions9ExtensionE
6231 fun:_ZN52BackgroundApplicationListModelTest_ExplicitTest_Test8TestBodyEv 6224 fun:_ZN52BackgroundApplicationListModelTest_ExplicitTest_Test8TestBodyEv
6232 } 6225 }
6233 { 6226 {
(...skipping 331 matching lines...) Expand 10 before | Expand all | Expand 10 after
6565 fun:_ZN7WebCore18RenderLayerBacking13updateFiltersEPKNS_11RenderStyleE 6558 fun:_ZN7WebCore18RenderLayerBacking13updateFiltersEPKNS_11RenderStyleE
6566 fun:_ZN7WebCore18RenderLayerBacking*GraphicsLayer* 6559 fun:_ZN7WebCore18RenderLayerBacking*GraphicsLayer*
6567 } 6560 }
6568 { 6561 {
6569 bug_173356 6562 bug_173356
6570 Memcheck:Overlap 6563 Memcheck:Overlap
6571 fun:memcpy 6564 fun:memcpy
6572 fun:_ZN3gpu5gles2*Immediate4InitE* 6565 fun:_ZN3gpu5gles2*Immediate4InitE*
6573 fun:_ZN3gpu5gles2*GLES2ImplementationTest_*_Test8TestBodyEv 6566 fun:_ZN3gpu5gles2*GLES2ImplementationTest_*_Test8TestBodyEv
6574 } 6567 }
OLDNEW
« no previous file with comments | « no previous file | ui/gfx/skbitmap_operations_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698