| OLD | NEW |
| 1 # There are two kinds of suppressions in this file. | 1 # There are two 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 229 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 240 fun:file_util::OpenFile | 240 fun:file_util::OpenFile |
| 241 fun:base::SharedMemory::Create | 241 fun:base::SharedMemory::Create |
| 242 fun:base::SharedMemory::CreateNamed | 242 fun:base::SharedMemory::CreateNamed |
| 243 fun:base::::MultipleThreadMain::ThreadMain | 243 fun:base::::MultipleThreadMain::ThreadMain |
| 244 fun:base::::ThreadFunc | 244 fun:base::::ThreadFunc |
| 245 } | 245 } |
| 246 { | 246 { |
| 247 bug_123112 | 247 bug_123112 |
| 248 ThreadSanitizer:Race | 248 ThreadSanitizer:Race |
| 249 fun:media::AUAudioOutputStream::Stop | 249 fun:media::AUAudioOutputStream::Stop |
| 250 fun:media::AudioOutputDispatcherImpl::StopStream |
| 250 fun:media::AudioOutputProxy::Stop | 251 fun:media::AudioOutputProxy::Stop |
| 251 fun:media::AudioOutputController::DoStopCloseAndClearStream | 252 fun:media::AudioOutputController::DoStopCloseAndClearStream |
| 252 fun:media::AudioOutputController::DoClose | 253 fun:media::AudioOutputController::DoClose |
| 254 fun:base::internal::RunnableAdapter::Run |
| 253 } | 255 } |
| OLD | NEW |