| 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 526 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 537 ThreadSanitizer:Race | 537 ThreadSanitizer:Race |
| 538 ... | 538 ... |
| 539 fun:frame_thread_free | 539 fun:frame_thread_free |
| 540 ... | 540 ... |
| 541 fun:avcodec_close | 541 fun:avcodec_close |
| 542 ... | 542 ... |
| 543 fun:media::FFmpegVideoDecodeEngine::~FFmpegVideoDecodeEngine | 543 fun:media::FFmpegVideoDecodeEngine::~FFmpegVideoDecodeEngine |
| 544 ... | 544 ... |
| 545 fun:scoped_ptr::* | 545 fun:scoped_ptr::* |
| 546 ... | 546 ... |
| 547 fun:media::FFmpegVideoDecoder*Test::~FFmpegVideoDecoder*Test | 547 fun:media::FFmpegVideoDecode*Test::~FFmpegVideoDecode*Test |
| 548 } | 548 } |
| 549 { | 549 { |
| 550 bug_93932_b | 550 bug_93932_b |
| 551 ThreadSanitizer:Race | 551 ThreadSanitizer:Race |
| 552 ... | 552 ... |
| 553 fun:ff_thread_decode_frame | 553 fun:ff_thread_decode_frame |
| 554 fun:avcodec_decode_video2 | 554 fun:avcodec_decode_video2 |
| 555 ... | 555 ... |
| 556 fun:media::FFmpegVideoDecodeEngine::DecodeFrame | 556 fun:media::FFmpegVideoDecodeEngine::DecodeFrame |
| 557 fun:media::FFmpegVideoDecodeEngine::ConsumeVideoSample | 557 fun:media::FFmpegVideoDecodeEngine::ConsumeVideoSample |
| (...skipping 75 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 633 fun:disk_cache::BackendImpl::MatchEntry | 633 fun:disk_cache::BackendImpl::MatchEntry |
| 634 fun:disk_cache::BackendImpl::InternalDoomEntry | 634 fun:disk_cache::BackendImpl::InternalDoomEntry |
| 635 } | 635 } |
| 636 { | 636 { |
| 637 bug_101853_d | 637 bug_101853_d |
| 638 ThreadSanitizer:Race | 638 ThreadSanitizer:Race |
| 639 fun:disk_cache::BackendImpl::GetEntryCount | 639 fun:disk_cache::BackendImpl::GetEntryCount |
| 640 fun:DiskCacheBackendTest::BackendTrimInvalidEntry2 | 640 fun:DiskCacheBackendTest::BackendTrimInvalidEntry2 |
| 641 fun:DiskCacheBackendTest_* | 641 fun:DiskCacheBackendTest_* |
| 642 } | 642 } |
| OLD | NEW |