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 1887 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1898 fun:vp8_decode_update_thread_context | 1898 fun:vp8_decode_update_thread_context |
1899 fun:update_context_from_thread | 1899 fun:update_context_from_thread |
1900 fun:frame_thread_free | 1900 fun:frame_thread_free |
1901 fun:avcodec_close | 1901 fun:avcodec_close |
1902 fun:_ZN5media23FFmpegVideoDecodeEngineD0Ev | 1902 fun:_ZN5media23FFmpegVideoDecodeEngineD0Ev |
1903 fun:_ZN10scoped_ptrIN5media23FFmpegVideoDecodeEngineEE5resetEPS1_ | 1903 fun:_ZN10scoped_ptrIN5media23FFmpegVideoDecodeEngineEE5resetEPS1_ |
1904 fun:_ZN5media27FFmpegVideoDecodeEngineTestD2Ev | 1904 fun:_ZN5media27FFmpegVideoDecodeEngineTestD2Ev |
1905 fun:_ZN5media51FFmpegVideoDecodeEngineTest_DecodeFrame_Normal_TestD0Ev | 1905 fun:_ZN5media51FFmpegVideoDecodeEngineTest_DecodeFrame_Normal_TestD0Ev |
1906 fun:_ZN7testing4Test11DeleteSelf_Ev | 1906 fun:_ZN7testing4Test11DeleteSelf_Ev |
1907 } | 1907 } |
| 1908 { |
| 1909 bug_95497 |
| 1910 Memcheck:Leak |
| 1911 fun:calloc |
| 1912 fun:res_build_start |
| 1913 fun:res_9_vinit |
| 1914 fun:res_9_ninit |
| 1915 fun:_ZN3net21DnsConfigServicePosix15DnsConfigReader6DoReadEv |
| 1916 fun:_ZN3net18WatchingFileReader9DoReadJobEv |
| 1917 fun:_ZN4base8internal8Invoker1ILb0ENS0_15InvokerStorage1IMN3net18WatchingFile
ReaderEFvvEPS4_EES6_E8DoInvokeEPNS0_18InvokerStorageBaseE |
| 1918 } |
1908 | 1919 |
OLD | NEW |