| 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 1133 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1144 { | 1144 { |
| 1145 # Intentional - data is stored in thread-local storage for an unjoined | 1145 # Intentional - data is stored in thread-local storage for an unjoined |
| 1146 # worker thread, and so can occasionally leak. See crbug.com/89553 for | 1146 # worker thread, and so can occasionally leak. See crbug.com/89553 for |
| 1147 # additional info | 1147 # additional info |
| 1148 bug_89553 | 1148 bug_89553 |
| 1149 Memcheck:Leak | 1149 Memcheck:Leak |
| 1150 fun:_Znw* | 1150 fun:_Znw* |
| 1151 fun:_ZN12_GLOBAL__N_111DnsReloader11MaybeReloadEv | 1151 fun:_ZN12_GLOBAL__N_111DnsReloader11MaybeReloadEv |
| 1152 } | 1152 } |
| 1153 { | 1153 { |
| 1154 # Intentional - atomic strings and hash map in WebCore::nameToPseudoTypeMap()
(CSSSelector.cpp) are to be leaked | |
| 1155 bug_108516 | |
| 1156 Memcheck:Leak | |
| 1157 fun:_Znw* | |
| 1158 fun:_ZN7WebCoreL19nameToPseudoTypeMapEv | |
| 1159 } | |
| 1160 { | |
| 1161 bug_79322 (Intentional) | 1154 bug_79322 (Intentional) |
| 1162 Memcheck:Leak | 1155 Memcheck:Leak |
| 1163 fun:_Znw* | 1156 fun:_Znw* |
| 1164 ... | 1157 ... |
| 1165 fun:_ZN4base*StatisticsRecorderTest_*_Test8TestBodyEv | 1158 fun:_ZN4base*StatisticsRecorderTest_*_Test8TestBodyEv |
| 1166 } | 1159 } |
| 1167 { | 1160 { |
| 1168 # This test simulates a ppapi plugin that fails to decrement a reference | 1161 # This test simulates a ppapi plugin that fails to decrement a reference |
| 1169 # count. In that case, the ppapi runtime will clean up its internal data | 1162 # count. In that case, the ppapi runtime will clean up its internal data |
| 1170 # structures, but intentionally does not delete the plugin object's | 1163 # structures, but intentionally does not delete the plugin object's |
| (...skipping 1456 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2627 fun:get_shaper_and_font | 2620 fun:get_shaper_and_font |
| 2628 fun:itemize_state_process_run | 2621 fun:itemize_state_process_run |
| 2629 fun:pango_itemize_with_base_dir | 2622 fun:pango_itemize_with_base_dir |
| 2630 fun:pango_layout_check_lines | 2623 fun:pango_layout_check_lines |
| 2631 fun:pango_layout_get_extents_internal | 2624 fun:pango_layout_get_extents_internal |
| 2632 fun:pango_layout_get_pixel_extents | 2625 fun:pango_layout_get_pixel_extents |
| 2633 fun:pango_layout_get_pixel_size | 2626 fun:pango_layout_get_pixel_size |
| 2634 fun:_ZN3gfx10Canvas13SizeStringIntERKSbItN4base20string16_char_traitsESaItEER
KNS_4FontEPiSA_i | 2627 fun:_ZN3gfx10Canvas13SizeStringIntERKSbItN4base20string16_char_traitsESaItEER
KNS_4FontEPiSA_i |
| 2635 } | 2628 } |
| 2636 { | 2629 { |
| 2637 bug_70599 | |
| 2638 Memcheck:Uninitialized | |
| 2639 fun:bcmp | |
| 2640 fun:_ZN3WTF14VectorComparerILb1EN7WebCore11CSSPropertyE* | |
| 2641 fun:_ZN3WTF20VectorTypeOperationsIN7WebCore11CSSPropertyE* | |
| 2642 fun:_ZN3WTFeqIN7WebCore11CSSPropertyE* | |
| 2643 fun:_ZNK7WebCore26CSSMutableStyleDeclaration15propertiesEqualEPKS0_ | |
| 2644 fun:_ZNK7WebCore12NamedNodeMap20mappedMapsEquivalentEPKS0_ | |
| 2645 fun:_ZNK7WebCore16CSSStyleSelector24canShareStyleWithElementE* | |
| 2646 } | |
| 2647 { | |
| 2648 bug_71152 | 2630 bug_71152 |
| 2649 Memcheck:Leak | 2631 Memcheck:Leak |
| 2650 fun:_Znw* | 2632 fun:_Znw* |
| 2651 ... | 2633 ... |
| 2652 fun:_ZN14SessionService20OnGotSessionCommandsEi13scoped_refptrIN18BaseSession
Service26InternalGetCommandsRequestEE | 2634 fun:_ZN14SessionService20OnGotSessionCommandsEi13scoped_refptrIN18BaseSession
Service26InternalGetCommandsRequestEE |
| 2653 } | 2635 } |
| 2654 { | 2636 { |
| 2655 bug_71728 | 2637 bug_71728 |
| 2656 Memcheck:Leak | 2638 Memcheck:Leak |
| 2657 fun:_Znw* | 2639 fun:_Znw* |
| (...skipping 1479 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 4137 fun:_Znw* | 4119 fun:_Znw* |
| 4138 fun:_ZN7WebCore11iBeamCursorEv | 4120 fun:_ZN7WebCore11iBeamCursorEv |
| 4139 fun:_ZN7WebCore12EventHandler12selectCursorERKNS_28MouseEventWithHitTestResul
tsEPNS_9ScrollbarE | 4121 fun:_ZN7WebCore12EventHandler12selectCursorERKNS_28MouseEventWithHitTestResul
tsEPNS_9ScrollbarE |
| 4140 fun:_ZN7WebCore12EventHandler20handleMouseMoveEventERKNS_18PlatformMouseEvent
EPNS_13HitTestResultEb | 4122 fun:_ZN7WebCore12EventHandler20handleMouseMoveEventERKNS_18PlatformMouseEvent
EPNS_13HitTestResultEb |
| 4141 fun:_ZN7WebCore12EventHandler10mouseMovedERKNS_18PlatformMouseEventEb | 4123 fun:_ZN7WebCore12EventHandler10mouseMovedERKNS_18PlatformMouseEventEb |
| 4142 fun:_ZN6WebKit11WebViewImpl9mouseMoveERKNS_13WebMouseEventE | 4124 fun:_ZN6WebKit11WebViewImpl9mouseMoveERKNS_13WebMouseEventE |
| 4143 fun:_ZN6WebKit11WebViewImpl16handleInputEventERKNS_13WebInputEventE | 4125 fun:_ZN6WebKit11WebViewImpl16handleInputEventERKNS_13WebInputEventE |
| 4144 fun:_ZN12RenderWidget18OnHandleInputEventERKN3IPC7MessageE | 4126 fun:_ZN12RenderWidget18OnHandleInputEventERKN3IPC7MessageE |
| 4145 } | 4127 } |
| 4146 { | 4128 { |
| 4147 bug_107698 | |
| 4148 Memcheck:Leak | |
| 4149 fun:malloc | |
| 4150 ... | |
| 4151 fun:_ZN7WebCore9CSSParser10parseSheetEPNS_13CSSStyleSheetERKN3WTF6StringEiPNS
3_7HashMapIPNS_12CSSStyleRuleENS3_6RefPtrINS_17CSSRuleSourceDataEEENS3_7PtrHashI
S9_EENS3_10HashTraitsIS9_EENSF_ISC_EEEE | |
| 4152 fun:_ZN7WebCore13CSSStyleSheet17parseStringAtLineERKN3WTF6StringEbi | |
| 4153 fun:_ZN7WebCore13CSSStyleSheet11parseStringERKN3WTF6StringEb | |
| 4154 fun:_ZN7WebCoreL12parseUASheetERKN3WTF6StringE | |
| 4155 } | |
| 4156 { | |
| 4157 bug_107698a | 4129 bug_107698a |
| 4158 Memcheck:Leak | 4130 Memcheck:Leak |
| 4159 fun:malloc | 4131 fun:malloc |
| 4160 ... | 4132 ... |
| 4161 fun:_ZN7WebCore9CSSParser10parseSheetEPNS_13CSSStyleSheetERKN3WTF6StringEiPNS
3_7HashMapIPNS_12CSSStyleRuleENS3_6RefPtrINS_17CSSRuleSourceDataEEENS3_7PtrHashI
S9_EENS3_10HashTraitsIS9_EENSF_ISC_EEEE | 4133 fun:_ZN7WebCore9CSSParser10parseSheetEPNS_13CSSStyleSheetERKN3WTF6StringEiPNS
3_7HashMapIPNS_12CSSStyleRuleENS3_6RefPtrINS_17CSSRuleSourceDataEEENS3_7PtrHashI
S9_EENS3_10HashTraitsIS9_EENSF_ISC_EEEE |
| 4162 fun:_ZN7WebCore13CSSStyleSheet17parseStringAtLineERKN3WTF6StringEbi | 4134 fun:_ZN7WebCore13CSSStyleSheet17parseStringAtLineERKN3WTF6StringEbi |
| 4163 fun:_ZN7WebCore12StyleElement11createSheetEPNS_7ElementEiRKN3WTF6StringE | 4135 fun:_ZN7WebCore12StyleElement11createSheetEPNS_7ElementEiRKN3WTF6StringE |
| 4164 fun:_ZN7WebCore12StyleElement7processEPNS_7ElementE | 4136 fun:_ZN7WebCore12StyleElement7processEPNS_7ElementE |
| 4165 } | 4137 } |
| 4166 { | 4138 { |
| (...skipping 3231 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 7398 } | 7370 } |
| 7399 { | 7371 { |
| 7400 bug_246870 | 7372 bug_246870 |
| 7401 Memcheck:Leak | 7373 Memcheck:Leak |
| 7402 fun:_Znw* | 7374 fun:_Znw* |
| 7403 fun:_ZN6webrtc13DesktopRegionaSERKS0_ | 7375 fun:_ZN6webrtc13DesktopRegionaSERKS0_ |
| 7404 fun:_ZN5media12_GLOBAL__N_119ScreenCapturerLinux7CaptureERKN6webrtc13DesktopR
egionE | 7376 fun:_ZN5media12_GLOBAL__N_119ScreenCapturerLinux7CaptureERKN6webrtc13DesktopR
egionE |
| 7405 fun:_ZN5media19ScreenCaptureDevice4Core9DoCaptureEv | 7377 fun:_ZN5media19ScreenCaptureDevice4Core9DoCaptureEv |
| 7406 fun:_ZN5media19ScreenCaptureDevice4Core* | 7378 fun:_ZN5media19ScreenCaptureDevice4Core* |
| 7407 } | 7379 } |
| OLD | NEW |