| 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 3401 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3412 bug_422485 | 3412 bug_422485 |
| 3413 Memcheck:Overlap | 3413 Memcheck:Overlap |
| 3414 fun:memcpy@@GLIBC_2.14 | 3414 fun:memcpy@@GLIBC_2.14 |
| 3415 fun:_ZNK8SkBitmap12copyPixelsToEPvmmb | 3415 fun:_ZNK8SkBitmap12copyPixelsToEPvmmb |
| 3416 fun:_ZN5blink19ImageFrameGenerator14decodeAndScaleERK11SkImageInfomPvm | 3416 fun:_ZN5blink19ImageFrameGenerator14decodeAndScaleERK11SkImageInfomPvm |
| 3417 fun:_ZN5blink22DecodingImageGenerator11onGetPixelsERK11SkImageInfoPvmPjPi | 3417 fun:_ZN5blink22DecodingImageGenerator11onGetPixelsERK11SkImageInfoPvmPjPi |
| 3418 fun:_ZN16SkImageGenerator9getPixelsERK11SkImageInfoPvmPjPi | 3418 fun:_ZN16SkImageGenerator9getPixelsERK11SkImageInfoPvmPjPi |
| 3419 ... | 3419 ... |
| 3420 fun:_ZNK6SkDraw10drawBitmapERK8SkBitmapRK8SkMatrixRK7SkPaint | 3420 fun:_ZNK6SkDraw10drawBitmapERK8SkBitmapRK8SkMatrixRK7SkPaint |
| 3421 } | 3421 } |
| 3422 { |
| 3423 bug_424056a |
| 3424 Memcheck:Leak |
| 3425 fun:malloc |
| 3426 fun:_ZN3WTF13CStringBuffer19createUninitializedEm |
| 3427 fun:_ZN3WTF7CString16newUninitializedEmRPc |
| 3428 fun:_ZN3WTF15TextCodecLatin112encodeCommonIhEENS_7CStringEPKT_mNS_19Unencodab
leHandlingE |
| 3429 fun:_ZN3WTF15TextCodecLatin16encodeEPKhmNS_19UnencodableHandlingE |
| 3430 } |
| 3431 { |
| 3432 bug_424056b |
| 3433 Memcheck:Leak |
| 3434 fun:malloc |
| 3435 fun:_ZN3WTF13CStringBuffer19createUninitializedEm |
| 3436 fun:_ZN3WTF7CString4initEPKcm |
| 3437 fun:_ZN3WTF7CStringC1EPKcm |
| 3438 fun:_ZN3WTF13TextCodecUTF812encodeCommonIhEENS_7CStringEPKT_m |
| 3439 fun:_ZN3WTF13TextCodecUTF86encodeEPKhmNS_19UnencodableHandlingE |
| 3440 fun:_ZNK3WTF12TextEncoding6encodeERKNS_6StringENS_19UnencodableHandlingE |
| 3441 } |
| OLD | NEW |