| OLD | NEW |
| 1 # There are three kinds of suppressions in this file. | 1 # There are three 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 4369 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 4380 fun:_gdk_events_queue | 4380 fun:_gdk_events_queue |
| 4381 fun:gdk_event_dispatch | 4381 fun:gdk_event_dispatch |
| 4382 fun:g_main_context_dispatch | 4382 fun:g_main_context_dispatch |
| 4383 fun:g_main_context_iterate | 4383 fun:g_main_context_iterate |
| 4384 fun:g_main_context_iteration | 4384 fun:g_main_context_iteration |
| 4385 } | 4385 } |
| 4386 { | 4386 { |
| 4387 bug_80002a | 4387 bug_80002a |
| 4388 Memcheck:Leak | 4388 Memcheck:Leak |
| 4389 fun:_Znw* | 4389 fun:_Znw* |
| 4390 fun:*webkit_fileapi_file_system_url_request_job_unittest.cc*SetUpEv | 4390 fun:*FileSystemURLRequestJobTest5SetUpEv |
| 4391 } | 4391 } |
| 4392 { | 4392 { |
| 4393 bug_80002b | 4393 bug_80002b |
| 4394 Memcheck:Leak | 4394 Memcheck:Leak |
| 4395 fun:_Znw* | 4395 fun:_Znw* |
| 4396 fun:*webkit_fileapi_file_system_dir_url_request_job_unittest.cc*SetUpEv | 4396 fun:*FileSystemDirURLRequestJobTest5SetUpEv |
| 4397 } | 4397 } |
| 4398 { | 4398 { |
| 4399 bug_80022 | 4399 bug_80022 |
| 4400 Memcheck:Leak | 4400 Memcheck:Leak |
| 4401 fun:_Znw* | 4401 fun:_Znw* |
| 4402 fun:_ZN3net12CertVerifier6VerifyEPNS_15X509CertificateERKSsiPNS_16CertVerifyR
esultEP14CallbackRunnerI6Tuple1IiEEPPv | 4402 fun:_ZN3net12CertVerifier6VerifyEPNS_15X509CertificateERKSsiPNS_16CertVerifyR
esultEP14CallbackRunnerI6Tuple1IiEEPPv |
| 4403 fun:_ZN3net25SingleRequestCertVerifier6VerifyEPNS_15X509CertificateERKSsiPNS_
16CertVerifyResultEP14CallbackRunnerI6Tuple1IiEE | 4403 fun:_ZN3net25SingleRequestCertVerifier6VerifyEPNS_15X509CertificateERKSsiPNS_
16CertVerifyResultEP14CallbackRunnerI6Tuple1IiEE |
| 4404 fun:_ZN3net18SSLClientSocketNSS12DoVerifyCertEi | 4404 fun:_ZN3net18SSLClientSocketNSS12DoVerifyCertEi |
| 4405 fun:_ZN3net18SSLClientSocketNSS15DoHandshakeLoopEi | 4405 fun:_ZN3net18SSLClientSocketNSS15DoHandshakeLoopEi |
| 4406 fun:_ZN3net18SSLClientSocketNSS7ConnectEP14CallbackRunnerI6Tuple1IiEE | 4406 fun:_ZN3net18SSLClientSocketNSS7ConnectEP14CallbackRunnerI6Tuple1IiEE |
| (...skipping 33 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 4440 } | 4440 } |
| 4441 { | 4441 { |
| 4442 bug_todo_getdelim | 4442 bug_todo_getdelim |
| 4443 Memcheck:Leak | 4443 Memcheck:Leak |
| 4444 fun:malloc | 4444 fun:malloc |
| 4445 fun:getdelim | 4445 fun:getdelim |
| 4446 ... | 4446 ... |
| 4447 fun:call_init | 4447 fun:call_init |
| 4448 fun:_dl_init | 4448 fun:_dl_init |
| 4449 } | 4449 } |
| OLD | NEW |