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 950 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
961 fun:file_util::OpenFile | 961 fun:file_util::OpenFile |
962 fun:file_util::OpenFile | 962 fun:file_util::OpenFile |
963 fun:file_util::OpenFile | 963 fun:file_util::OpenFile |
964 fun:components::VisitedLinkMaster::InitFromFile | 964 fun:components::VisitedLinkMaster::InitFromFile |
965 fun:components::VisitedLinkMaster::InitFromFile | 965 fun:components::VisitedLinkMaster::InitFromFile |
966 fun:components::VisitedLinkMaster::InitFromFile | 966 fun:components::VisitedLinkMaster::InitFromFile |
967 fun:components::VisitedLinkMaster::Init | 967 fun:components::VisitedLinkMaster::Init |
968 fun:components::VisitedLinkEventsTest::SetUp | 968 fun:components::VisitedLinkEventsTest::SetUp |
969 fun:testing::internal::HandleExceptionsInMethodIfSupported | 969 fun:testing::internal::HandleExceptionsInMethodIfSupported |
970 } | 970 } |
| 971 { |
| 972 bug_66835a |
| 973 ThreadSanitizer:Race |
| 974 fun:getenv |
| 975 fun:::EnvironmentImpl::GetVarImpl |
| 976 fun:::EnvironmentImpl::GetVar |
| 977 fun:ShellIntegrationLinux::GetDesktopName |
| 978 fun:::GetIsDefaultWebClient |
| 979 fun:ShellIntegration::GetDefaultBrowser |
| 980 fun:::RecordDefaultBrowserUMAStat |
| 981 fun:base::internal::RunnableAdapter::Run |
| 982 } |
| 983 { |
| 984 bug_66835b |
| 985 ThreadSanitizer:Race |
| 986 fun:__add_to_environ |
| 987 fun:g_setenv |
| 988 ... |
| 989 fun:giop_init |
| 990 fun:CORBA_ORB_init |
| 991 fun:gconf_orb_get |
| 992 ... |
| 993 fun:gconf_activate_server |
| 994 ... |
| 995 fun:gconf_engine_get_fuller |
| 996 fun:gconf_engine_get_entry |
| 997 ... |
| 998 fun:GConfTitlebarListener::GConfTitlebarListener |
| 999 fun:DefaultSingletonTraits::New |
| 1000 fun:Singleton::get |
| 1001 fun:GConfTitlebarListener::GetInstance |
| 1002 fun:BrowserTitlebar::Init |
| 1003 fun:BrowserWindowGtk::InitWidgets |
| 1004 fun:BrowserWindowGtk::Init |
| 1005 fun:BrowserWindow::CreateBrowserWindow |
| 1006 fun:::CreateBrowserWindow |
| 1007 fun:Browser::Browser |
| 1008 fun:StartupBrowserCreatorImpl::OpenTabsInBrowser |
| 1009 fun:StartupBrowserCreatorImpl::ProcessSpecifiedURLs |
| 1010 fun:StartupBrowserCreatorImpl::ProcessStartupURLs |
| 1011 fun:StartupBrowserCreatorImpl::ProcessLaunchURLs |
| 1012 fun:StartupBrowserCreatorImpl::Launch |
| 1013 } |
OLD | NEW |