OLD | NEW |
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 Loading... |
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 } | |
OLD | NEW |