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 3525 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
3536 Memcheck:Leak | 3536 Memcheck:Leak |
3537 fun:malloc | 3537 fun:malloc |
3538 fun:realloc | 3538 fun:realloc |
3539 fun:realloc | 3539 fun:realloc |
3540 fun:min_heap_reserve | 3540 fun:min_heap_reserve |
3541 fun:event_add | 3541 fun:event_add |
3542 fun:_ZN4base19MessagePumpLibevent3RunEPNS_11MessagePump8DelegateE | 3542 fun:_ZN4base19MessagePumpLibevent3RunEPNS_11MessagePump8DelegateE |
3543 fun:_ZN11MessageLoop11RunInternalEv | 3543 fun:_ZN11MessageLoop11RunInternalEv |
3544 fun:_ZN11MessageLoop10RunHandlerEv | 3544 fun:_ZN11MessageLoop10RunHandlerEv |
3545 } | 3545 } |
| 3546 { |
| 3547 bug_50304 |
| 3548 Memcheck:Leak |
| 3549 fun:_Znw* |
| 3550 fun:_ZNSs4_Rep9_S_createEjjRKSaIcE |
| 3551 fun:_ZNSs4_Rep8_M_cloneERKSaIcEj |
| 3552 fun:_ZNSs7reserveEj |
| 3553 fun:_ZNSs6appendEjc |
| 3554 fun:_ZNK8FilePath6AppendERKSs |
| 3555 fun:_ZNK7history14HistoryBackend*FileNameEv |
| 3556 fun:_ZN7history14HistoryBackend8InitImplEv |
| 3557 fun:_ZN7history14HistoryBackend4InitEb |
| 3558 fun:_Z16DispatchToMethodIN7history14HistoryBackendEMS1_FvbEbEvPT_T0_RK6Tuple1
IT1_E |
| 3559 fun:_ZN14RunnableMethodIN7history14HistoryBackendEMS1_FvbE6Tuple1IbEE3RunEv |
| 3560 } |
OLD | NEW |