Chromium Code Reviews| 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 1477 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 1488 fun:_ZNSs4_Rep8_M_cloneERKSaIcEj | 1488 fun:_ZNSs4_Rep8_M_cloneERKSaIcEj |
| 1489 fun:_ZNSs7reserveEj | 1489 fun:_ZNSs7reserveEj |
| 1490 fun:_ZNSs6appendEPKcj | 1490 fun:_ZNSs6appendEPKcj |
| 1491 fun:_Z14StringAppendVTISsEvPT_PKNS0_10value_typeEPc | 1491 fun:_Z14StringAppendVTISsEvPT_PKNS0_10value_typeEPc |
| 1492 fun:_Z12StringPrintfPKcz | 1492 fun:_Z12StringPrintfPKcz |
| 1493 } | 1493 } |
| 1494 { | 1494 { |
| 1495 bug_22450 | 1495 bug_22450 |
| 1496 Memcheck:Leak | 1496 Memcheck:Leak |
| 1497 fun:_Znw* | 1497 fun:_Znw* |
| 1498 fun:_ZN3net26DefaultClientSocketFactory21CreateTCPClientSocketERKNS_11Address ListE | 1498 fun:_ZN3net64_GLOBAL__N_net_socket_client_socket_factory.cc_00000000_EA9FDEC9 26DefaultClientSocketFactory21CreateTCPClientSocketERKNS_11AddressListEPNS_6NetL ogE |
|
stuartmorgan
2010/07/27 00:18:35
Anonymous functions tend to have fragile signature
| |
| 1499 fun:_ZN3net13TCPConnectJob12DoTCPConnectEv | 1499 fun:_ZN3net13TCPConnectJob12DoTCPConnectEv |
| 1500 fun:_ZN3net13TCPConnectJob6DoLoopEi | 1500 fun:_ZN3net13TCPConnectJob6DoLoopEi |
| 1501 fun:_ZN3net13TCPConnectJob12OnIOCompleteEi | 1501 fun:_ZN3net13TCPConnectJob12OnIOCompleteEi |
| 1502 ... | 1502 ... |
| 1503 fun:_ZN3net16HostResolverImpl3Job16OnLookupCompleteEv | 1503 fun:_ZN3net16HostResolverImpl3Job16OnLookupCompleteEv |
| 1504 } | 1504 } |
| 1505 { | 1505 { |
| 1506 bug_22923 | 1506 bug_22923 |
| 1507 Memcheck:Leak | 1507 Memcheck:Leak |
| 1508 fun:_Znw* | 1508 fun:_Znw* |
| (...skipping 2027 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 } |
| OLD | NEW |