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 5566 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
5577 { | 5577 { |
5578 bug_130619 | 5578 bug_130619 |
5579 Memcheck:Leak | 5579 Memcheck:Leak |
5580 fun:_Znw* | 5580 fun:_Znw* |
5581 fun:_ZN7WebCore9ClipRects6createERKS0_ | 5581 fun:_ZN7WebCore9ClipRects6createERKS0_ |
5582 fun:_ZN7WebCore11RenderLayer15updateClipRectsEPKS0_PNS_12RenderRegionENS_13Cl
ipRectsTypeENS_29OverlayScrollbarSizeRelevancyE | 5582 fun:_ZN7WebCore11RenderLayer15updateClipRectsEPKS0_PNS_12RenderRegionENS_13Cl
ipRectsTypeENS_29OverlayScrollbarSizeRelevancyE |
5583 ... | 5583 ... |
5584 fun:_ZNK7WebCore11RenderLayer15parentClipRectsEPKS0_PNS_12RenderRegionENS_13C
lipRectsTypeERNS_9ClipRectsENS_29OverlayScrollbarSizeRelevancyE | 5584 fun:_ZNK7WebCore11RenderLayer15parentClipRectsEPKS0_PNS_12RenderRegionENS_13C
lipRectsTypeERNS_9ClipRectsENS_29OverlayScrollbarSizeRelevancyE |
5585 fun:_ZNK7WebCore11RenderLayer18backgroundClipRectEPKS0_PNS_12RenderRegionENS_
13ClipRectsTypeENS_29OverlayScrollbarSizeRelevancyE | 5585 fun:_ZNK7WebCore11RenderLayer18backgroundClipRectEPKS0_PNS_12RenderRegionENS_
13ClipRectsTypeENS_29OverlayScrollbarSizeRelevancyE |
5586 } | 5586 } |
5587 { | |
5588 bug_131351 | |
5589 Memcheck:Uninitialized | |
5590 ... | |
5591 fun:_ZN7WebCore15FlexBoxIterator4nextEv | |
5592 ... | |
5593 fun:_ZN7WebCore27RenderDeprecatedFlexibleBox19layoutHorizontalBoxEb | |
5594 fun:_ZN7WebCore27RenderDeprecatedFlexibleBox11layoutBlockEbNS_20FractionalLay
outUnitE | |
5595 ... | |
5596 fun:_ZN7WebCore11RenderBlock6layoutEv | |
5597 fun:_ZN7WebCore10RenderView6layoutEv | |
5598 fun:_ZN7WebCore9FrameView6layoutEb | |
5599 } | |
5600 | 5587 |
5601 #----------------------------------------------------------------------- | 5588 #----------------------------------------------------------------------- |
5602 # 4. These only occur on our Google workstations | 5589 # 4. These only occur on our Google workstations |
5603 | 5590 |
5604 { | 5591 { |
5605 bug_todo_getdelim | 5592 bug_todo_getdelim |
5606 Memcheck:Leak | 5593 Memcheck:Leak |
5607 fun:malloc | 5594 fun:malloc |
5608 fun:getdelim | 5595 fun:getdelim |
5609 ... | 5596 ... |
5610 fun:call_init | 5597 fun:call_init |
5611 fun:_dl_init | 5598 fun:_dl_init |
5612 } | 5599 } |
5613 { | 5600 { |
5614 bug_todo_getdelim2 | 5601 bug_todo_getdelim2 |
5615 Memcheck:Leak | 5602 Memcheck:Leak |
5616 fun:malloc | 5603 fun:malloc |
5617 fun:getdelim | 5604 fun:getdelim |
5618 obj:/lib/libselinux.so.1 | 5605 obj:/lib/libselinux.so.1 |
5619 obj:/lib/libselinux.so.1 | 5606 obj:/lib/libselinux.so.1 |
5620 obj:/lib/libselinux.so.1 | 5607 obj:/lib/libselinux.so.1 |
5621 } | 5608 } |
5622 { | 5609 { |
5623 bug_todo_grep | 5610 bug_todo_grep |
5624 Memcheck:Leak | 5611 Memcheck:Leak |
5625 fun:malloc | 5612 fun:malloc |
5626 obj:/bin/grep | 5613 obj:/bin/grep |
5627 obj:/bin/grep | 5614 obj:/bin/grep |
5628 } | 5615 } |
OLD | NEW |