diff options
author | zhaoqin@google.com <zhaoqin@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-05-02 14:43:36 +0000 |
---|---|---|
committer | zhaoqin@google.com <zhaoqin@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-05-02 14:43:36 +0000 |
commit | a9e6276a2ffb6f66631b1373675da5b9de52637a (patch) | |
tree | f147affea0a8bab5f1f3cdcebcce2549fc4f7175 /tools | |
parent | 9769c6296af0b30f68c17b9f4dc0d9db2b4502e2 (diff) | |
download | chromium_src-a9e6276a2ffb6f66631b1373675da5b9de52637a.zip chromium_src-a9e6276a2ffb6f66631b1373675da5b9de52637a.tar.gz chromium_src-a9e6276a2ffb6f66631b1373675da5b9de52637a.tar.bz2 |
Suppress in ExternalPrefExtensionLoader::ReadStandaloneExtensionPrefFiles
TBR=finnur@chromium.org
BUG=125928
TEST=waterfall.sh
Review URL: https://chromiumcodereview.appspot.com/10298009
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@134911 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'tools')
-rw-r--r-- | tools/valgrind/tsan/suppressions.txt | 46 |
1 files changed, 46 insertions, 0 deletions
diff --git a/tools/valgrind/tsan/suppressions.txt b/tools/valgrind/tsan/suppressions.txt index afc3c57..88b52d1 100644 --- a/tools/valgrind/tsan/suppressions.txt +++ b/tools/valgrind/tsan/suppressions.txt @@ -878,3 +878,49 @@ fun:base::Thread::ThreadMain fun:base::::ThreadFunc } +{ + bug_125928_a + ThreadSanitizer:Race + fun:__alloc_dir + fun:opendir + fun:g_dir_open + fun:pango_find_map + fun:itemize_state_process_run + fun:pango_itemize_with_base_dir + fun:pango_layout_check_lines + fun:pango_layout_get_unknown_glyphs_count + fun:find_invisible_char + fun:gtk_entry_init + fun:g_type_create_instance + fun:g_object_constructor + fun:g_object_newv + fun:g_object_new + fun:ThemeServiceGtk::ThemeServiceGtk + fun:ThemeServiceFactory::BuildServiceInstanceFor + fun:ProfileKeyedServiceFactory::GetServiceForProfile + fun:ThemeServiceFactory::GetForProfile + fun:ExtensionService::GarbageCollectExtensions + fun:ExtensionService::InitAfterImport + fun:ExtensionService::Observe + fun:NotificationServiceImpl::Notify + fun:ProfileManager::OnImportFinished + fun:ChromeBrowserMainParts::PreMainMessageLoopRunImpl + fun:ChromeBrowserMainParts::PreMainMessageLoopRun + fun:content::BrowserMainLoop::CreateThreads + fun:::BrowserMainRunnerImpl::Initialize + fun:BrowserMain + fun:::RunNamedProcessTypeMain + fun:::ContentMainRunnerImpl::Run +} +{ + bug_125928_b + ThreadSanitizer:Race + fun:__alloc_dir + fun:opendir + fun:file_util::FileEnumerator::ReadDirectory + fun:file_util::FileEnumerator::Next + fun:::GetPrefsCandidateFilesFromFolder + fun:ExternalPrefExtensionLoader::ReadStandaloneExtensionPrefFiles + fun:ExternalPrefExtensionLoader::LoadOnFileThread + fun:base::internal::RunnableAdapter::Run +} |