| 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 4370 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 4381 fun:g_main_context_iterate | 4381 fun:g_main_context_iterate |
| 4382 fun:g_main_context_iteration | 4382 fun:g_main_context_iteration |
| 4383 } | 4383 } |
| 4384 { | 4384 { |
| 4385 bug_80002a | 4385 bug_80002a |
| 4386 Memcheck:Leak | 4386 Memcheck:Leak |
| 4387 fun:_Znw* | 4387 fun:_Znw* |
| 4388 fun:*FileSystemURLRequestJobTest5SetUpEv | 4388 fun:*FileSystemURLRequestJobTest5SetUpEv |
| 4389 } | 4389 } |
| 4390 { | 4390 { |
| 4391 bug_80002b | 4391 bug_80284 |
| 4392 Memcheck:Leak | 4392 Memcheck:Leak |
| 4393 fun:_Znw* | 4393 fun:_Znw* |
| 4394 fun:*FileSystemDirURLRequestJobTest5SetUpEv | 4394 fun:*FileSystemDirURLRequestJobTest5SetUpEv |
| 4395 } | 4395 } |
| 4396 | 4396 |
| 4397 #----------------------------------------------------------------------- | 4397 #----------------------------------------------------------------------- |
| 4398 # These only occur on our Google workstations | 4398 # These only occur on our Google workstations |
| 4399 { | 4399 { |
| 4400 bug_todo_freeres | 4400 bug_todo_freeres |
| 4401 Memcheck:Free | 4401 Memcheck:Free |
| 4402 fun:free | 4402 fun:free |
| 4403 fun:__libc_freeres | 4403 fun:__libc_freeres |
| 4404 fun:_vgnU_freeres | 4404 fun:_vgnU_freeres |
| 4405 fun:_Exit | 4405 fun:_Exit |
| 4406 fun:exit | 4406 fun:exit |
| 4407 } | 4407 } |
| 4408 { | 4408 { |
| 4409 bug_todo_getdelim | 4409 bug_todo_getdelim |
| 4410 Memcheck:Leak | 4410 Memcheck:Leak |
| 4411 fun:malloc | 4411 fun:malloc |
| 4412 fun:getdelim | 4412 fun:getdelim |
| 4413 ... | 4413 ... |
| 4414 fun:call_init | 4414 fun:call_init |
| 4415 fun:_dl_init | 4415 fun:_dl_init |
| 4416 } | 4416 } |
| OLD | NEW |