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

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

Issue 16392011: Move FileEnumerator to its own file, do some refactoring. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: fix incorrect includes Created 7 years, 6 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/browser/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 926 matching lines...) Expand 10 before | Expand all | Expand 10 after
937 fun:::BrowserMainRunnerImpl::Initialize 937 fun:::BrowserMainRunnerImpl::Initialize
938 fun:BrowserMain 938 fun:BrowserMain
939 fun:::RunNamedProcessTypeMain 939 fun:::RunNamedProcessTypeMain
940 fun:::ContentMainRunnerImpl::Run 940 fun:::ContentMainRunnerImpl::Run
941 } 941 }
942 { 942 {
943 bug_125928_b 943 bug_125928_b
944 ThreadSanitizer:Race 944 ThreadSanitizer:Race
945 fun:__alloc_dir 945 fun:__alloc_dir
946 fun:opendir 946 fun:opendir
947 fun:file_util::FileEnumerator::ReadDirectory 947 fun:base::FileEnumerator::ReadDirectory
948 fun:file_util::FileEnumerator::Next 948 fun:base::FileEnumerator::Next
949 fun:::GetPrefsCandidateFilesFromFolder 949 fun:::GetPrefsCandidateFilesFromFolder
950 fun:ExternalPrefLoader::ReadStandaloneExtensionPrefFiles 950 fun:ExternalPrefLoader::ReadStandaloneExtensionPrefFiles
951 fun:ExternalPrefLoader::LoadOnFileThread 951 fun:ExternalPrefLoader::LoadOnFileThread
952 fun:base::internal::RunnableAdapter::Run 952 fun:base::internal::RunnableAdapter::Run
953 } 953 }
954 { 954 {
955 bug_121574 955 bug_121574
956 ThreadSanitizer:Race 956 ThreadSanitizer:Race
957 fun:base::Thread::message_loop 957 fun:base::Thread::message_loop
958 fun:content::BrowserThreadImpl::PostTaskHelper 958 fun:content::BrowserThreadImpl::PostTaskHelper
(...skipping 191 matching lines...) Expand 10 before | Expand all | Expand 10 after
1150 fun:KiUserCallbackDispatcher 1150 fun:KiUserCallbackDispatcher
1151 fun:LoadStringA 1151 fun:LoadStringA
1152 fun:LoadStringA 1152 fun:LoadStringA
1153 fun:LoadStringA 1153 fun:LoadStringA
1154 fun:CreateWindowExW 1154 fun:CreateWindowExW
1155 fun:base::MessagePumpForUI::InitMessageWnd 1155 fun:base::MessagePumpForUI::InitMessageWnd
1156 fun:base::MessagePumpForUI::MessagePumpForUI 1156 fun:base::MessagePumpForUI::MessagePumpForUI
1157 fun:base::MessageLoop::MessageLoop 1157 fun:base::MessageLoop::MessageLoop
1158 fun:remoting::AutoThread::ThreadMain 1158 fun:remoting::AutoThread::ThreadMain
1159 } 1159 }
OLDNEW
« no previous file with comments | « tools/heapcheck/suppressions.txt ('k') | webkit/browser/database/database_tracker.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698