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

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

Issue 1588913002: Fix AccountInfo uninitialized memory issues. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Explicit default value to false Created 4 years, 11 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 | « components/signin/core/browser/account_tracker_service_unittest.cc ('k') | 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 3376 matching lines...) Expand 10 before | Expand all | Expand 10 after
3387 ... 3387 ...
3388 fun:_ZN7GrGLGpu6CreateElRK16GrContextOptionsP9GrContext 3388 fun:_ZN7GrGLGpu6CreateElRK16GrContextOptionsP9GrContext
3389 fun:_ZN5GrGpu6CreateE9GrBackendlRK16GrContextOptionsP9GrContext 3389 fun:_ZN5GrGpu6CreateE9GrBackendlRK16GrContextOptionsP9GrContext
3390 fun:_ZN9GrContext4initE9GrBackendlRK16GrContextOptions 3390 fun:_ZN9GrContext4initE9GrBackendlRK16GrContextOptions
3391 fun:_ZN9GrContext6CreateE9GrBackendlRK16GrContextOptions 3391 fun:_ZN9GrContext6CreateE9GrBackendlRK16GrContextOptions
3392 fun:_ZN9GrContext6CreateE9GrBackendl 3392 fun:_ZN9GrContext6CreateE9GrBackendl
3393 ... 3393 ...
3394 fun:_ZN2cc10GLRenderer18DrawRenderPassQuadEPNS_14DirectRenderer12DrawingFrame EPKNS_18RenderPassDrawQuadEPKN3gfx5QuadFE 3394 fun:_ZN2cc10GLRenderer18DrawRenderPassQuadEPNS_14DirectRenderer12DrawingFrame EPKNS_18RenderPassDrawQuadEPKN3gfx5QuadFE
3395 fun:_ZN2cc10GLRenderer10DoDrawQuadEPNS_14DirectRenderer12DrawingFrameEPKNS_8D rawQuadEPKN3gfx5QuadFE 3395 fun:_ZN2cc10GLRenderer10DoDrawQuadEPNS_14DirectRenderer12DrawingFrameEPKNS_8D rawQuadEPKN3gfx5QuadFE
3396 } 3396 }
3397 {
3398 bug_577333a
3399 Memcheck:Uninitialized
3400 ...
3401 fun:_ZN47AccountInfoTest_UpdateWithSuccessfulUpdate_Test8TestBodyEv
3402 }
3403 {
3404 bug_577333b
3405 Memcheck:Uninitialized
3406 ...
3407 fun:_ZN50AccountTrackerServiceTest_SeedAccountInfoFull_Test8TestBodyEv
3408 }
OLDNEW
« no previous file with comments | « components/signin/core/browser/account_tracker_service_unittest.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698