| 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 1108 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1119 } | 1119 } |
| 1120 { | 1120 { |
| 1121 bug_239350 | 1121 bug_239350 |
| 1122 ThreadSanitizer:Race | 1122 ThreadSanitizer:Race |
| 1123 fun:av_buffer_unref | 1123 fun:av_buffer_unref |
| 1124 fun:av_frame_unref | 1124 fun:av_frame_unref |
| 1125 fun:avcodec_decode_video2 | 1125 fun:avcodec_decode_video2 |
| 1126 ... | 1126 ... |
| 1127 fun:media::FFmpegVideoDecoder::Decode | 1127 fun:media::FFmpegVideoDecoder::Decode |
| 1128 } | 1128 } |
| 1129 { | |
| 1130 bug_241939a | |
| 1131 ThreadSanitizer:Race | |
| 1132 fun:CreateDialogParamW | |
| 1133 fun:CharPrevW | |
| 1134 fun:SystemParametersInfoW | |
| 1135 fun:RegisterClassExW | |
| 1136 fun:base::MessagePumpForUI::InitMessageWnd | |
| 1137 fun:base::MessagePumpForUI::MessagePumpForUI | |
| 1138 fun:base::MessageLoop::MessageLoop | |
| 1139 fun:remoting::AutoThread::ThreadMain | |
| 1140 } | |
| 1141 { | |
| 1142 bug_241939b | |
| 1143 ThreadSanitizer:Race | |
| 1144 fun:GetWindowLongW | |
| 1145 fun:GetWindowLongW | |
| 1146 fun:GetWindowLongW | |
| 1147 fun:PostMessageW | |
| 1148 fun:PostMessageW | |
| 1149 fun:SetWindowTextW | |
| 1150 fun:KiUserCallbackDispatcher | |
| 1151 fun:LoadStringA | |
| 1152 fun:LoadStringA | |
| 1153 fun:LoadStringA | |
| 1154 fun:CreateWindowExW | |
| 1155 fun:base::MessagePumpForUI::InitMessageWnd | |
| 1156 fun:base::MessagePumpForUI::MessagePumpForUI | |
| 1157 fun:base::MessageLoop::MessageLoop | |
| 1158 fun:remoting::AutoThread::ThreadMain | |
| 1159 } | |
| OLD | NEW |