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 2294 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2305 { | 2305 { |
2306 bug_273398 | 2306 bug_273398 |
2307 Memcheck:Leak | 2307 Memcheck:Leak |
2308 ... | 2308 ... |
2309 fun:_ZN6Pickle6ResizeEm | 2309 fun:_ZN6Pickle6ResizeEm |
2310 fun:_ZN6PickleC1Ev | 2310 fun:_ZN6PickleC1Ev |
2311 fun:_ZN7content14ZygoteHostImpl20GetTerminationStatusEibPi | 2311 fun:_ZN7content14ZygoteHostImpl20GetTerminationStatusEibPi |
2312 fun:_ZN7content20ChildProcessLauncher25GetChildTerminationStatusEbPi | 2312 fun:_ZN7content20ChildProcessLauncher25GetChildTerminationStatusEbPi |
2313 } | 2313 } |
2314 { | 2314 { |
2315 bug_288804 | |
2316 Memcheck:Leak | |
2317 fun:_Znw* | |
2318 fun:_ZN9__gnu_cxx13new_allocatorISt13_Rb_tree_nodeISt4pairIKN3net12HostPortPa
irESt3mapINS3_15SpdySettingsIdsES2_INS3_17SpdySettingsFlagsEjESt4lessIS7_ESaIS2_
IKS7_S9_EEEEEE8allocateEmPKv | |
2319 fun:_ZNSt8_Rb_treeIN3net12HostPortPairESt4pairIKS1_St3mapINS0_15SpdySettingsI
dsES2_INS0_17SpdySettingsFlagsEjESt4lessIS5_ESaIS2_IKS5_S7_EEEESt10_Select1stISE
_ES8_IS1_ESaISE_EE11_M_get_nodeEv | |
2320 fun:_ZNSt8_Rb_treeIN3net12HostPortPairESt4pairIKS1_St3mapINS0_15SpdySettingsI
dsES2_INS0_17SpdySettingsFlagsEjESt4lessIS5_ESaIS2_IKS5_S7_EEEESt10_Select1stISE
_ES8_IS1_ESaISE_EE14_M_create_nodeERKSE_ | |
2321 fun:_ZNSt8_Rb_treeIN3net12HostPortPairESt4pairIKS1_St3mapINS0_15SpdySettingsI
dsES2_INS0_17SpdySettingsFlagsEjESt4lessIS5_ESaIS2_IKS5_S7_EEEESt10_Select1stISE
_ES8_IS1_ESaISE_EE13_M_clone_nodeEPKSt13_Rb_tree_nodeISE_E | |
2322 fun:_ZNSt8_Rb_treeIN3net12HostPortPairESt4pairIKS1_St3mapINS0_15SpdySettingsI
dsES2_INS0_17SpdySettingsFlagsEjESt4lessIS5_ESaIS2_IKS5_S7_EEEESt10_Select1stISE
_ES8_IS1_ESaISE_EE7_M_copyEPKSt13_Rb_tree_nodeISE_EPSL_ | |
2323 fun:_ZNSt8_Rb_treeIN3net12HostPortPairESt4pairIKS1_St3mapINS0_15SpdySettingsI
dsES2_INS0_17SpdySettingsFlagsEjESt4lessIS5_ESaIS2_IKS5_S7_EEEESt10_Select1stISE
_ES8_IS1_ESaISE_EEaSERKSJ_ | |
2324 fun:_ZNSt3mapIN3net12HostPortPairES_INS0_15SpdySettingsIdsESt4pairINS0_17Spdy
SettingsFlagsEjESt4lessIS2_ESaIS3_IKS2_S5_EEES6_IS1_ESaIS3_IKS1_SB_EEEaSERKSG_ | |
2325 fun:_ZN18chrome_browser_net27HttpServerPropertiesManager24UpdatePrefsFromCach
eOnIOERKN4base8CallbackIFvvEEE | |
2326 fun:_ZN18chrome_browser_net27HttpServerPropertiesManager24UpdatePrefsFromCach
eOnIOEv | |
2327 } | |
2328 { | |
2329 bug_290407 | 2315 bug_290407 |
2330 Memcheck:Leak | 2316 Memcheck:Leak |
2331 fun:calloc | 2317 fun:calloc |
2332 fun:_swrast_new_soft_renderbuffer | 2318 fun:_swrast_new_soft_renderbuffer |
2333 fun:_mesa_BindRenderbufferEXT | 2319 fun:_mesa_BindRenderbufferEXT |
2334 fun:shared_dispatch_stub_939 | 2320 fun:shared_dispatch_stub_939 |
2335 fun:_ZN3gfx9GLApiBase23glBindRenderbufferEXTFnEjj | 2321 fun:_ZN3gfx9GLApiBase23glBindRenderbufferEXTFnEjj |
2336 fun:_ZN3gpu5gles216GLES2DecoderImpl18DoBindRenderbufferEjj | 2322 fun:_ZN3gpu5gles216GLES2DecoderImpl18DoBindRenderbufferEjj |
2337 } | 2323 } |
2338 { | 2324 { |
(...skipping 1245 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
3584 { | 3570 { |
3585 bug_515266 | 3571 bug_515266 |
3586 Memcheck:Uninitialized | 3572 Memcheck:Uninitialized |
3587 fun:_ZN3WTF16VectorBufferBaseIN5blink6MemberINS1_11MessagePortEEELb1ENS1_13He
apAllocatorEE6bufferEv | 3573 fun:_ZN3WTF16VectorBufferBaseIN5blink6MemberINS1_11MessagePortEEELb1ENS1_13He
apAllocatorEE6bufferEv |
3588 fun:_ZN3WTF6VectorIN5blink6MemberINS1_11MessagePortEEELm1ENS1_13HeapAllocator
EE5traceINS1_27InlinedGlobalMarkingVisitorEEEvT_ | 3574 fun:_ZN3WTF6VectorIN5blink6MemberINS1_11MessagePortEEELm1ENS1_13HeapAllocator
EE5traceINS1_27InlinedGlobalMarkingVisitorEEEvT_ |
3589 fun:_ZN5blink10TraceTraitIN3WTF6VectorINS_6MemberINS_11MessagePortEEELm1ENS_1
3HeapAllocatorEEEE5traceEPNS_7VisitorEPv | 3575 fun:_ZN5blink10TraceTraitIN3WTF6VectorINS_6MemberINS_11MessagePortEEELm1ENS_1
3HeapAllocatorEEEE5traceEPNS_7VisitorEPv |
3590 fun:_ZN5blink13CallbackStack4Item4callEPNS_7VisitorE | 3576 fun:_ZN5blink13CallbackStack4Item4callEPNS_7VisitorE |
3591 fun:_ZN5blink4Heap25popAndInvokeTraceCallbackEPNS_7VisitorE | 3577 fun:_ZN5blink4Heap25popAndInvokeTraceCallbackEPNS_7VisitorE |
3592 fun:_ZN5blink4Heap19processMarkingStackEPNS_7VisitorE | 3578 fun:_ZN5blink4Heap19processMarkingStackEPNS_7VisitorE |
3593 } | 3579 } |
OLD | NEW |