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 327 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
338 ThreadSanitizer:Race | 338 ThreadSanitizer:Race |
339 ... | 339 ... |
340 fun:std::ostream::operator* | 340 fun:std::ostream::operator* |
341 ... | 341 ... |
342 fun:logging::LogMessage::*LogMessage | 342 fun:logging::LogMessage::*LogMessage |
343 fun:base::PlatformThread::SetThreadPriority | 343 fun:base::PlatformThread::SetThreadPriority |
344 fun:base::SimpleThread::SetThreadPriority | 344 fun:base::SimpleThread::SetThreadPriority |
345 fun:AudioRendererImpl::Run | 345 fun:AudioRendererImpl::Run |
346 } | 346 } |
347 { | 347 { |
348 bug_100143 | |
Timur Iskhodzhanov
2011/10/28 12:42:17
Fixed.
| |
349 ThreadSanitizer:Race | |
350 ... | |
351 fun:GpuDataManager::Initialize | |
352 fun:GpuDataManager::GetInstance | |
353 fun:GpuBlacklistUpdater::SetupOnFileThread | |
354 } | |
355 { | |
356 Intentional race in net_unittest | 348 Intentional race in net_unittest |
357 ThreadSanitizer:Race | 349 ThreadSanitizer:Race |
358 fun:disk_cache::BackendImpl::GetEntryCount | 350 fun:disk_cache::BackendImpl::GetEntryCount |
359 fun:DiskCacheBackendTest::BackendTrimInvalidEntry2 | 351 fun:DiskCacheBackendTest::BackendTrimInvalidEntry2 |
360 fun:DiskCacheBackendTest_TrimInvalidEntry2_Test::TestBody | 352 fun:DiskCacheBackendTest_TrimInvalidEntry2_Test::TestBody |
361 fun:testing::internal::HandleSehExceptionsInMethodIfSupported | 353 fun:testing::internal::HandleSehExceptionsInMethodIfSupported |
362 } | 354 } |
363 | 355 |
364 ############################ | 356 ############################ |
365 # 2.2 Benign races in Chromium | 357 # 2.2 Benign races in Chromium |
(...skipping 267 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
633 fun:disk_cache::BackendImpl::MatchEntry | 625 fun:disk_cache::BackendImpl::MatchEntry |
634 fun:disk_cache::BackendImpl::InternalDoomEntry | 626 fun:disk_cache::BackendImpl::InternalDoomEntry |
635 } | 627 } |
636 { | 628 { |
637 bug_101853_d | 629 bug_101853_d |
638 ThreadSanitizer:Race | 630 ThreadSanitizer:Race |
639 fun:disk_cache::BackendImpl::GetEntryCount | 631 fun:disk_cache::BackendImpl::GetEntryCount |
640 fun:DiskCacheBackendTest::BackendTrimInvalidEntry2 | 632 fun:DiskCacheBackendTest::BackendTrimInvalidEntry2 |
641 fun:DiskCacheBackendTest_* | 633 fun:DiskCacheBackendTest_* |
642 } | 634 } |
OLD | NEW |