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 1130 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1141 { | 1141 { |
1142 # ditto, but for fileapi::FileWriter | 1142 # ditto, but for fileapi::FileWriter |
1143 bug_16089g | 1143 bug_16089g |
1144 Memcheck:Leak | 1144 Memcheck:Leak |
1145 ... | 1145 ... |
1146 fun:_ZN4base22PosixDynamicThreadPool8PostTask* | 1146 fun:_ZN4base22PosixDynamicThreadPool8PostTask* |
1147 ... | 1147 ... |
1148 fun:_ZN7fileapi18FileWriterDelegate5WriteEv | 1148 fun:_ZN7fileapi18FileWriterDelegate5WriteEv |
1149 } | 1149 } |
1150 { | 1150 { |
| 1151 # ditto, but for unit tests. |
| 1152 bug_16089h |
| 1153 Memcheck:Leak |
| 1154 ... |
| 1155 fun:_ZN4base22PosixDynamicThreadPool8PostTask* |
| 1156 ... |
| 1157 fun:_ZN3net17URLRequestFileJob5StartEv |
| 1158 } |
| 1159 { |
1151 # very common in ui tests | 1160 # very common in ui tests |
1152 bug_16091 | 1161 bug_16091 |
1153 Memcheck:Leak | 1162 Memcheck:Leak |
1154 ... | 1163 ... |
1155 fun:_ZN11MessageLoop22AddDestructionObserverEPNS_19DestructionObserverE | 1164 fun:_ZN11MessageLoop22AddDestructionObserverEPNS_19DestructionObserverE |
1156 ... | 1165 ... |
1157 fun:_ZN3IPC11SyncChannel11SyncContext15OnChannelOpenedEv | 1166 fun:_ZN3IPC11SyncChannel11SyncContext15OnChannelOpenedEv |
1158 } | 1167 } |
1159 { | 1168 { |
1160 # very common in ui tests | 1169 # very common in ui tests |
(...skipping 4395 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
5556 obj:/lib/libselinux.so.1 | 5565 obj:/lib/libselinux.so.1 |
5557 obj:/lib/libselinux.so.1 | 5566 obj:/lib/libselinux.so.1 |
5558 } | 5567 } |
5559 { | 5568 { |
5560 bug_todo_grep | 5569 bug_todo_grep |
5561 Memcheck:Leak | 5570 Memcheck:Leak |
5562 fun:malloc | 5571 fun:malloc |
5563 obj:/bin/grep | 5572 obj:/bin/grep |
5564 obj:/bin/grep | 5573 obj:/bin/grep |
5565 } | 5574 } |
OLD | NEW |