| OLD | NEW |
| 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 Loading... |
| 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 } | |
| OLD | NEW |