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 2607 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2618 fun:_ZN23ChromeURLRequestContextD0Ev | 2618 fun:_ZN23ChromeURLRequestContextD0Ev |
2619 ... | 2619 ... |
2620 fun:_ZN17URLRequestHttpJobD0Ev | 2620 fun:_ZN17URLRequestHttpJobD0Ev |
2621 } | 2621 } |
2622 { | 2622 { |
2623 bug_52831 | 2623 bug_52831 |
2624 Memcheck:Leak | 2624 Memcheck:Leak |
2625 fun:_Znw* | 2625 fun:_Znw* |
2626 ... | 2626 ... |
2627 fun:*InotifyReaderTask3RunEv | 2627 fun:*InotifyReaderTask3RunEv |
2628 fun:_ZN11MessageLoop7RunTaskERKNS_11PendingTaskE | 2628 ... |
2629 fun:_ZN11MessageLoop21DeferOrRunPendingTaskERKNS_11PendingTaskE | |
2630 fun:_ZN11MessageLoop6DoWorkEv | |
2631 fun:_ZN4base18MessagePumpDefault3RunEPNS_11MessagePump8DelegateE | |
2632 fun:_ZN11MessageLoop11RunInternalEv | 2629 fun:_ZN11MessageLoop11RunInternalEv |
2633 fun:_ZN11MessageLoop10RunHandlerEv | 2630 fun:_ZN11MessageLoop10RunHandlerEv |
2634 } | 2631 } |
2635 { | 2632 { |
2636 bug_52837 | 2633 bug_52837 |
2637 Memcheck:Leak | 2634 Memcheck:Leak |
2638 fun:_Znw* | 2635 fun:_Znw* |
2639 ... | 2636 ... |
2640 fun:_ZNSt3mapISs8FilePathSt4lessISsESaISt4pairIKSsS0_EEE6insertESt17_Rb_tree_
iteratorIS5_ERKS5_ | 2637 fun:_ZNSt3mapISs8FilePathSt4lessISsESaISt4pairIKSsS0_EEE6insertESt17_Rb_tree_
iteratorIS5_ERKS5_ |
2641 fun:_ZNSt3mapISs8FilePathSt4lessISsESaISt4pairIKSsS0_EEEixERS4_ | 2638 fun:_ZNSt3mapISs8FilePathSt4lessISsESaISt4pairIKSsS0_EEEixERS4_ |
(...skipping 1981 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
4623 } | 4620 } |
4624 { | 4621 { |
4625 bug_todo_getdelim | 4622 bug_todo_getdelim |
4626 Memcheck:Leak | 4623 Memcheck:Leak |
4627 fun:malloc | 4624 fun:malloc |
4628 fun:getdelim | 4625 fun:getdelim |
4629 ... | 4626 ... |
4630 fun:call_init | 4627 fun:call_init |
4631 fun:_dl_init | 4628 fun:_dl_init |
4632 } | 4629 } |
OLD | NEW |