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 5747 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
5758 bug_122752b | 5758 bug_122752b |
5759 Memcheck:Unaddressable | 5759 Memcheck:Unaddressable |
5760 fun:_ZN6WebKit12CCThreadImpl8postTaskEN3WTF10PassOwnPtrIN7WebCore8CCThread4Ta
skEEE | 5760 fun:_ZN6WebKit12CCThreadImpl8postTaskEN3WTF10PassOwnPtrIN7WebCore8CCThread4Ta
skEEE |
5761 fun:_ZN7WebCore13CCThreadProxy14setNeedsCommitEv | 5761 fun:_ZN7WebCore13CCThreadProxy14setNeedsCommitEv |
5762 fun:_ZN7WebCore15CCLayerTreeHost14setNeedsCommitEv | 5762 fun:_ZN7WebCore15CCLayerTreeHost14setNeedsCommitEv |
5763 fun:_ZN7WebCore13LayerChromium14setNeedsCommitEv | 5763 fun:_ZN7WebCore13LayerChromium14setNeedsCommitEv |
5764 fun:_ZN7WebCore13LayerChromium11removeChildEPS0_ | 5764 fun:_ZN7WebCore13LayerChromium11removeChildEPS0_ |
5765 fun:_ZN7WebCore13LayerChromium16removeFromParentEv | 5765 fun:_ZN7WebCore13LayerChromium16removeFromParentEv |
5766 fun:_ZN7WebCore21GraphicsLayerChromium16removeFromParentEv | 5766 fun:_ZN7WebCore21GraphicsLayerChromium16removeFromParentEv |
5767 } | 5767 } |
| 5768 { |
| 5769 bug_123307 |
| 5770 Memcheck:Leak |
| 5771 fun:malloc |
| 5772 fun:_ZN3WTF10fastMallocEm |
| 5773 fun:_ZN3WTF16fastZeroedMallocEm |
| 5774 ... |
| 5775 fun:_ZN7WebCore12_GLOBAL__N_111V8ObjectMapIN2v86ObjectEjE3setERKNS2_6HandleIS
3_EERKj |
| 5776 fun:_ZN7WebCore12_GLOBAL__N_110Serializer10greyObjectERKN2v86HandleINS2_6Obje
ctEEE |
| 5777 fun:_ZN7WebCore12_GLOBAL__N_110Serializer11doSerializeEN2v86HandleINS2_5Value
EEEPNS1_9StateBaseE |
| 5778 fun:_ZN7WebCore12_GLOBAL__N_110Serializer9serializeEN2v86HandleINS2_5ValueEEE |
| 5779 fun:_ZN7WebCore21SerializedScriptValueC1EN2v86HandleINS1_5ValueEEEPN3WTF6Vect
orINS5_6RefPtrINS_11MessagePortEEELm1EEEPNS6_INS7_INS5_11ArrayBufferEEELm1EEERb |
| 5780 fun:_ZN7WebCore21SerializedScriptValue6createEN2v86HandleINS1_5ValueEEEPN3WTF
6VectorINS5_6RefPtrINS_11MessagePortEEELm1EEEPNS6_INS7_INS5_11ArrayBufferEEELm1E
EERb |
| 5781 fun:_ZN7WebCoreL25handlePostMessageCallbackERKN2v89ArgumentsEb |
| 5782 fun:_ZN7WebCore11V8DOMWindow19postMessageCallbackERKN2v89ArgumentsE |
| 5783 fun:_ZN2v88internalL19HandleApiCallHelperILb0EEEPNS0_11MaybeObjectENS0_12_GLO
BAL__N_116BuiltinArgumentsILNS0_21BuiltinExtraArgumentsE1EEEPNS0_7IsolateE |
| 5784 fun:_ZN2v88internalL21Builtin_HandleApiCallENS0_12_GLOBAL__N_116BuiltinArgume
ntsILNS0_21BuiltinExtraArgumentsE1EEEPNS0_7IsolateE |
| 5785 } |
5768 | 5786 |
5769 #----------------------------------------------------------------------- | 5787 #----------------------------------------------------------------------- |
5770 # 4. These only occur on our Google workstations | 5788 # 4. These only occur on our Google workstations |
5771 | 5789 |
5772 { | 5790 { |
5773 bug_todo_getdelim | 5791 bug_todo_getdelim |
5774 Memcheck:Leak | 5792 Memcheck:Leak |
5775 fun:malloc | 5793 fun:malloc |
5776 fun:getdelim | 5794 fun:getdelim |
5777 ... | 5795 ... |
(...skipping 10 matching lines...) Expand all Loading... |
5788 obj:/lib/libselinux.so.1 | 5806 obj:/lib/libselinux.so.1 |
5789 } | 5807 } |
5790 { | 5808 { |
5791 bug_todo_grep | 5809 bug_todo_grep |
5792 Memcheck:Leak | 5810 Memcheck:Leak |
5793 fun:malloc | 5811 fun:malloc |
5794 obj:/bin/grep | 5812 obj:/bin/grep |
5795 obj:/bin/grep | 5813 obj:/bin/grep |
5796 } | 5814 } |
5797 | 5815 |
OLD | NEW |