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

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

Issue 1815443003: Suppress jump on uninitialized value in skia (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 9 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 3431 matching lines...) Expand 10 before | Expand all | Expand 10 after
3442 ... 3442 ...
3443 fun:_ZN7content28ShellURLRequestContextGetter20GetURLRequestContextEv 3443 fun:_ZN7content28ShellURLRequestContextGetter20GetURLRequestContextEv
3444 fun:_ZN7content21ChromeAppCacheService20InitializeOnIOThreadERKN4base8FilePat hEPNS_15ResourceContextEPN3net23URLRequestContextGetterE13scoped_refptrIN7storag e20SpecialStoragePolicyEE 3444 fun:_ZN7content21ChromeAppCacheService20InitializeOnIOThreadERKN4base8FilePat hEPNS_15ResourceContextEPN3net23URLRequestContextGetterE13scoped_refptrIN7storag e20SpecialStoragePolicyEE
3445 } 3445 }
3446 { 3446 {
3447 bug_587544_b 3447 bug_587544_b
3448 Memcheck:Leak 3448 Memcheck:Leak
3449 ... 3449 ...
3450 fun:_ZN4base4BindIMN7content21ChromeAppCacheServiceEFvRKNS_8FilePathEPNS1_15R esourceContextEPN3net23URLRequestContextGetterE13scoped_refptrIN7storage20Specia lStoragePolicyEEEJPS2_S3_S7_SB_IS9_ESE_EEENS_8CallbackINS_8internal22MakeUnbound RunTypeImplIT_JDpT0_EE4TypeEEESM_DpOSN_ 3450 fun:_ZN4base4BindIMN7content21ChromeAppCacheServiceEFvRKNS_8FilePathEPNS1_15R esourceContextEPN3net23URLRequestContextGetterE13scoped_refptrIN7storage20Specia lStoragePolicyEEEJPS2_S3_S7_SB_IS9_ESE_EEENS_8CallbackINS_8internal22MakeUnbound RunTypeImplIT_JDpT0_EE4TypeEEESM_DpOSN_
3451 } 3451 }
3452 {
3453 bug_595951
3454 Memcheck:Uninitialized
3455 fun:_ZN7GrGLGpu11bindTextureEiRK15GrTextureParamsP11GrGLTexture
3456 fun:_ZN7GrGLGpu12flushGLStateERK10GrPipelineRK20GrPrimitiveProcessor
3457 fun:_ZN7GrGLGpu6onDrawERK10GrPipelineRK20GrPrimitiveProcessorPK6GrMeshi
3458 fun:_ZN5GrGpu4drawERK10GrPipelineRK20GrPrimitiveProcessorPK6GrMeshi
3459 fun:_ZN13GrVertexBatch6onDrawEP17GrBatchFlushState
3460 ...
3461 fun:_ZN8SkCanvas5flushEv
3462 }
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