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 1027 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1038 bug_9503 | 1038 bug_9503 |
1039 Memcheck:Leak | 1039 Memcheck:Leak |
1040 ... | 1040 ... |
1041 fun:_ZN19TestWebViewDelegate24UpdateSelectionClipboardEb | 1041 fun:_ZN19TestWebViewDelegate24UpdateSelectionClipboardEb |
1042 } | 1042 } |
1043 { | 1043 { |
1044 # See http://crbug.com/11139 | 1044 # See http://crbug.com/11139 |
1045 bug_11139 | 1045 bug_11139 |
1046 Memcheck:Leak | 1046 Memcheck:Leak |
1047 fun:_Znw* | 1047 fun:_Znw* |
1048 fun:_ZN14ProcessWatcher23EnsureProcessTerminatedEi | 1048 fun:_ZN4base23EnsureProcessTerminatedEi |
1049 } | 1049 } |
1050 { | 1050 { |
1051 # very common in ui tests | 1051 # very common in ui tests |
1052 bug_16089a | 1052 bug_16089a |
1053 Memcheck:Leak | 1053 Memcheck:Leak |
1054 ... | 1054 ... |
1055 fun:_ZN4base22PosixDynamicThreadPool8PostTask* | 1055 fun:_ZN4base22PosixDynamicThreadPool8PostTask* |
1056 ... | 1056 ... |
1057 fun:_ZN3net12HostResolver3Job5StartEv | 1057 fun:_ZN3net12HostResolver3Job5StartEv |
1058 } | 1058 } |
(...skipping 4238 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
5297 obj:/lib/libselinux.so.1 | 5297 obj:/lib/libselinux.so.1 |
5298 obj:/lib/libselinux.so.1 | 5298 obj:/lib/libselinux.so.1 |
5299 } | 5299 } |
5300 { | 5300 { |
5301 bug_todo_grep | 5301 bug_todo_grep |
5302 Memcheck:Leak | 5302 Memcheck:Leak |
5303 fun:malloc | 5303 fun:malloc |
5304 obj:/bin/grep | 5304 obj:/bin/grep |
5305 obj:/bin/grep | 5305 obj:/bin/grep |
5306 } | 5306 } |
OLD | NEW |