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 1478 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1489 Memcheck:Param | 1489 Memcheck:Param |
1490 socketcall.sendmsg(msg.msg_iov[i]) | 1490 socketcall.sendmsg(msg.msg_iov[i]) |
1491 fun:sendmsg* | 1491 fun:sendmsg* |
1492 fun:_ZN3IPC7Channel11ChannelImpl4SendEPNS_7MessageE | 1492 fun:_ZN3IPC7Channel11ChannelImpl4SendEPNS_7MessageE |
1493 } | 1493 } |
1494 { | 1494 { |
1495 bug_20997_b | 1495 bug_20997_b |
1496 Memcheck:Param | 1496 Memcheck:Param |
1497 socketcall.sendmsg(msg.msg_iov[i]) | 1497 socketcall.sendmsg(msg.msg_iov[i]) |
1498 fun:sendmsg$UNIX2003 | 1498 fun:sendmsg$UNIX2003 |
| 1499 ... |
1499 fun:_ZN4base19MessagePumpLibevent21FileDescriptorWatcher28OnFileCanReadWithou
tBlockingEiPS0_ | 1500 fun:_ZN4base19MessagePumpLibevent21FileDescriptorWatcher28OnFileCanReadWithou
tBlockingEiPS0_ |
| 1501 ... |
1500 fun:event_process_active | 1502 fun:event_process_active |
1501 fun:event_base_loop | 1503 fun:event_base_loop |
1502 } | 1504 } |
1503 { | 1505 { |
1504 bug_21010a | 1506 bug_21010a |
1505 Memcheck:Value4 | 1507 Memcheck:Value4 |
1506 fun:_ZN2v88internal10PagedSpace10FindObjectEPh | 1508 fun:_ZN2v88internal10PagedSpace10FindObjectEPh |
1507 } | 1509 } |
1508 { | 1510 { |
1509 bug_21010b | 1511 bug_21010b |
(...skipping 2617 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
4127 bug_52387 | 4129 bug_52387 |
4128 Memcheck:Addr4 | 4130 Memcheck:Addr4 |
4129 fun:_ZN12_GLOBAL__N_112CacheCreator10DoCallbackEi | 4131 fun:_ZN12_GLOBAL__N_112CacheCreator10DoCallbackEi |
4130 fun:_ZN12_GLOBAL__N_112CacheCreator12OnIOCompleteEi | 4132 fun:_ZN12_GLOBAL__N_112CacheCreator12OnIOCompleteEi |
4131 fun:_Z16DispatchToMethodIN12_GLOBAL__N_112CacheCreatorEMS1_FviEiEvPT_T0_RK6Tu
ple1IT1_E | 4133 fun:_Z16DispatchToMethodIN12_GLOBAL__N_112CacheCreatorEMS1_FviEiEvPT_T0_RK6Tu
ple1IT1_E |
4132 fun:_ZN14CallbackRunnerI6Tuple1IiEE3RunIiEEvRKT_ | 4134 fun:_ZN14CallbackRunnerI6Tuple1IiEE3RunIiEEvRKT_ |
4133 fun:_ZN10disk_cache17InFlightBackendIO19OnOperationCompleteEPNS_12BackgroundI
OEb | 4135 fun:_ZN10disk_cache17InFlightBackendIO19OnOperationCompleteEPNS_12BackgroundI
OEb |
4134 fun:_ZN10disk_cache10InFlightIO14InvokeCallbackEPNS_12BackgroundIOEb | 4136 fun:_ZN10disk_cache10InFlightIO14InvokeCallbackEPNS_12BackgroundIOEb |
4135 fun:_ZN10disk_cache12BackgroundIO13OnIOSignalledEv | 4137 fun:_ZN10disk_cache12BackgroundIO13OnIOSignalledEv |
4136 } | 4138 } |
| 4139 { |
| 4140 bug_52825 |
| 4141 Memcheck:Addr4 |
| 4142 fun:_ZNKSt8_Rb_treeIjSt4pairIKjP12ObserverListI20NotificationObserverLb0EEESt
10_Select1stIS6_ESt4lessIjESaIS6_EE8_M_beginEv |
| 4143 fun:_ZNKSt8_Rb_treeIjSt4pairIKjP12ObserverListI20NotificationObserverLb0EEESt
10_Select1stIS6_ESt4lessIjESaIS6_EE4findERS1_ |
| 4144 fun:_ZNKSt3mapIjP12ObserverListI20NotificationObserverLb0EESt4lessIjESaISt4pa
irIKjS3_EEE4findERS7_ |
| 4145 fun:_ZN19NotificationService6HasKeyERKSt3mapIjP12ObserverListI20NotificationO
bserverLb0EESt4lessIjESaISt4pairIKjS4_EEERK18NotificationSource |
| 4146 fun:_ZN19NotificationService6NotifyE16NotificationTypeRK18NotificationSourceR
K19NotificationDetails |
| 4147 fun:_ZN23ChromeURLRequestContextD0Ev |
| 4148 ... |
| 4149 fun:_ZN17URLRequestHttpJobD0Ev |
| 4150 } |
OLD | NEW |