| 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 830 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 841 ... | 841 ... |
| 842 fun:_ZN3net10TestServer16LoadTestRootCertEv | 842 fun:_ZN3net10TestServer16LoadTestRootCertEv |
| 843 } | 843 } |
| 844 { | 844 { |
| 845 # uitest's ResourceDispatcherTest.CrossSiteAfterCrash crashes on purpose | 845 # uitest's ResourceDispatcherTest.CrossSiteAfterCrash crashes on purpose |
| 846 Intentional_crash | 846 Intentional_crash |
| 847 Memcheck:Unaddressable | 847 Memcheck:Unaddressable |
| 848 fun:_ZN12AboutHandler10AboutCrashEv | 848 fun:_ZN12AboutHandler10AboutCrashEv |
| 849 } | 849 } |
| 850 { | 850 { |
| 851 # Minor commandline options leak in v8 | |
| 852 # See http://code.google.com/p/v8/issues/detail?id=275 | |
| 853 v8_bug_275 | |
| 854 Memcheck:Leak | |
| 855 fun:_Znaj | |
| 856 ... | |
| 857 fun:_ZN2v88internal8FlagList18SetFlagsFromStringEPKci | |
| 858 } | |
| 859 { | |
| 860 # Non-joinable thread doesn't clean up all state on program exit | 851 # Non-joinable thread doesn't clean up all state on program exit |
| 861 # very common in ui tests | 852 # very common in ui tests |
| 862 bug_16096 (WontFix) | 853 bug_16096 (WontFix) |
| 863 Memcheck:Leak | 854 Memcheck:Leak |
| 864 fun:_Znw* | 855 fun:_Znw* |
| 865 fun:_ZNSs4_Rep9_S_createE*RKSaIcE | 856 fun:_ZNSs4_Rep9_S_createE*RKSaIcE |
| 866 fun:_ZNSs4_Rep8_M_cloneERKSaIcE* | 857 fun:_ZNSs4_Rep8_M_cloneERKSaIcE* |
| 867 fun:_ZNSs7reserveE* | 858 fun:_ZNSs7reserveE* |
| 868 fun:_ZNSs6appendEPKc* | 859 fun:_ZNSs6appendEPKc* |
| 869 fun:*StringAppendV* | 860 fun:*StringAppendV* |
| (...skipping 4960 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 5830 obj:/lib/libselinux.so.1 | 5821 obj:/lib/libselinux.so.1 |
| 5831 obj:/lib/libselinux.so.1 | 5822 obj:/lib/libselinux.so.1 |
| 5832 } | 5823 } |
| 5833 { | 5824 { |
| 5834 bug_todo_grep | 5825 bug_todo_grep |
| 5835 Memcheck:Leak | 5826 Memcheck:Leak |
| 5836 fun:malloc | 5827 fun:malloc |
| 5837 obj:/bin/grep | 5828 obj:/bin/grep |
| 5838 obj:/bin/grep | 5829 obj:/bin/grep |
| 5839 } | 5830 } |
| OLD | NEW |