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 1669 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1680 { | 1680 { |
1681 bug_30704e | 1681 bug_30704e |
1682 Memcheck:Uninitialized | 1682 Memcheck:Uninitialized |
1683 fun:crc32 | 1683 fun:crc32 |
1684 ... | 1684 ... |
1685 fun:png_write_row | 1685 fun:png_write_row |
1686 fun:_ZN7WebCore*12encodePixels*_7IntSizeEPhbPN3WTF6VectorIhLj0EEE | 1686 fun:_ZN7WebCore*12encodePixels*_7IntSizeEPhbPN3WTF6VectorIhLj0EEE |
1687 fun:_ZN7WebCore15PNGImageEncoder6encode* | 1687 fun:_ZN7WebCore15PNGImageEncoder6encode* |
1688 } | 1688 } |
1689 { | 1689 { |
| 1690 bug_30704f |
| 1691 Memcheck:Uninitialized |
| 1692 ... |
| 1693 fun:png_process_data |
| 1694 fun:_ZN7WebCore14PNGImageReader6decodeERKNS_12SharedBufferEb |
| 1695 fun:_ZN7WebCore15PNGImageDecoder6decodeEb |
| 1696 fun:_ZN7WebCore15PNGImageDecoder18frameBufferAtIndexEm |
| 1697 fun:_ZN7WebCore11ImageSource18createFrameAtIndexEm |
| 1698 fun:_ZN7WebCore11BitmapImage10cacheFrameEm |
| 1699 fun:_ZN7WebCore11BitmapImage12frameAtIndexEm |
| 1700 fun:_ZN7WebCore11BitmapImage26nativeImageForCurrentFrameEv |
| 1701 fun:_ZN7WebCore11BitmapImage4drawEPNS_15GraphicsContextERKNS_9FloatRectES5_NS
_10ColorSpaceENS_17CompositeOperatorE |
| 1702 fun:_ZN7WebCore15GraphicsContext9drawImageEPNS_5ImageENS_10ColorSpaceERKNS_9F
loatRectES6_NS_17CompositeOperatorEb |
| 1703 fun:_ZN7WebCore15GraphicsContext9drawImageEPNS_5ImageENS_10ColorSpaceERKNS_7I
ntRectES6_NS_17CompositeOperatorEb |
| 1704 fun:_ZN7WebCore15GraphicsContext9drawImageEPNS_5ImageENS_10ColorSpaceERKNS_7I
ntRectENS_17CompositeOperatorEb |
| 1705 fun:_ZN7WebCore11RenderImage13paintIntoRectEPNS_15GraphicsContextERKNS_7IntRe
ctE |
| 1706 fun:_ZN7WebCore11RenderImage13paintReplacedERNS_9PaintInfoERKNS_8IntPointE |
| 1707 fun:_ZN7WebCore14RenderReplaced5paintERNS_9PaintInfoERKNS_8IntPointE |
| 1708 fun:_ZN7WebCore11RenderImage5paintERNS_9PaintInfoERKNS_8IntPointE |
| 1709 fun:_ZN7WebCore9InlineBox5paintERNS_9PaintInfoERKNS_8IntPointEii |
| 1710 } |
| 1711 { |
1690 bug_87232 | 1712 bug_87232 |
1691 Memcheck:Uninitialized | 1713 Memcheck:Uninitialized |
1692 fun:_ZN7WebCore12base64EncodeEPKcjRN3WTF6VectorIcLj0EEEb | 1714 fun:_ZN7WebCore12base64EncodeEPKcjRN3WTF6VectorIcLj0EEEb |
1693 fun:_ZN7WebCore12base64EncodeERKN3WTF6VectorIcLj0EEERS2_b | 1715 fun:_ZN7WebCore12base64EncodeERKN3WTF6VectorIcLj0EEERS2_b |
1694 fun:_ZN7WebCore*14ImageToDataURL*SkBitmapEEN3WTF6StringERT_* | 1716 fun:_ZN7WebCore*14ImageToDataURL*SkBitmapEEN3WTF6StringERT_* |
1695 } | 1717 } |
1696 { | 1718 { |
1697 bug_31800 | 1719 bug_31800 |
1698 Memcheck:Leak | 1720 Memcheck:Leak |
1699 fun:_Znw* | 1721 fun:_Znw* |
(...skipping 3711 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
5411 obj:/lib/libselinux.so.1 | 5433 obj:/lib/libselinux.so.1 |
5412 obj:/lib/libselinux.so.1 | 5434 obj:/lib/libselinux.so.1 |
5413 } | 5435 } |
5414 { | 5436 { |
5415 bug_todo_grep | 5437 bug_todo_grep |
5416 Memcheck:Leak | 5438 Memcheck:Leak |
5417 fun:malloc | 5439 fun:malloc |
5418 obj:/bin/grep | 5440 obj:/bin/grep |
5419 obj:/bin/grep | 5441 obj:/bin/grep |
5420 } | 5442 } |
OLD | NEW |