| 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 1064 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1075 ThreadSanitizer:Race | 1075 ThreadSanitizer:Race |
| 1076 fun:setlocale | 1076 fun:setlocale |
| 1077 ... | 1077 ... |
| 1078 fun:gfx::GtkInitFromCommandLine | 1078 fun:gfx::GtkInitFromCommandLine |
| 1079 } | 1079 } |
| 1080 { | 1080 { |
| 1081 bug_239350 | 1081 bug_239350 |
| 1082 ThreadSanitizer:Race | 1082 ThreadSanitizer:Race |
| 1083 fun:av_buffer_unref | 1083 fun:av_buffer_unref |
| 1084 fun:av_frame_unref | 1084 fun:av_frame_unref |
| 1085 fun:avcodec_decode_video2 | |
| 1086 ... | 1085 ... |
| 1087 fun:media::FFmpegVideoDecoder::Decode | |
| 1088 } | 1086 } |
| 1089 { | 1087 { |
| 1090 bug_256792 | 1088 bug_256792 |
| 1091 ThreadSanitizer:Race | 1089 ThreadSanitizer:Race |
| 1092 fun:media::AudioManagerLinux::~AudioManagerLinux | 1090 fun:media::AudioManagerLinux::~AudioManagerLinux |
| 1093 fun:content::MockAudioManager::~MockAudioManager | 1091 fun:content::MockAudioManager::~MockAudioManager |
| 1094 fun:content::MockAudioManager::~MockAudioManager | 1092 fun:content::MockAudioManager::~MockAudioManager |
| 1095 fun:base::DefaultDeleter* | 1093 fun:base::DefaultDeleter* |
| 1096 fun:base::internal::scoped_ptr_impl::~scoped_ptr_impl | 1094 fun:base::internal::scoped_ptr_impl::~scoped_ptr_impl |
| 1097 fun:scoped_ptr::~scoped_ptr | 1095 fun:scoped_ptr::~scoped_ptr |
| (...skipping 24 matching lines...) Expand all Loading... |
| 1122 } | 1120 } |
| 1123 { | 1121 { |
| 1124 bug_268924 | 1122 bug_268924 |
| 1125 ThreadSanitizer:Race | 1123 ThreadSanitizer:Race |
| 1126 fun:base::PowerMonitor::PowerMonitor | 1124 fun:base::PowerMonitor::PowerMonitor |
| 1127 fun:content::ChildThread::Init | 1125 fun:content::ChildThread::Init |
| 1128 fun:content::ChildThread::ChildThread | 1126 fun:content::ChildThread::ChildThread |
| 1129 fun:content::UtilityThreadImpl::UtilityThreadImpl | 1127 fun:content::UtilityThreadImpl::UtilityThreadImpl |
| 1130 fun:content::UtilityMainThread::InitInternal | 1128 fun:content::UtilityMainThread::InitInternal |
| 1131 } | 1129 } |
| 1130 |
| OLD | NEW |