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

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

Issue 15329003: TSAN: Update a suppression after r200665. Sort some suppressions by bug #. (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: Created 7 years, 7 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 427 matching lines...) Expand 10 before | Expand all | Expand 10 after
438 fun:net::HttpCache::Transaction::* 438 fun:net::HttpCache::Transaction::*
439 } 439 }
440 440
441 { 441 {
442 bug_64075b 442 bug_64075b
443 ThreadSanitizer:Race 443 ThreadSanitizer:Race
444 fun:disk_cache::EntryImpl::UpdateSize* 444 fun:disk_cache::EntryImpl::UpdateSize*
445 ... 445 ...
446 fun:disk_cache::EntryImpl::WriteDataImpl* 446 fun:disk_cache::EntryImpl::WriteDataImpl*
447 } 447 }
448 {
449 bug_66835a
450 ThreadSanitizer:Race
451 fun:getenv
452 fun:::EnvironmentImpl::GetVarImpl
453 fun:::EnvironmentImpl::GetVar
454 fun:ShellIntegrationLinux::GetDesktopName
455 fun:::GetIsDefaultWebClient
456 fun:ShellIntegration::GetDefaultBrowser
457 fun:::RecordDefaultBrowserUMAStat
458 fun:base::internal::RunnableAdapter::Run
459 }
460 {
461 bug_66835b
462 ThreadSanitizer:Race
463 fun:__add_to_environ
464 fun:g_setenv
465 ...
466 fun:giop_init
467 fun:CORBA_ORB_init
468 fun:gconf_orb_get
469 ...
470 fun:gconf_activate_server
471 ...
472 fun:gconf_engine_get_fuller
473 fun:gconf_engine_get_entry
474 ...
475 fun:GConfTitlebarListener::GConfTitlebarListener
476 fun:DefaultSingletonTraits::New
477 fun:Singleton::get
478 fun:GConfTitlebarListener::GetInstance
479 fun:BrowserTitlebar::Init
480 fun:BrowserWindowGtk::InitWidgets
481 fun:BrowserWindowGtk::Init
482 fun:BrowserWindow::CreateBrowserWindow
483 fun:::CreateBrowserWindow
484 fun:Browser::Browser
485 fun:StartupBrowserCreatorImpl::OpenTabsInBrowser
486 fun:StartupBrowserCreatorImpl::ProcessSpecifiedURLs
487 fun:StartupBrowserCreatorImpl::ProcessStartupURLs
488 fun:StartupBrowserCreatorImpl::ProcessLaunchURLs
489 fun:StartupBrowserCreatorImpl::Launch
490 }
448 491
449 { 492 {
450 bug_67957 493 bug_67957
451 ThreadSanitizer:Race 494 ThreadSanitizer:Race
452 fun:Replace_memcpy 495 fun:Replace_memcpy
453 fun:memcpy 496 fun:memcpy
454 fun:extensions::Serialize 497 fun:extensions::Serialize
455 fun:extensions::UserScriptMaster::ScriptReloader::RunLoad 498 fun:extensions::UserScriptMaster::ScriptReloader::RunLoad
456 } 499 }
457 500
(...skipping 536 matching lines...) Expand 10 before | Expand all | Expand 10 after
994 bug_175467 1037 bug_175467
995 ThreadSanitizer:Race 1038 ThreadSanitizer:Race
996 fun:_getstream 1039 fun:_getstream
997 fun:_getstream 1040 fun:_getstream
998 fun:_wfsopen 1041 fun:_wfsopen
999 fun:_wfsopen 1042 fun:_wfsopen
1000 fun:file_util::OpenFile 1043 fun:file_util::OpenFile
1001 fun:file_util::OpenFile 1044 fun:file_util::OpenFile
1002 fun:file_util::OpenFile 1045 fun:file_util::OpenFile
1003 fun:file_util::OpenFile 1046 fun:file_util::OpenFile
1004 fun:components::VisitedLinkMaster::InitFromFile 1047 fun:visitedlink::VisitedLinkMaster::InitFromFile
1005 fun:components::VisitedLinkMaster::InitFromFile 1048 fun:visitedlink::VisitedLinkMaster::InitFromFile
1006 fun:components::VisitedLinkMaster::InitFromFile 1049 fun:visitedlink::VisitedLinkMaster::InitFromFile
1007 fun:components::VisitedLinkMaster::Init 1050 fun:visitedlink::VisitedLinkMaster::Init
1008 fun:components::VisitedLinkEventsTest::SetUp 1051 fun:visitedlink::VisitedLinkEventsTest::SetUp
1009 fun:testing::internal::HandleExceptionsInMethodIfSupported 1052 fun:testing::internal::HandleExceptionsInMethodIfSupported
1010 } 1053 }
1011 { 1054 {
1012 bug_66835a
1013 ThreadSanitizer:Race
1014 fun:getenv
1015 fun:::EnvironmentImpl::GetVarImpl
1016 fun:::EnvironmentImpl::GetVar
1017 fun:ShellIntegrationLinux::GetDesktopName
1018 fun:::GetIsDefaultWebClient
1019 fun:ShellIntegration::GetDefaultBrowser
1020 fun:::RecordDefaultBrowserUMAStat
1021 fun:base::internal::RunnableAdapter::Run
1022 }
1023 {
1024 bug_66835b
1025 ThreadSanitizer:Race
1026 fun:__add_to_environ
1027 fun:g_setenv
1028 ...
1029 fun:giop_init
1030 fun:CORBA_ORB_init
1031 fun:gconf_orb_get
1032 ...
1033 fun:gconf_activate_server
1034 ...
1035 fun:gconf_engine_get_fuller
1036 fun:gconf_engine_get_entry
1037 ...
1038 fun:GConfTitlebarListener::GConfTitlebarListener
1039 fun:DefaultSingletonTraits::New
1040 fun:Singleton::get
1041 fun:GConfTitlebarListener::GetInstance
1042 fun:BrowserTitlebar::Init
1043 fun:BrowserWindowGtk::InitWidgets
1044 fun:BrowserWindowGtk::Init
1045 fun:BrowserWindow::CreateBrowserWindow
1046 fun:::CreateBrowserWindow
1047 fun:Browser::Browser
1048 fun:StartupBrowserCreatorImpl::OpenTabsInBrowser
1049 fun:StartupBrowserCreatorImpl::ProcessSpecifiedURLs
1050 fun:StartupBrowserCreatorImpl::ProcessStartupURLs
1051 fun:StartupBrowserCreatorImpl::ProcessLaunchURLs
1052 fun:StartupBrowserCreatorImpl::Launch
1053 }
1054 {
1055 bug_178433a 1055 bug_178433a
1056 ThreadSanitizer:Race 1056 ThreadSanitizer:Race
1057 fun:scoped_refptr::operator-> 1057 fun:scoped_refptr::operator->
1058 fun:base::WaitableEvent::Signal 1058 fun:base::WaitableEvent::Signal
1059 fun:base::debug::TraceSamplingThread::ThreadMain 1059 fun:base::debug::TraceSamplingThread::ThreadMain
1060 fun:base::::ThreadFunc 1060 fun:base::::ThreadFunc
1061 } 1061 }
1062 { 1062 {
1063 bug_178433b 1063 bug_178433b
1064 ThreadSanitizer:Race 1064 ThreadSanitizer:Race
(...skipping 54 matching lines...) Expand 10 before | Expand all | Expand 10 after
1119 } 1119 }
1120 { 1120 {
1121 bug_239350 1121 bug_239350
1122 ThreadSanitizer:Race 1122 ThreadSanitizer:Race
1123 fun:av_buffer_unref 1123 fun:av_buffer_unref
1124 fun:av_frame_unref 1124 fun:av_frame_unref
1125 fun:avcodec_decode_video2 1125 fun:avcodec_decode_video2
1126 ... 1126 ...
1127 fun:media::FFmpegVideoDecoder::Decode 1127 fun:media::FFmpegVideoDecoder::Decode
1128 } 1128 }
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