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

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

Issue 13165005: Move FileEnumerator to its own file, do some refactoring. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: merge, fixes 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 | « tools/heapcheck/suppressions.txt ('k') | webkit/database/database_tracker.cc » ('j') | 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 883 matching lines...) Expand 10 before | Expand all | Expand 10 after
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
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 }
OLDNEW
« no previous file with comments | « tools/heapcheck/suppressions.txt ('k') | webkit/database/database_tracker.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698