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 4631 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
4642 ... | 4642 ... |
4643 fun:_ZN14TestingProfile16GetWebKitContextEv | 4643 fun:_ZN14TestingProfile16GetWebKitContextEv |
4644 } | 4644 } |
4645 { | 4645 { |
4646 bug_85151_b | 4646 bug_85151_b |
4647 Memcheck:Leak | 4647 Memcheck:Leak |
4648 fun:_Znw* | 4648 fun:_Znw* |
4649 ... | 4649 ... |
4650 fun:_ZN28WebKitContextTest_Basic_Test8TestBodyEv | 4650 fun:_ZN28WebKitContextTest_Basic_Test8TestBodyEv |
4651 } | 4651 } |
| 4652 { |
| 4653 bug_86006 |
| 4654 Memcheck:Leak |
| 4655 fun:_Znw* |
| 4656 fun:_ZN13SyncSetupFlow3RunEP18ProfileSyncServiceP22SyncSetupFlowContainerN15S
yncSetupWizard5StateES5_ |
| 4657 fun:_ZN15SyncSetupWizard4StepENS_5StateE |
| 4658 } |
4652 | 4659 |
4653 #----------------------------------------------------------------------- | 4660 #----------------------------------------------------------------------- |
4654 # These only occur on our Google workstations | 4661 # These only occur on our Google workstations |
4655 { | 4662 { |
4656 bug_todo_freeres | 4663 bug_todo_freeres |
4657 Memcheck:Free | 4664 Memcheck:Free |
4658 fun:free | 4665 fun:free |
4659 fun:__libc_freeres | 4666 fun:__libc_freeres |
4660 fun:_vgnU_freeres | 4667 fun:_vgnU_freeres |
4661 fun:_Exit | 4668 fun:_Exit |
(...skipping 10 matching lines...) Expand all Loading... |
4672 } | 4679 } |
4673 { | 4680 { |
4674 bug_todo_getdelim2 | 4681 bug_todo_getdelim2 |
4675 Memcheck:Leak | 4682 Memcheck:Leak |
4676 fun:malloc | 4683 fun:malloc |
4677 fun:getdelim | 4684 fun:getdelim |
4678 obj:/lib/libselinux.so.1 | 4685 obj:/lib/libselinux.so.1 |
4679 obj:/lib/libselinux.so.1 | 4686 obj:/lib/libselinux.so.1 |
4680 obj:/lib/libselinux.so.1 | 4687 obj:/lib/libselinux.so.1 |
4681 } | 4688 } |
OLD | NEW |