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 1116 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1127 Memcheck:Leak | 1127 Memcheck:Leak |
1128 fun:* | 1128 fun:* |
1129 fun:_ZN11MessageLoopC1ENS_4TypeE | 1129 fun:_ZN11MessageLoopC1ENS_4TypeE |
1130 fun:_ZN4base6Thread10ThreadMainEv | 1130 fun:_ZN4base6Thread10ThreadMainEv |
1131 } | 1131 } |
1132 { | 1132 { |
1133 # very common in ui tests | 1133 # very common in ui tests |
1134 bug_16092b | 1134 bug_16092b |
1135 Memcheck:Leak | 1135 Memcheck:Leak |
1136 ... | 1136 ... |
1137 fun:_ZNSt11_Deque_baseIN11MessageLoop11PendingTaskESaIS1_EE17_M_initialize_ma
pE* | 1137 fun:_ZNSt11_Deque_baseIN4base11PendingTaskESaIS1_EE17_M_initialize_mapE* |
1138 ... | 1138 ... |
1139 fun:_ZN11MessageLoopC1ENS_4TypeE | 1139 fun:_ZN11MessageLoopC1ENS_4TypeE |
1140 fun:_ZN4base6Thread10ThreadMainEv | |
1141 } | 1140 } |
1142 { | 1141 { |
1143 # very common in ui tests | 1142 # very common in ui tests |
1144 bug_16092c | 1143 bug_16092c |
1145 Memcheck:Leak | 1144 Memcheck:Leak |
1146 ... | 1145 ... |
1147 fun:_ZNSt14priority_queueIN11MessageLoop11PendingTaskESt6vectorIS1_SaIS1_EESt
4lessIS1_EEC1ERKS6_RKS4_ | 1146 fun:_ZNSt14priority_queueIN11MessageLoop11PendingTaskESt6vectorIS1_SaIS1_EESt
4lessIS1_EEC1ERKS6_RKS4_ |
1148 fun:_ZN11MessageLoopC1ENS_4TypeE | 1147 fun:_ZN11MessageLoopC1ENS_4TypeE |
1149 fun:_ZN4base6Thread10ThreadMainEv | 1148 fun:_ZN4base6Thread10ThreadMainEv |
1150 } | 1149 } |
(...skipping 4102 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
5253 obj:/lib/libselinux.so.1 | 5252 obj:/lib/libselinux.so.1 |
5254 obj:/lib/libselinux.so.1 | 5253 obj:/lib/libselinux.so.1 |
5255 } | 5254 } |
5256 { | 5255 { |
5257 bug_todo_grep | 5256 bug_todo_grep |
5258 Memcheck:Leak | 5257 Memcheck:Leak |
5259 fun:malloc | 5258 fun:malloc |
5260 obj:/bin/grep | 5259 obj:/bin/grep |
5261 obj:/bin/grep | 5260 obj:/bin/grep |
5262 } | 5261 } |
OLD | NEW |