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 603 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
614 fun:media::CompositeFilter::SerialCallback | 614 fun:media::CompositeFilter::SerialCallback |
615 } | 615 } |
616 { | 616 { |
617 bug_100020 | 617 bug_100020 |
618 ThreadSanitizer:Race | 618 ThreadSanitizer:Race |
619 fun:linked_ptr_internal::join | 619 fun:linked_ptr_internal::join |
620 fun:linked_ptr::copy | 620 fun:linked_ptr::copy |
621 ... | 621 ... |
622 fun:HostContentSettingsMap::GetDefaultContentSetting | 622 fun:HostContentSettingsMap::GetDefaultContentSetting |
623 } | 623 } |
| 624 { |
| 625 bug_101853_a |
| 626 ThreadSanitizer:Race |
| 627 fun:disk_cache::BackendImpl::DecreaseNumEntries |
| 628 fun:disk_cache::BackendImpl::DestroyInvalidEntry |
| 629 fun:disk_cache::BackendImpl::MatchEntry |
| 630 fun:disk_cache::BackendImpl::InternalDoomEntry |
| 631 } |
| 632 { |
| 633 bug_101853_b |
| 634 ThreadSanitizer:Race |
| 635 fun:disk_cache::BackendImpl::GetEntryCount |
| 636 fun:DiskCacheBackendTest::BackendTrimInvalidEntry2 |
| 637 fun:DiskCacheBackendTest_TrimInvalidEntry2_Test::TestBody |
| 638 } |
OLD | NEW |