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 1725 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
1736 fun:update_context_from_thread | 1736 fun:update_context_from_thread |
1737 fun:frame_thread_free | 1737 fun:frame_thread_free |
1738 fun:avcodec_close | 1738 fun:avcodec_close |
1739 ... | 1739 ... |
1740 fun:_ZN5media23FFmpegVideoDecodeEngineD0Ev | 1740 fun:_ZN5media23FFmpegVideoDecodeEngineD0Ev |
1741 fun:_ZN10scoped_ptrIN5media23FFmpegVideoDecodeEngineEE5resetEPS1_ | 1741 fun:_ZN10scoped_ptrIN5media23FFmpegVideoDecodeEngineEE5resetEPS1_ |
1742 fun:_ZN5media27FFmpegVideoDecodeEngineTestD2Ev | 1742 fun:_ZN5media27FFmpegVideoDecodeEngineTestD2Ev |
1743 fun:_ZN5media51FFmpegVideoDecodeEngineTest_DecodeFrame_Normal_TestD0Ev | 1743 fun:_ZN5media51FFmpegVideoDecodeEngineTest_DecodeFrame_Normal_TestD0Ev |
1744 } | 1744 } |
1745 { | 1745 { |
1746 bug_95718 | |
1747 Memcheck:Leak | |
1748 fun:calloc | |
1749 ... | |
1750 fun:error_get_my_stack | |
1751 fun:nss_ClearErrorStack | |
1752 fun:NSSArena_Destroy | |
1753 fun:nssList_Destroy | |
1754 fun:remove_subject_entry | |
1755 ... | |
1756 fun:nssCertificate_Destroy | |
1757 fun:NSSCertificate_Destroy | |
1758 fun:CERT_DestroyCertificate | |
1759 ... | |
1760 fun:SSL_ClearSessionCache | |
1761 ... | |
1762 fun:_ZN3net19NSSSSLInitSingletonD1Ev | |
1763 ... | |
1764 fun:_ZN4base12LazyInstanceIN3net19NSSSSLInitSingletonENS_25DefaultLazyInstanc eTraitsIS2_EEE6OnExitEPv | |
1765 } | |
wtc
2011/12/07 03:10:48
I assume suppressions.txt also applies to Mac OS X
cbentzel
2011/12/07 13:14:52
Yes, that is correct.
| |
1766 { | |
1767 bug_95718_b | 1746 bug_95718_b |
1768 Memcheck:Leak | 1747 Memcheck:Leak |
1769 fun:calloc | 1748 fun:calloc |
1770 fun:PR_NewLock | 1749 fun:PR_NewLock |
1771 fun:ssl_Init* | 1750 fun:ssl_Init* |
1772 fun:InitSessionCacheLocks | 1751 fun:InitSessionCacheLocks |
1773 fun:initSessionCacheLocksLazily | 1752 fun:initSessionCacheLocksLazily |
1774 fun:PR_CallOnce | 1753 fun:PR_CallOnce |
1775 fun:ssl_InitSessionCacheLocks | 1754 fun:ssl_InitSessionCacheLocks |
1776 fun:lock_cache | 1755 fun:lock_cache |
(...skipping 473 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
2250 fun:_ZN2v88internalL6InvokeEbNS0_6HandleINS0_10JSFunctionEEENS1_INS0_6ObjectE EEiPS5_Pb | 2229 fun:_ZN2v88internalL6InvokeEbNS0_6HandleINS0_10JSFunctionEEENS1_INS0_6ObjectE EEiPS5_Pb |
2251 fun:_ZN2v88internal9Execution4CallENS0_6HandleINS0_6ObjectEEES4_iPS4_Pbb | 2230 fun:_ZN2v88internal9Execution4CallENS0_6HandleINS0_6ObjectEEES4_iPS4_Pbb |
2252 fun:_ZN2v88Function4CallENS_6HandleINS_6ObjectEEEiPNS1_INS_5ValueEEE | 2231 fun:_ZN2v88Function4CallENS_6HandleINS_6ObjectEEEiPNS1_INS_5ValueEEE |
2253 fun:_ZN7WebCore7V8Proxy24instrumentedCallFunctionEPNS_4PageEN2v86HandleINS3_8 FunctionEEENS4_INS3_6ObjectEEEiPNS4_INS3_5ValueEEE | 2232 fun:_ZN7WebCore7V8Proxy24instrumentedCallFunctionEPNS_4PageEN2v86HandleINS3_8 FunctionEEENS4_INS3_6ObjectEEEiPNS4_INS3_5ValueEEE |
2254 fun:_ZN7WebCore7V8Proxy12callFunctionEN2v86HandleINS1_8FunctionEEENS2_INS1_6O bjectEEEiPNS2_INS1_5ValueEEE | 2233 fun:_ZN7WebCore7V8Proxy12callFunctionEN2v86HandleINS1_8FunctionEEENS2_INS1_6O bjectEEEiPNS2_INS1_5ValueEEE |
2255 fun:_ZN7WebCore19V8LazyEventListener20callListenerFunctionEPNS_22ScriptExecut ionContextEN2v86HandleINS3_5ValueEEEPNS_5EventE | 2234 fun:_ZN7WebCore19V8LazyEventListener20callListenerFunctionEPNS_22ScriptExecut ionContextEN2v86HandleINS3_5ValueEEEPNS_5EventE |
2256 fun:_ZN7WebCore23V8AbstractEventListener18invokeEventHandlerEPNS_22ScriptExec utionContextEPNS_5EventEN2v86HandleINS5_5ValueEEE | 2235 fun:_ZN7WebCore23V8AbstractEventListener18invokeEventHandlerEPNS_22ScriptExec utionContextEPNS_5EventEN2v86HandleINS5_5ValueEEE |
2257 fun:_ZN7WebCore23V8AbstractEventListener11handleEventEPNS_22ScriptExecutionCo ntextEPNS_5EventE | 2236 fun:_ZN7WebCore23V8AbstractEventListener11handleEventEPNS_22ScriptExecutionCo ntextEPNS_5EventE |
2258 fun:_ZN7WebCore11EventTarget18fireEventListenersEPNS_5EventEPNS_15EventTarget DataERN3WTF6VectorINS_23RegisteredEventListenerELm1EEE | 2237 fun:_ZN7WebCore11EventTarget18fireEventListenersEPNS_5EventEPNS_15EventTarget DataERN3WTF6VectorINS_23RegisteredEventListenerELm1EEE |
2259 } | 2238 } |
OLD | NEW |