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

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

Issue 23441047: Fix race condition in DataFetcherSharedMemoryBase (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 7 years, 3 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
« no previous file with comments | « content/browser/device_orientation/data_fetcher_shared_memory_mac.cc ('k') | 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 1111 matching lines...) Expand 10 before | Expand all | Expand 10 after
1122 } 1122 }
1123 { 1123 {
1124 bug_268924 1124 bug_268924
1125 ThreadSanitizer:Race 1125 ThreadSanitizer:Race
1126 fun:base::PowerMonitor::PowerMonitor 1126 fun:base::PowerMonitor::PowerMonitor
1127 fun:content::ChildThread::Init 1127 fun:content::ChildThread::Init
1128 fun:content::ChildThread::ChildThread 1128 fun:content::ChildThread::ChildThread
1129 fun:content::UtilityThreadImpl::UtilityThreadImpl 1129 fun:content::UtilityThreadImpl::UtilityThreadImpl
1130 fun:content::UtilityMainThread::InitInternal 1130 fun:content::UtilityMainThread::InitInternal
1131 } 1131 }
1132 {
1133 bug_284959
1134 ThreadSanitizer:Race
1135 fun:std::_Rb_tree_insert_and_rebalance
1136 fun:std::_Rb_tree::_M_insert_
1137 fun:std::_Rb_tree::_M_insert_unique_
1138 fun:std::map::insert
1139 fun:std::map::operator[]
1140 fun:content::DataFetcherSharedMemoryBase::GetSharedMemory
1141 fun:content::DataFetcherSharedMemoryBase::GetSharedMemoryBuffer
1142 fun:content::DataFetcherSharedMemoryBase::StartFetchingDeviceData
1143 fun:content::::DataFetcherSharedMemoryBaseTest_DoesPollMotionAndOrientation_T est::TestBody
1144 fun:testing::internal::HandleSehExceptionsInMethodIfSupported
1145 }
OLDNEW
« no previous file with comments | « content/browser/device_orientation/data_fetcher_shared_memory_mac.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698