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 7369 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
7380 fun:_Znw* | 7380 fun:_Znw* |
7381 ... | 7381 ... |
7382 fun:_ZN3sql10Connection18GetCachedStatementERKNS_11StatementIDEPKc | 7382 fun:_ZN3sql10Connection18GetCachedStatementERKNS_11StatementIDEPKc |
7383 ... | 7383 ... |
7384 fun:_ZN15webkit_database15DatabaseTracker23UpgradeToCurrentVersionEv | 7384 fun:_ZN15webkit_database15DatabaseTracker23UpgradeToCurrentVersionEv |
7385 fun:_ZN15webkit_database15DatabaseTracker8LazyInitEv | 7385 fun:_ZN15webkit_database15DatabaseTracker8LazyInitEv |
7386 fun:_ZN15webkit_database15DatabaseTracker23GetAllOriginIdentifiersEPSt6vector
ISsSaISsEE | 7386 fun:_ZN15webkit_database15DatabaseTracker23GetAllOriginIdentifiersEPSt6vector
ISsSaISsEE |
7387 fun:_ZN15webkit_database12_GLOBAL__N_120GetOriginsOnDBThreadEPNS_15DatabaseTr
ackerEPSt3setI4GURLSt4lessIS4_ESaIS4_EE | 7387 fun:_ZN15webkit_database12_GLOBAL__N_120GetOriginsOnDBThreadEPNS_15DatabaseTr
ackerEPSt3setI4GURLSt4lessIS4_ESaIS4_EE |
7388 } | 7388 } |
7389 { | 7389 { |
7390 bug_263315 | |
7391 Memcheck:Uninitialized | |
7392 ... | |
7393 fun:snprintf | |
7394 ... | |
7395 fun:_ZN7testing13PrintToStringIN5media12_GLOBAL__N_112TestScenarioEEESsRKT_ | |
7396 fun:_ZN7testing8internal25ParameterizedTestCaseInfoIN5media21AudioPowerMonito
rTestEE13RegisterTestsEv | |
7397 } | |
7398 { | |
7399 quic_socket_utils_write_packet_msg_name | 7390 quic_socket_utils_write_packet_msg_name |
7400 Memcheck:Param | 7391 Memcheck:Param |
7401 socketcall.sendmsg(msg.msg_name) | 7392 socketcall.sendmsg(msg.msg_name) |
7402 obj:/lib/x86_64-linux-gnu/libpthread-2.15.so | 7393 obj:/lib/x86_64-linux-gnu/libpthread-2.15.so |
7403 fun:_ZN3net5tools15QuicSocketUtils11WritePacketEiPKcmRKSt6vectorIhSaIhEERKNS_
10IPEndPointEPi | 7394 fun:_ZN3net5tools15QuicSocketUtils11WritePacketEiPKcmRKSt6vectorIhSaIhEERKNS_
10IPEndPointEPi |
7404 ... | 7395 ... |
7405 } | 7396 } |
7406 { | 7397 { |
7407 quic_socket_utils_write_packet_msg_control | 7398 quic_socket_utils_write_packet_msg_control |
7408 Memcheck:Param | 7399 Memcheck:Param |
7409 socketcall.sendmsg(msg.msg_control) | 7400 socketcall.sendmsg(msg.msg_control) |
7410 obj:/lib/x86_64-linux-gnu/libpthread-2.15.so | 7401 obj:/lib/x86_64-linux-gnu/libpthread-2.15.so |
7411 fun:_ZN3net5tools15QuicSocketUtils11WritePacketEiPKcmRKSt6vectorIhSaIhEERKNS_
10IPEndPointEPi | 7402 fun:_ZN3net5tools15QuicSocketUtils11WritePacketEiPKcmRKSt6vectorIhSaIhEERKNS_
10IPEndPointEPi |
7412 ... | 7403 ... |
7413 } | 7404 } |
OLD | NEW |