Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(4)

Side by Side Diff: tools/valgrind/tsan/suppressions.txt

Issue 12220114: suppress data race on setenv. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
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
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 }
OLDNEW
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698