OLD | NEW |
1 # There are three kinds of suppressions in this file. | 1 # There are three 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 1261 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1272 bug_22702_b | 1272 bug_22702_b |
1273 Memcheck:Cond | 1273 Memcheck:Cond |
1274 fun:_ZN7WebCore23V8AbstractEventListener18invokeEventHandlerEN2v86HandleINS1_
7ContextEEEPNS_5EventENS2_INS1_5ValueEEEb | 1274 fun:_ZN7WebCore23V8AbstractEventListener18invokeEventHandlerEN2v86HandleINS1_
7ContextEEEPNS_5EventENS2_INS1_5ValueEEEb |
1275 fun:_ZN7WebCore23V8AbstractEventListener11handleEventEPNS_5EventEb | 1275 fun:_ZN7WebCore23V8AbstractEventListener11handleEventEPNS_5EventEb |
1276 fun:_ZN7WebCore4Node17handleLocalEventsEPNS_5EventEb | 1276 fun:_ZN7WebCore4Node17handleLocalEventsEPNS_5EventEb |
1277 fun:_ZN7WebCore4Node20dispatchGenericEventEN3WTF10PassRefPtrINS_5EventEEE | 1277 fun:_ZN7WebCore4Node20dispatchGenericEventEN3WTF10PassRefPtrINS_5EventEEE |
1278 fun:_ZN7WebCore4Node13dispatchEventEN3WTF10PassRefPtrINS_5EventEEERi | 1278 fun:_ZN7WebCore4Node13dispatchEventEN3WTF10PassRefPtrINS_5EventEEERi |
1279 fun:_ZN7WebCore12NodeInternal21dispatchEventCallbackERKN2v89ArgumentsE | 1279 fun:_ZN7WebCore12NodeInternal21dispatchEventCallbackERKN2v89ArgumentsE |
1280 fun:_ZN2v88internal21Builtin_HandleApiCallENS0_9ArgumentsE | 1280 fun:_ZN2v88internal21Builtin_HandleApiCallENS0_9ArgumentsE |
1281 } | 1281 } |
| 1282 { |
| 1283 bug_22702_c |
| 1284 Memcheck:Cond |
| 1285 fun:_ZN7WebCore23V8AbstractEventListener18invokeEventHandlerEN2v86HandleINS1_
7ContextEEEPNS_5EventENS2_INS1_5ValueEEEb |
| 1286 fun:_ZN7WebCore23V8AbstractEventListener11handleEventEPNS_5EventEb |
| 1287 ... |
| 1288 fun:_ZN7WebCore11FrameLoader8loadDoneEv |
| 1289 } |
| 1290 { |
| 1291 bug_22702_d |
| 1292 Memcheck:Cond |
| 1293 fun:_ZN7WebCore23V8AbstractEventListener18invokeEventHandlerEN2v86HandleINS1_
7ContextEEEPNS_5EventENS2_INS1_5ValueEEEb |
| 1294 fun:_ZN7WebCore23V8AbstractEventListener11handleEventEPNS_5EventEb |
| 1295 ... |
| 1296 fun:_ZN7WebCore24DocumentThreadableLoader16didFinishLoadingEm |
| 1297 } |
OLD | NEW |