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 3417 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
3428 } | 3428 } |
3429 { | 3429 { |
3430 bug_431213 | 3430 bug_431213 |
3431 Memcheck:Leak | 3431 Memcheck:Leak |
3432 fun:_Znw* | 3432 fun:_Znw* |
3433 fun:_ZN3gin22CreateFunctionTemplateIFSsPN4mojo2js13HandleWrapperEEEEN2v85Loca
lINS6_16FunctionTemplateEEEPNS6_7IsolateEN4base8CallbackIT_EEi | 3433 fun:_ZN3gin22CreateFunctionTemplateIFSsPN4mojo2js13HandleWrapperEEEEN2v85Loca
lINS6_16FunctionTemplateEEEPNS6_7IsolateEN4base8CallbackIT_EEi |
3434 fun:_ZN3gin12_GLOBAL__N_114CallbackTraitsIMN4mojo2js13HandleWrapperEFSsvEvE14
CreateTemplateEPN2v87IsolateES6_ | 3434 fun:_ZN3gin12_GLOBAL__N_114CallbackTraitsIMN4mojo2js13HandleWrapperEFSsvEvE14
CreateTemplateEPN2v87IsolateES6_ |
3435 fun:_ZN3gin21ObjectTemplateBuilder9SetMethodIMN4mojo2js13HandleWrapperEFSsvEE
ERS0_RKN4base16BasicStringPieceISsEERKT_ | 3435 fun:_ZN3gin21ObjectTemplateBuilder9SetMethodIMN4mojo2js13HandleWrapperEFSsvEE
ERS0_RKN4base16BasicStringPieceISsEERKT_ |
3436 fun:_ZN4mojo2js13HandleWrapper24GetObjectTemplateBuilderEPN2v87IsolateE | 3436 fun:_ZN4mojo2js13HandleWrapper24GetObjectTemplateBuilderEPN2v87IsolateE |
3437 } | 3437 } |
| 3438 { |
| 3439 bug_436110 |
| 3440 Memcheck:Param |
| 3441 socketcall.sendto(msg) |
| 3442 fun:send |
| 3443 fun:_ZN4mojo8embedder20PlatformChannelWriteENS0_14PlatformHandleEPKvm |
| 3444 fun:_ZN4mojo6system12_GLOBAL__N_115RawChannelPosix11WriteNoLockEPmS3_ |
| 3445 fun:_ZN4mojo6system12_GLOBAL__N_115RawChannelPosix29OnFileCanWriteWithoutBloc
kingEi |
| 3446 fun:_ZThn112_N4mojo6system12_GLOBAL__N_115RawChannelPosix29OnFileCanWriteWith
outBlockingEi |
| 3447 fun:_ZN4base19MessagePumpLibevent21FileDescriptorWatcher29OnFileCanWriteWitho
utBlockingEiPS0_ |
| 3448 fun:_ZN4base19MessagePumpLibevent22OnLibeventNotificationEisPv |
| 3449 fun:event_process_active |
| 3450 fun:event_base_loop |
| 3451 fun:_ZN4base19MessagePumpLibevent3RunEPNS_11MessagePump8DelegateE |
| 3452 fun:_ZN4base11MessageLoop10RunHandlerEv |
| 3453 } |
OLD | NEW |