| 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 4377 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 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:*webkit_fileapi_file_system_url_request_job_unittest.cc*SetUpEv |
| 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:*webkit_fileapi_file_system_dir_url_request_job_unittest.cc*SetUpEv |
| 4397 } | 4397 } |
| 4398 { | |
| 4399 bug_80018 | |
| 4400 Memcheck:Leak | |
| 4401 fun:_Znw* | |
| 4402 fun:_ZN3net23ClientSocketPoolManagerC1EPNS_6NetLogEPNS_19ClientSocketFactoryE
PNS_12HostResolverEPNS_12CertVerifierEPNS_13DnsRRResolverEPNS_24DnsCertProvenanc
eCheckerEPNS_18SSLHostInfoFactoryEPNS_12ProxyServiceEPNS_16SSLConfigServiceE | |
| 4403 fun:_ZN3net18HttpNetworkSessionC1ERKNS0_6ParamsE | |
| 4404 fun:_ZN21TestURLRequestContext4InitEv | |
| 4405 fun:_ZN21TestURLRequestContextC1Ev | |
| 4406 fun:_ZN27TestURLRequestContextGetter20GetURLRequestContextEv | |
| 4407 } | |
| 4408 | 4398 |
| 4409 #----------------------------------------------------------------------- | 4399 #----------------------------------------------------------------------- |
| 4410 # These only occur on our Google workstations | 4400 # These only occur on our Google workstations |
| 4411 { | 4401 { |
| 4412 bug_todo_freeres | 4402 bug_todo_freeres |
| 4413 Memcheck:Free | 4403 Memcheck:Free |
| 4414 fun:free | 4404 fun:free |
| 4415 fun:__libc_freeres | 4405 fun:__libc_freeres |
| 4416 fun:_vgnU_freeres | 4406 fun:_vgnU_freeres |
| 4417 fun:_Exit | 4407 fun:_Exit |
| 4418 fun:exit | 4408 fun:exit |
| 4419 } | 4409 } |
| 4420 { | 4410 { |
| 4421 bug_todo_getdelim | 4411 bug_todo_getdelim |
| 4422 Memcheck:Leak | 4412 Memcheck:Leak |
| 4423 fun:malloc | 4413 fun:malloc |
| 4424 fun:getdelim | 4414 fun:getdelim |
| 4425 ... | 4415 ... |
| 4426 fun:call_init | 4416 fun:call_init |
| 4427 fun:_dl_init | 4417 fun:_dl_init |
| 4428 } | 4418 } |
| OLD | NEW |