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 1032 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1043 fun:_ZN12_GLOBAL__N_115KillProcessTask3RunEv | 1043 fun:_ZN12_GLOBAL__N_115KillProcessTask3RunEv |
1044 fun:_ZN11MessageLoop7RunTaskEP4Task | 1044 fun:_ZN11MessageLoop7RunTaskEP4Task |
1045 fun:_ZN11MessageLoop21DeferOrRunPendingTaskERKNS_11PendingTaskE | 1045 fun:_ZN11MessageLoop21DeferOrRunPendingTaskERKNS_11PendingTaskE |
1046 fun:_ZN11MessageLoop13DoDelayedWorkEPN4base4TimeE | 1046 fun:_ZN11MessageLoop13DoDelayedWorkEPN4base4TimeE |
1047 fun:_ZN4base18MessagePumpDefault3RunEPNS_11MessagePump8DelegateE | 1047 fun:_ZN4base18MessagePumpDefault3RunEPNS_11MessagePump8DelegateE |
1048 fun:_ZN11MessageLoop11RunInternalEv | 1048 fun:_ZN11MessageLoop11RunInternalEv |
1049 fun:_ZN11MessageLoop10RunHandlerEv | 1049 fun:_ZN11MessageLoop10RunHandlerEv |
1050 fun:_ZN11MessageLoop3RunEv | 1050 fun:_ZN11MessageLoop3RunEv |
1051 fun:_Z10WorkerMainRK18MainFunctionParams | 1051 fun:_Z10WorkerMainRK18MainFunctionParams |
1052 } | 1052 } |
| 1053 { |
| 1054 bug_23151 |
| 1055 Memcheck:Addr4 |
| 1056 ... |
| 1057 fun:_ZN7WebCore23V8AbstractEventListener11handleEventEPNS_5EventE |
| 1058 fun:_ZN7WebCore11EventTarget18fireEventListenersEPNS_5EventE |
| 1059 fun:_ZN7WebCore11EventTarget13dispatchEventEN3WTF10PassRefPtrINS_5EventEEE |
| 1060 fun:_ZN7WebCore14XMLHttpRequest28callReadyStateChangeListenerEv |
| 1061 } |
OLD | NEW |