| 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 872 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 883 intentional_WTF_wtfThreadData_leak | 883 intentional_WTF_wtfThreadData_leak |
| 884 Memcheck:Leak | 884 Memcheck:Leak |
| 885 ... | 885 ... |
| 886 fun:_ZN3WTF13wtfThreadDataEv | 886 fun:_ZN3WTF13wtfThreadDataEv |
| 887 } | 887 } |
| 888 { | 888 { |
| 889 # Intentional crash test | 889 # Intentional crash test |
| 890 intentional_RendererCrashTest | 890 intentional_RendererCrashTest |
| 891 Memcheck:Addr4 | 891 Memcheck:Addr4 |
| 892 fun:_Z*33HandleRendererErrorTestParametersRK11CommandLine | 892 fun:_Z*33HandleRendererErrorTestParametersRK11CommandLine |
| 893 fun:_Z12RendererMainRK18MainFunctionParams | 893 fun:_Z12RendererMainRKN7content18MainFunctionParams* |
| 894 } | 894 } |
| 895 { | 895 { |
| 896 # The InvalidRead error in rc4_wordconv is intentional. | 896 # The InvalidRead error in rc4_wordconv is intentional. |
| 897 # https://bugzilla.mozilla.org/show_bug.cgi?id=341127 | 897 # https://bugzilla.mozilla.org/show_bug.cgi?id=341127 |
| 898 bug_43113 | 898 bug_43113 |
| 899 Memcheck:Addr4 | 899 Memcheck:Addr4 |
| 900 fun:rc4_wordconv | 900 fun:rc4_wordconv |
| 901 fun:RC4_Encrypt | 901 fun:RC4_Encrypt |
| 902 } | 902 } |
| 903 { | 903 { |
| (...skipping 4332 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 5236 obj:/lib/libselinux.so.1 | 5236 obj:/lib/libselinux.so.1 |
| 5237 obj:/lib/libselinux.so.1 | 5237 obj:/lib/libselinux.so.1 |
| 5238 } | 5238 } |
| 5239 { | 5239 { |
| 5240 bug_todo_grep | 5240 bug_todo_grep |
| 5241 Memcheck:Leak | 5241 Memcheck:Leak |
| 5242 fun:malloc | 5242 fun:malloc |
| 5243 obj:/bin/grep | 5243 obj:/bin/grep |
| 5244 obj:/bin/grep | 5244 obj:/bin/grep |
| 5245 } | 5245 } |
| OLD | NEW |