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 3608 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
3619 bug_484882 | 3619 bug_484882 |
3620 Memcheck:Uninitialized | 3620 Memcheck:Uninitialized |
3621 fun:_ZNK8SkStroke10strokePathERK6SkPathPS0_ | 3621 fun:_ZNK8SkStroke10strokePathERK6SkPathPS0_ |
3622 fun:_ZNK11SkStrokeRec11applyToPathEP6SkPathRKS0_ | 3622 fun:_ZNK11SkStrokeRec11applyToPathEP6SkPathRKS0_ |
3623 fun:_ZNK7SkPaint11getFillPathERK6SkPathPS0_PK6SkRectf | 3623 fun:_ZNK7SkPaint11getFillPathERK6SkPathPS0_PK6SkRectf |
3624 fun:_ZNK7SkPaint11getFillPathERK6SkPathPS0_ | 3624 fun:_ZNK7SkPaint11getFillPathERK6SkPathPS0_ |
3625 fun:_ZNK5blink4Path18strokeBoundingRectERKNS_10StrokeDataE | 3625 fun:_ZNK5blink4Path18strokeBoundingRectERKNS_10StrokeDataE |
3626 fun:_ZNK5blink14LayoutSVGShape26calculateStrokeBoundingBoxEv | 3626 fun:_ZNK5blink14LayoutSVGShape26calculateStrokeBoundingBoxEv |
3627 fun:_ZN5blink14LayoutSVGShape22updateShapeFromElementEv | 3627 fun:_ZN5blink14LayoutSVGShape22updateShapeFromElementEv |
3628 } | 3628 } |
| 3629 { |
| 3630 bug_487706 |
| 3631 Memcheck:Leak |
| 3632 fun:calloc |
| 3633 ... |
| 3634 fun:ssl3_HandleClientHello |
| 3635 fun:ssl3_HandleHandshakeMessage |
| 3636 fun:ssl3_HandleHandshake |
| 3637 fun:ssl3_HandleRecord |
| 3638 fun:ssl3_GatherCompleteHandshake |
| 3639 fun:SSL_ForceHandshake |
| 3640 fun:_ZN3net18SSLServerSocketNSS11DoHandshakeEv |
| 3641 } |
OLD | NEW |