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 5804 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
5815 } | 5815 } |
5816 { | 5816 { |
5817 bug_118384 | 5817 bug_118384 |
5818 Memcheck:Uninitialized | 5818 Memcheck:Uninitialized |
5819 fun:_ZN7WebCore16CCVideoLayerImpl11appendQuadsERNS_12CCQuadCullerEPKNS_17CCSh
aredQuadStateE | 5819 fun:_ZN7WebCore16CCVideoLayerImpl11appendQuadsERNS_12CCQuadCullerEPKNS_17CCSh
aredQuadStateE |
5820 fun:_ZN7WebCore12CCRenderPass19appendQuadsForLayerEPNS_11CCLayerImplEPNS_22CC
OcclusionTrackerBaseIS1_NS_15CCRenderSurfaceEEEPNS_16CCOverdrawCountsE | 5820 fun:_ZN7WebCore12CCRenderPass19appendQuadsForLayerEPNS_11CCLayerImplEPNS_22CC
OcclusionTrackerBaseIS1_NS_15CCRenderSurfaceEEEPNS_16CCOverdrawCountsE |
5821 fun:_ZN7WebCore19CCLayerTreeHostImpl21calculateRenderPassesERN3WTF6VectorINS1
_6OwnPtrINS_12CCRenderPassEEELm0EEERNS2_IPNS_11CCLayerImplELm0EEE | 5821 fun:_ZN7WebCore19CCLayerTreeHostImpl21calculateRenderPassesERN3WTF6VectorINS1
_6OwnPtrINS_12CCRenderPassEEELm0EEERNS2_IPNS_11CCLayerImplELm0EEE |
5822 fun:_ZN7WebCore19CCLayerTreeHostImpl10drawLayersEv | 5822 fun:_ZN7WebCore19CCLayerTreeHostImpl10drawLayersEv |
5823 fun:_ZN7WebCore19CCSingleThreadProxy11doCompositeEv | 5823 fun:_ZN7WebCore19CCSingleThreadProxy11doCompositeEv |
5824 } | 5824 } |
| 5825 { |
| 5826 bug_118387a |
| 5827 Memcheck:Unaddressable |
| 5828 fun:_ZN3WTF11currentTimeEv |
| 5829 fun:_ZN7WebCore5EventC2ERKN3WTF12AtomicStringEbb |
| 5830 fun:_ZN7WebCore19PageTransitionEventC1ERKN3WTF12AtomicStringEb |
| 5831 fun:_ZN7WebCore19PageTransitionEvent6createERKN3WTF12AtomicStringEb |
| 5832 fun:_ZN7WebCore11FrameLoader11stopLoadingENS_17UnloadEventPolicyE |
| 5833 fun:_ZN7WebCore11FrameLoader8closeURLEv |
| 5834 fun:_ZN7WebCore11FrameLoader16detachFromParentEv |
| 5835 fun:_ZN7WebCore11FrameLoader13frameDetachedEv |
| 5836 fun:_ZN7WebCore8SVGImageD0Ev |
| 5837 } |
| 5838 { |
| 5839 bug_118387b |
| 5840 Memcheck:Unaddressable |
| 5841 fun:_ZN7WebCore15PlatformSupport20histogramEnumerationEPKcii |
| 5842 fun:_ZN7WebCore16HistogramSupport20histogramEnumerationEPKcii |
| 5843 fun:_ZN7WebCoreL27histogramMutationEventUsageERKt |
| 5844 fun:_ZN7WebCore8DocumentD2Ev |
| 5845 fun:_ZN7WebCore11SVGDocumentD0Ev |
| 5846 } |
5825 | 5847 |
5826 #----------------------------------------------------------------------- | 5848 #----------------------------------------------------------------------- |
5827 # 4. These only occur on our Google workstations | 5849 # 4. These only occur on our Google workstations |
5828 | 5850 |
5829 { | 5851 { |
5830 bug_todo_getdelim | 5852 bug_todo_getdelim |
5831 Memcheck:Leak | 5853 Memcheck:Leak |
5832 fun:malloc | 5854 fun:malloc |
5833 fun:getdelim | 5855 fun:getdelim |
5834 ... | 5856 ... |
(...skipping 16 matching lines...) Expand all Loading... |
5851 obj:/bin/grep | 5873 obj:/bin/grep |
5852 obj:/bin/grep | 5874 obj:/bin/grep |
5853 } | 5875 } |
5854 { | 5876 { |
5855 bug_117789 | 5877 bug_117789 |
5856 Memcheck:Uninitialized | 5878 Memcheck:Uninitialized |
5857 fun:_ZN2v88internal4Heap14CollectGarbageENS0_15AllocationSpaceENS0_16GarbageC
ollectorEPKcS5_ | 5879 fun:_ZN2v88internal4Heap14CollectGarbageENS0_15AllocationSpaceENS0_16GarbageC
ollectorEPKcS5_ |
5858 fun:_ZN2v88internal4Heap14CollectGarbageENS0_15AllocationSpaceEPKc | 5880 fun:_ZN2v88internal4Heap14CollectGarbageENS0_15AllocationSpaceEPKc |
5859 ... | 5881 ... |
5860 } | 5882 } |
OLD | NEW |