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 4639 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
4650 ... | 4650 ... |
4651 fun:_ZN14TestingProfile16GetWebKitContextEv | 4651 fun:_ZN14TestingProfile16GetWebKitContextEv |
4652 } | 4652 } |
4653 { | 4653 { |
4654 bug_85151_b | 4654 bug_85151_b |
4655 Memcheck:Leak | 4655 Memcheck:Leak |
4656 fun:_Znw* | 4656 fun:_Znw* |
4657 ... | 4657 ... |
4658 fun:_ZN28WebKitContextTest_Basic_Test8TestBodyEv | 4658 fun:_ZN28WebKitContextTest_Basic_Test8TestBodyEv |
4659 } | 4659 } |
4660 { | |
4661 bug_85641 | |
4662 Memcheck:Leak | |
4663 fun:_Znw* | |
4664 fun:_ZN20ExtensionEventRouter13DispatchEventEPN3IPC7Message6SenderERKSsS5_S5_
RK4GURL | |
4665 fun:_ZN30ExtensionWebRequestEventRouter13DispatchEventEiPN3net10URLRequestERK
St6vectorIPKNS_13EventListenerESaIS6_EERK9ListValue | |
4666 } | |
4667 | 4660 |
4668 #----------------------------------------------------------------------- | 4661 #----------------------------------------------------------------------- |
4669 # These only occur on our Google workstations | 4662 # These only occur on our Google workstations |
4670 { | 4663 { |
4671 bug_todo_freeres | 4664 bug_todo_freeres |
4672 Memcheck:Free | 4665 Memcheck:Free |
4673 fun:free | 4666 fun:free |
4674 fun:__libc_freeres | 4667 fun:__libc_freeres |
4675 fun:_vgnU_freeres | 4668 fun:_vgnU_freeres |
4676 fun:_Exit | 4669 fun:_Exit |
(...skipping 10 matching lines...) Expand all Loading... |
4687 } | 4680 } |
4688 { | 4681 { |
4689 bug_todo_getdelim2 | 4682 bug_todo_getdelim2 |
4690 Memcheck:Leak | 4683 Memcheck:Leak |
4691 fun:malloc | 4684 fun:malloc |
4692 fun:getdelim | 4685 fun:getdelim |
4693 obj:/lib/libselinux.so.1 | 4686 obj:/lib/libselinux.so.1 |
4694 obj:/lib/libselinux.so.1 | 4687 obj:/lib/libselinux.so.1 |
4695 obj:/lib/libselinux.so.1 | 4688 obj:/lib/libselinux.so.1 |
4696 } | 4689 } |
OLD | NEW |