| OLD | NEW |
| 1 # There are a few kinds of suppressions in this file. | 1 # There are a few 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 899 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 910 fun:base::debug::TraceSamplingThread::ThreadMain | 910 fun:base::debug::TraceSamplingThread::ThreadMain |
| 911 } | 911 } |
| 912 { | 912 { |
| 913 bug_225123 | 913 bug_225123 |
| 914 ThreadSanitizer:Race | 914 ThreadSanitizer:Race |
| 915 fun:setlocale | 915 fun:setlocale |
| 916 ... | 916 ... |
| 917 fun:gfx::GtkInitFromCommandLine | 917 fun:gfx::GtkInitFromCommandLine |
| 918 } | 918 } |
| 919 { | 919 { |
| 920 bug_239350 | 920 bug_239350_a |
| 921 ThreadSanitizer:Race | 921 ThreadSanitizer:Race |
| 922 fun:av_buffer_unref | 922 fun:av_buffer_unref |
| 923 fun:av_frame_unref | 923 fun:av_frame_unref |
| 924 ... | 924 ... |
| 925 } | 925 } |
| 926 { | 926 { |
| 927 bug_239350_b |
| 928 ThreadSanitizer:Race |
| 929 fun:av_buffer_get_opaque |
| 930 fun:av_buffer_get_opaque |
| 931 ... |
| 932 } |
| 933 { |
| 927 bug_256792 | 934 bug_256792 |
| 928 ThreadSanitizer:Race | 935 ThreadSanitizer:Race |
| 929 fun:media::AudioManagerAlsa::~AudioManagerAlsa | 936 fun:media::AudioManagerAlsa::~AudioManagerAlsa |
| 930 fun:content::MockAudioManager::~MockAudioManager | 937 fun:content::MockAudioManager::~MockAudioManager |
| 931 fun:content::MockAudioManager::~MockAudioManager | 938 fun:content::MockAudioManager::~MockAudioManager |
| 932 fun:base::DefaultDeleter* | 939 fun:base::DefaultDeleter* |
| 933 fun:base::internal::scoped_ptr_impl::~scoped_ptr_impl | 940 fun:base::internal::scoped_ptr_impl::~scoped_ptr_impl |
| 934 fun:scoped_ptr::~scoped_ptr | 941 fun:scoped_ptr::~scoped_ptr |
| 935 fun:content::MediaStreamManagerTest::~MediaStreamManagerTest | 942 fun:content::MediaStreamManagerTest::~MediaStreamManagerTest |
| 936 fun:content::MediaStreamManagerTest_MakeAndCancelMediaAccessRequest_Test::~Med
iaStreamManagerTest_MakeAndCancelMediaAccessRequest_Test | 943 fun:content::MediaStreamManagerTest_MakeAndCancelMediaAccessRequest_Test::~Med
iaStreamManagerTest_MakeAndCancelMediaAccessRequest_Test |
| (...skipping 123 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1060 fun:decode_tile | 1067 fun:decode_tile |
| 1061 fun:decode_tiles | 1068 fun:decode_tiles |
| 1062 fun:vp9_decode_frame | 1069 fun:vp9_decode_frame |
| 1063 } | 1070 } |
| 1064 { | 1071 { |
| 1065 bug_343802 | 1072 bug_343802 |
| 1066 ThreadSanitizer:Race | 1073 ThreadSanitizer:Race |
| 1067 ... | 1074 ... |
| 1068 fun:base::debug::TraceLog::GetCategoryGroupEnabledInternal | 1075 fun:base::debug::TraceLog::GetCategoryGroupEnabledInternal |
| 1069 } | 1076 } |
| OLD | NEW |