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 4616 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
4627 fun:_ZN16P2PSocketHostUdp15DidCompleteReadEi | 4627 fun:_ZN16P2PSocketHostUdp15DidCompleteReadEi |
4628 ... | 4628 ... |
4629 fun:_ZN16P2PSocketHostUdp6OnRecvEi | 4629 fun:_ZN16P2PSocketHostUdp6OnRecvEi |
4630 fun:_Z16DispatchToMethodI16P2PSocketHostUdpMS0_FviEiEvPT_T0_RK6Tuple1IT1_E | 4630 fun:_Z16DispatchToMethodI16P2PSocketHostUdpMS0_FviEiEvPT_T0_RK6Tuple1IT1_E |
4631 fun:_ZN12CallbackImplI16P2PSocketHostUdpMS0_FviE6Tuple1IiEE13RunWithParamsERK
S4_ | 4631 fun:_ZN12CallbackImplI16P2PSocketHostUdpMS0_FviE6Tuple1IiEE13RunWithParamsERK
S4_ |
4632 fun:_ZN14CallbackRunnerI6Tuple1IiEE3RunIiEEvRKT_ | 4632 fun:_ZN14CallbackRunnerI6Tuple1IiEE3RunIiEEvRKT_ |
4633 fun:_ZN3net17UDPSocketLibevent14DoReadCallbackEi | 4633 fun:_ZN3net17UDPSocketLibevent14DoReadCallbackEi |
4634 fun:_ZN3net17UDPSocketLibevent15DidCompleteReadEv | 4634 fun:_ZN3net17UDPSocketLibevent15DidCompleteReadEv |
4635 } | 4635 } |
4636 { | 4636 { |
| 4637 bug_83949_c |
| 4638 Memcheck:Leak |
| 4639 fun:_Znw* |
| 4640 fun:_ZN4base19MessagePumpLibevent19WatchFileDescriptorEibNS0_4ModeEPNS0_21Fil
eDescriptorWatcherEPNS0_7WatcherE |
| 4641 fun:_ZN16MessageLoopForIO19WatchFileDescriptorEibNS_4ModeEPN4base19MessagePum
pLibevent21FileDescriptorWatcherEPNS2_7WatcherE |
| 4642 fun:_ZN3net17UDPSocketLibevent8RecvFromEPNS_8IOBufferEiPNS_10IPEndPointEP14Ca
llbackRunnerI6Tuple1IiEE |
| 4643 fun:_ZN3net15UDPServerSocket8RecvFromEPNS_8IOBufferEiPNS_10IPEndPointEP14Call
backRunnerI6Tuple1IiEE |
| 4644 fun:_ZN16P2PSocketHostUdp6DoReadEv |
| 4645 fun:_ZN16P2PSocketHostUdp6OnRecvEi |
| 4646 fun:_Z16DispatchToMethodI16P2PSocketHostUdpMS0_FviEiEvPT_T0_RK6Tuple1IT1_E |
| 4647 fun:_ZN12CallbackImplI16P2PSocketHostUdpMS0_FviE6Tuple1IiEE13RunWithParamsERK
S4_ |
| 4648 fun:_ZN14CallbackRunnerI6Tuple1IiEE3RunIiEEvRKT_ |
| 4649 fun:_ZN3net17UDPSocketLibevent14DoReadCallbackEi |
| 4650 fun:_ZN3net17UDPSocketLibevent15DidCompleteReadEv |
| 4651 fun:_ZN3net17UDPSocketLibevent11ReadWatcher28OnFileCanReadWithoutBlockingEi |
| 4652 } |
| 4653 { |
4637 bug_83944_a | 4654 bug_83944_a |
4638 Memcheck:Leak | 4655 Memcheck:Leak |
4639 ... | 4656 ... |
4640 fun:_ZN7fileapi23FileSystemOperationTest5SetUpEv | 4657 fun:_ZN7fileapi23FileSystemOperationTest5SetUpEv |
4641 } | 4658 } |
4642 { | 4659 { |
4643 bug_83944_b | 4660 bug_83944_b |
4644 Memcheck:Addr1 | 4661 Memcheck:Addr1 |
4645 fun:bcmp | 4662 fun:bcmp |
4646 fun:_ZNKSs7compareERKSs | 4663 fun:_ZNKSs7compareERKSs |
(...skipping 42 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
4689 } | 4706 } |
4690 { | 4707 { |
4691 bug_todo_getdelim2 | 4708 bug_todo_getdelim2 |
4692 Memcheck:Leak | 4709 Memcheck:Leak |
4693 fun:malloc | 4710 fun:malloc |
4694 fun:getdelim | 4711 fun:getdelim |
4695 obj:/lib/libselinux.so.1 | 4712 obj:/lib/libselinux.so.1 |
4696 obj:/lib/libselinux.so.1 | 4713 obj:/lib/libselinux.so.1 |
4697 obj:/lib/libselinux.so.1 | 4714 obj:/lib/libselinux.so.1 |
4698 } | 4715 } |
OLD | NEW |