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 825 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
836 { | 836 { |
837 bug_115540 | 837 bug_115540 |
838 ThreadSanitizer:Race | 838 ThreadSanitizer:Race |
839 fun:base::Thread::message_loop | 839 fun:base::Thread::message_loop |
840 fun:content::BrowserThreadImpl::PostTaskHelper | 840 fun:content::BrowserThreadImpl::PostTaskHelper |
841 fun:content::BrowserThread::PostTask | 841 fun:content::BrowserThread::PostTask |
842 fun:AudioRendererHost::OnCreated | 842 fun:AudioRendererHost::OnCreated |
843 fun:media::AudioOutputController::DoCreate | 843 fun:media::AudioOutputController::DoCreate |
844 } | 844 } |
845 { | 845 { |
846 bug_116421 | |
847 ThreadSanitizer:Race | |
848 fun:talk_base::Event::EnsureInitialized | |
849 } | |
850 { | |
851 bug_116559 | 846 bug_116559 |
852 ThreadSanitizer:Race | 847 ThreadSanitizer:Race |
853 fun:logging::::LoggingTest_Dcheck_Test::TestBody | 848 fun:logging::::LoggingTest_Dcheck_Test::TestBody |
854 fun:testing::internal::HandleSehExceptionsInMethodIfSupported | 849 fun:testing::internal::HandleSehExceptionsInMethodIfSupported |
855 } | 850 } |
856 { | 851 { |
857 bug_118319_a | 852 bug_118319_a |
858 ThreadSanitizer:Race | 853 ThreadSanitizer:Race |
859 fun:content::BrowserThreadImpl::~BrowserThreadImpl | 854 fun:content::BrowserThreadImpl::~BrowserThreadImpl |
860 fun:content::BrowserProcessSubThread::~BrowserProcessSubThread | 855 fun:content::BrowserProcessSubThread::~BrowserProcessSubThread |
(...skipping 15 matching lines...) Expand all Loading... |
876 fun:content::BrowserThread::PostTask | 871 fun:content::BrowserThread::PostTask |
877 fun:PluginLoaderPosix::GetPluginsToLoad | 872 fun:PluginLoaderPosix::GetPluginsToLoad |
878 fun:base::internal::RunnableAdapter::Run | 873 fun:base::internal::RunnableAdapter::Run |
879 } | 874 } |
880 { | 875 { |
881 bug_118319_c | 876 bug_118319_c |
882 ThreadSanitizer:Race | 877 ThreadSanitizer:Race |
883 fun:base::Thread::ThreadMain | 878 fun:base::Thread::ThreadMain |
884 fun:base::::ThreadFunc | 879 fun:base::::ThreadFunc |
885 } | 880 } |
OLD | NEW |