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 1263 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1274 bug_22702 | 1274 bug_22702 |
1275 Memcheck:Cond | 1275 Memcheck:Cond |
1276 fun:_ZN7WebCore23V8AbstractEventListener18invokeEventHandlerEN2v86HandleINS1_
7ContextEEEPNS_5EventENS2_INS1_5ValueEEEb | 1276 fun:_ZN7WebCore23V8AbstractEventListener18invokeEventHandlerEN2v86HandleINS1_
7ContextEEEPNS_5EventENS2_INS1_5ValueEEEb |
1277 fun:_ZN7WebCore23V8AbstractEventListener11handleEventEPNS_5EventEb | 1277 fun:_ZN7WebCore23V8AbstractEventListener11handleEventEPNS_5EventEb |
1278 } | 1278 } |
1279 { | 1279 { |
1280 bug_22923 | 1280 bug_22923 |
1281 Memcheck:Leak | 1281 Memcheck:Leak |
1282 fun:_Znwj | 1282 fun:_Znwj |
1283 ... | 1283 ... |
1284 fun:_ZN17WorkerProcessHost4InitEv | |
1285 fun:_ZN13WorkerService21CreateDedicatedWorkerERK4GURLiiPN3IPC7Message6SenderE
ii | 1284 fun:_ZN13WorkerService21CreateDedicatedWorkerERK4GURLiiPN3IPC7Message6SenderE
ii |
1286 fun:_ZN21ResourceMessageFilter23OnCreateDedicatedWorkerERK4GURLiPi | 1285 fun:_ZN21ResourceMessageFilter23OnCreateDedicatedWorkerERK4GURLiPi |
1287 fun:_Z16DispatchToMethodI21ResourceMessageFilterMS0_FvRK4GURLiPiES1_iiEvPT_T0
_RK6Tuple2IT1_T2_EP6Tuple1IT3_E | 1286 fun:_Z16DispatchToMethodI21ResourceMessageFilterMS0_FvRK4GURLiPiES1_iiEvPT_T0
_RK6Tuple2IT1_T2_EP6Tuple1IT3_E |
1288 fun:_ZN3IPC16MessageWithReplyI6Tuple2I4GURLiE6Tuple1IRiEE8DispatchI21Resource
MessageFilterMS9_FvRKS2_iPiEEEbPKNS_7MessageEPT_T0_ | 1287 fun:_ZN3IPC16MessageWithReplyI6Tuple2I4GURLiE6Tuple1IRiEE8DispatchI21Resource
MessageFilterMS9_FvRKS2_iPiEEEbPKNS_7MessageEPT_T0_ |
1289 fun:_ZN21ResourceMessageFilter17OnMessageReceivedERKN3IPC7MessageE | 1288 fun:_ZN21ResourceMessageFilter17OnMessageReceivedERKN3IPC7MessageE |
1290 fun:_ZN3IPC12ChannelProxy7Context10TryFiltersERKNS_7MessageE | 1289 fun:_ZN3IPC12ChannelProxy7Context10TryFiltersERKNS_7MessageE |
1291 fun:_ZN3IPC11SyncChannel11SyncContext17OnMessageReceivedERKNS_7MessageE | 1290 fun:_ZN3IPC11SyncChannel11SyncContext17OnMessageReceivedERKNS_7MessageE |
1292 fun:_ZN3IPC7Channel11ChannelImpl23ProcessIncomingMessagesEv | 1291 fun:_ZN3IPC7Channel11ChannelImpl23ProcessIncomingMessagesEv |
1293 fun:_ZN3IPC7Channel11ChannelImpl28OnFileCanReadWithoutBlockingEi | 1292 fun:_ZN3IPC7Channel11ChannelImpl28OnFileCanReadWithoutBlockingEi |
1294 fun:_ZN4base19MessagePumpLibevent22OnLibeventNotificationEisPv | 1293 fun:_ZN4base19MessagePumpLibevent22OnLibeventNotificationEisPv |
1295 fun:event_process_active | 1294 fun:event_process_active |
1296 fun:event_base_loop | 1295 fun:event_base_loop |
1297 fun:_ZN4base19MessagePumpLibevent3RunEPNS_11MessagePump8DelegateE | 1296 fun:_ZN4base19MessagePumpLibevent3RunEPNS_11MessagePump8DelegateE |
1298 fun:_ZN11MessageLoop11RunInternalEv | 1297 fun:_ZN11MessageLoop11RunInternalEv |
1299 fun:_ZN11MessageLoop10RunHandlerEv | 1298 fun:_ZN11MessageLoop10RunHandlerEv |
1300 fun:_ZN11MessageLoop3RunEv | 1299 fun:_ZN11MessageLoop3RunEv |
1301 fun:_ZN4base6Thread3RunEP11MessageLoop | 1300 fun:_ZN4base6Thread3RunEP11MessageLoop |
1302 fun:_ZN4base6Thread10ThreadMainEv | 1301 fun:_ZN4base6Thread10ThreadMainEv |
1303 fun:_Z10ThreadFuncPv | 1302 fun:_Z10ThreadFuncPv |
1304 fun:start_thread | 1303 fun:start_thread |
1305 fun:clone | 1304 fun:clone |
1306 } | 1305 } |
OLD | NEW |