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 836 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
847 ThreadSanitizer:Race | 847 ThreadSanitizer:Race |
848 fun:talk_base::Event::EnsureInitialized | 848 fun:talk_base::Event::EnsureInitialized |
849 } | 849 } |
850 { | 850 { |
851 bug_116559 | 851 bug_116559 |
852 ThreadSanitizer:Race | 852 ThreadSanitizer:Race |
853 fun:logging::::LoggingTest_Dcheck_Test::TestBody | 853 fun:logging::::LoggingTest_Dcheck_Test::TestBody |
854 fun:testing::internal::HandleSehExceptionsInMethodIfSupported | 854 fun:testing::internal::HandleSehExceptionsInMethodIfSupported |
855 } | 855 } |
856 { | 856 { |
857 bug_118319 | 857 bug_118319_a |
858 ThreadSanitizer:Race | 858 ThreadSanitizer:Race |
859 fun:content::BrowserThreadImpl::~BrowserThreadImpl | 859 fun:content::BrowserThreadImpl::~BrowserThreadImpl |
860 fun:content::BrowserProcessSubThread::~BrowserProcessSubThread | 860 fun:content::BrowserProcessSubThread::~BrowserProcessSubThread |
861 fun:scoped_ptr::reset | 861 fun:scoped_ptr::reset |
862 fun:content::BrowserMainLoop::ShutdownThreadsAndCleanUp | 862 fun:content::BrowserMainLoop::ShutdownThreadsAndCleanUp |
863 fun:::BrowserMainRunnerImpl::Shutdown | 863 fun:::BrowserMainRunnerImpl::Shutdown |
864 fun:BrowserMain | 864 fun:BrowserMain |
865 fun:::RunNamedProcessTypeMain | 865 fun:::RunNamedProcessTypeMain |
866 fun:::ContentMainRunnerImpl::Run | 866 fun:::ContentMainRunnerImpl::Run |
867 fun:content::ContentMain | 867 fun:content::ContentMain |
868 fun:ChromeMain | 868 fun:ChromeMain |
869 fun:main | 869 fun:main |
870 } | 870 } |
871 { | 871 { |
872 bug_118345 | 872 bug_118319_b |
873 ThreadSanitizer:Race | 873 ThreadSanitizer:Race |
874 fun:base::Thread::message_loop | 874 fun:base::Thread::message_loop |
875 fun:content::BrowserThreadImpl::PostTaskHelper | 875 fun:content::BrowserThreadImpl::PostTaskHelper |
876 fun:content::BrowserThread::PostTask | 876 fun:content::BrowserThread::PostTask |
877 fun:PluginLoaderPosix::GetPluginsToLoad | 877 fun:PluginLoaderPosix::GetPluginsToLoad |
878 fun:base::internal::RunnableAdapter::Run | 878 fun:base::internal::RunnableAdapter::Run |
879 } | 879 } |
| 880 { |
| 881 bug_118319_c |
| 882 ThreadSanitizer:Race |
| 883 fun:base::Thread::ThreadMain |
| 884 fun:base::::ThreadFunc |
| 885 } |
OLD | NEW |