| 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, stuff that is somehow a false positive | 4 # 2. Intentional unit test errors, 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. | 8 # These should all be in chromium's bug tracking system. |
| 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 42 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 53 ... | 53 ... |
| 54 fun:_Z*19cssm_DataAbortQuery17cssm_dl_db_handlel | 54 fun:_Z*19cssm_DataAbortQuery17cssm_dl_db_handlel |
| 55 fun:CSSM_DL_DataAbortQuery | 55 fun:CSSM_DL_DataAbortQuery |
| 56 fun:_ZN11SSDLSession14DataAbortQueryEll | 56 fun:_ZN11SSDLSession14DataAbortQueryEll |
| 57 fun:_Z*19cssm_DataAbortQuery17cssm_dl_db_handlel | 57 fun:_Z*19cssm_DataAbortQuery17cssm_dl_db_handlel |
| 58 fun:CSSM_DL_DataAbortQuery | 58 fun:CSSM_DL_DataAbortQuery |
| 59 fun:tpDbFindIssuerCrl | 59 fun:tpDbFindIssuerCrl |
| 60 fun:tpVerifyCertGroupWithCrls | 60 fun:tpVerifyCertGroupWithCrls |
| 61 } | 61 } |
| 62 { | 62 { |
| 63 # QTKit leak. See http://crbug.com/100772 and rdar://10319535. | |
| 64 bug_100772 | |
| 65 Memcheck:Leak | |
| 66 fun:calloc | |
| 67 fun:QTMLCreateMutex | |
| 68 fun:WarholCreateGlobals | |
| 69 fun:INIT_QuickTimeLibInternal | |
| 70 fun:pthread_once | |
| 71 fun:INIT_QuickTimeLib | |
| 72 fun:EnterMovies_priv | |
| 73 fun:EnterMovies | |
| 74 fun:TundraUnitInputFromTSFileEntry | |
| 75 fun:TundraUnitVDIGInputEntry | |
| 76 fun:TundraUnitCreateFromDescription | |
| 77 fun:+[QTCaptureVDIGDevice _refreshDevices] | |
| 78 fun:+[QTCaptureVDIGDevice devicesWithIOType:] | |
| 79 fun:+[QTCaptureDevice devicesWithIOType:] | |
| 80 fun:+[QTCaptureDevice inputDevices] | |
| 81 fun:+[QTCaptureDevice inputDevicesWithMediaType:] | |
| 82 ... | |
| 83 } | |
| 84 { | |
| 85 # See http://crbug.com/385604 | 63 # See http://crbug.com/385604 |
| 86 bug_385604_a | 64 bug_385604_a |
| 87 Memcheck:Leak | 65 Memcheck:Leak |
| 88 fun:_Znw* | 66 fun:_Znw* |
| 89 fun:_ZNK11AEEventImpl9duplicateEv | 67 fun:_ZNK11AEEventImpl9duplicateEv |
| 90 fun:AESendMessage | 68 fun:AESendMessage |
| 91 fun:_ZL35HIToolboxLSNotificationCallbackFunc18LSNotificationCodedPKvPK7__LSAS
NS1_11LSSessionIDS1_ | 69 fun:_ZL35HIToolboxLSNotificationCallbackFunc18LSNotificationCodedPKvPK7__LSAS
NS1_11LSSessionIDS1_ |
| 92 fun:_ZL48LSScheduleNotificationReceiveMessageCallbackFuncP12__CFMachPortPvlS1
_ | 70 fun:_ZL48LSScheduleNotificationReceiveMessageCallbackFuncP12__CFMachPortPvlS1
_ |
| 93 fun:__CFMachPortPerform | 71 fun:__CFMachPortPerform |
| 94 fun:__CFRunLoopRun | 72 fun:__CFRunLoopRun |
| (...skipping 226 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 321 fun:_ZNSt5dequeISt6vectorIcSaIcEESaIS2_EE9push_backERKS2_ | 299 fun:_ZNSt5dequeISt6vectorIcSaIcEESaIS2_EE9push_backERKS2_ |
| 322 fun:_ZN8remoting8protocol12_GLOBAL__N_110FakeSocket17AppendInputPacketERKSt6v
ectorIcSaIcEE | 300 fun:_ZN8remoting8protocol12_GLOBAL__N_110FakeSocket17AppendInputPacketERKSt6v
ectorIcSaIcEE |
| 323 } | 301 } |
| 324 { | 302 { |
| 325 bug_515244_c | 303 bug_515244_c |
| 326 Memcheck:Unaddressable | 304 Memcheck:Unaddressable |
| 327 fun:_ZNK13scoped_refptrIN4base8internal13BindStateBaseEE3getEv | 305 fun:_ZNK13scoped_refptrIN4base8internal13BindStateBaseEE3getEv |
| 328 fun:_ZNK4base8internal12CallbackBase7is_nullEv | 306 fun:_ZNK4base8internal12CallbackBase7is_nullEv |
| 329 fun:_ZN8remoting8protocol12_GLOBAL__N_110FakeSocket17AppendInputPacketERKSt6v
ectorIcSaIcEE | 307 fun:_ZN8remoting8protocol12_GLOBAL__N_110FakeSocket17AppendInputPacketERKSt6v
ectorIcSaIcEE |
| 330 } | 308 } |
| OLD | NEW |