OLD | NEW |
1 # There are four kinds of suppressions in this file. | 1 # There are four 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 587 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
598 fun:*OmniboxViewGtk16SetSelectedRange* | 598 fun:*OmniboxViewGtk16SetSelectedRange* |
599 } | 599 } |
600 { | 600 { |
601 bug_66941 | 601 bug_66941 |
602 Memcheck:Leak | 602 Memcheck:Leak |
603 ... | 603 ... |
604 fun:STAN_ChangeCertTrust | 604 fun:STAN_ChangeCertTrust |
605 fun:CERT_ChangeCertTrust | 605 fun:CERT_ChangeCertTrust |
606 } | 606 } |
607 { | 607 { |
608 bug_64930 [vector-under-hashtable false positive leaks on x64] | |
609 Memcheck:Leak | |
610 ... | |
611 fun:_ZNSt6vector* | |
612 fun:_ZNSt6vector* | |
613 fun:_ZN9__gnu_cxx9hashtable* | |
614 fun:_ZN9__gnu_cxx9hashtable* | |
615 fun:_ZN9__gnu_cxx8hash_map* | |
616 } | |
617 { | |
618 leaks in bash | 608 leaks in bash |
619 Memcheck:Leak | 609 Memcheck:Leak |
620 ... | 610 ... |
621 obj:/bin/bash | 611 obj:/bin/bash |
622 } | 612 } |
623 { | 613 { |
624 bug_73000_fixed_upstream_in_gtk | 614 bug_73000_fixed_upstream_in_gtk |
625 Memcheck:Cond | 615 Memcheck:Cond |
626 fun:clipboard_clipboard_buffer_received | 616 fun:clipboard_clipboard_buffer_received |
627 ... | 617 ... |
(...skipping 4321 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
4949 } | 4939 } |
4950 { | 4940 { |
4951 bug_todo_getdelim2 | 4941 bug_todo_getdelim2 |
4952 Memcheck:Leak | 4942 Memcheck:Leak |
4953 fun:malloc | 4943 fun:malloc |
4954 fun:getdelim | 4944 fun:getdelim |
4955 obj:/lib/libselinux.so.1 | 4945 obj:/lib/libselinux.so.1 |
4956 obj:/lib/libselinux.so.1 | 4946 obj:/lib/libselinux.so.1 |
4957 obj:/lib/libselinux.so.1 | 4947 obj:/lib/libselinux.so.1 |
4958 } | 4948 } |
OLD | NEW |