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 883 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
894 fun:::BrowserMainRunnerImpl::Initialize | 894 fun:::BrowserMainRunnerImpl::Initialize |
895 fun:BrowserMain | 895 fun:BrowserMain |
896 fun:::RunNamedProcessTypeMain | 896 fun:::RunNamedProcessTypeMain |
897 fun:::ContentMainRunnerImpl::Run | 897 fun:::ContentMainRunnerImpl::Run |
898 } | 898 } |
899 { | 899 { |
900 bug_125928_b | 900 bug_125928_b |
901 ThreadSanitizer:Race | 901 ThreadSanitizer:Race |
902 fun:__alloc_dir | 902 fun:__alloc_dir |
903 fun:opendir | 903 fun:opendir |
904 fun:file_util::FileEnumerator::ReadDirectory | 904 fun:base::FileEnumerator::ReadDirectory |
905 fun:file_util::FileEnumerator::Next | 905 fun:base::FileEnumerator::Next |
906 fun:::GetPrefsCandidateFilesFromFolder | 906 fun:::GetPrefsCandidateFilesFromFolder |
907 fun:ExternalPrefLoader::ReadStandaloneExtensionPrefFiles | 907 fun:ExternalPrefLoader::ReadStandaloneExtensionPrefFiles |
908 fun:ExternalPrefLoader::LoadOnFileThread | 908 fun:ExternalPrefLoader::LoadOnFileThread |
909 fun:base::internal::RunnableAdapter::Run | 909 fun:base::internal::RunnableAdapter::Run |
910 } | 910 } |
911 { | 911 { |
912 bug_121574 | 912 bug_121574 |
913 ThreadSanitizer:Race | 913 ThreadSanitizer:Race |
914 fun:base::Thread::message_loop | 914 fun:base::Thread::message_loop |
915 fun:content::BrowserThreadImpl::PostTaskHelper | 915 fun:content::BrowserThreadImpl::PostTaskHelper |
(...skipping 194 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1110 fun:WebCore::SecurityOrigin::createFromString | 1110 fun:WebCore::SecurityOrigin::createFromString |
1111 fun:WebKit::WebSecurityOrigin::createFromString | 1111 fun:WebKit::WebSecurityOrigin::createFromString |
1112 } | 1112 } |
1113 { | 1113 { |
1114 bug_225123 | 1114 bug_225123 |
1115 ThreadSanitizer:Race | 1115 ThreadSanitizer:Race |
1116 fun:setlocale | 1116 fun:setlocale |
1117 ... | 1117 ... |
1118 fun:gfx::GtkInitFromCommandLine | 1118 fun:gfx::GtkInitFromCommandLine |
1119 } | 1119 } |
OLD | NEW |