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

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

Issue 297493002: Reinstate race suppression between AccumulateAndClearImplThreadStats and RasterTaskImpl::Raster() (Closed) Base URL: https://chromium.googlesource.com/chromium/src
Patch Set: Created 6 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
« no previous file with comments | « no previous file | 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 # False positives in libflashplayer.so and libglib.so. Since we don't 1 # False positives in libflashplayer.so and libglib.so. Since we don't
2 # instrument them, we cannot reason about the synchronization in them. 2 # instrument them, we cannot reason about the synchronization in them.
3 race:libflashplayer.so 3 race:libflashplayer.so
4 race:libglib*.so 4 race:libglib*.so
5 5
6 # Intentional race in ToolsSanityTest.DataRace in base_unittests. 6 # Intentional race in ToolsSanityTest.DataRace in base_unittests.
7 race:base/tools_sanity_unittest.cc 7 race:base/tools_sanity_unittest.cc
8 8
9 # Data race on WatchdogCounter [test-only] 9 # Data race on WatchdogCounter [test-only]
10 race:base/threading/watchdog_unittest.cc 10 race:base/threading/watchdog_unittest.cc
(...skipping 236 matching lines...) Expand 10 before | Expand all | Expand 10 after
247 247
248 # http://crbug.com/364006 248 # http://crbug.com/364006
249 race:gfx::ImageFamily::~ImageFamily 249 race:gfx::ImageFamily::~ImageFamily
250 250
251 # http://crbug.com/364014 251 # http://crbug.com/364014
252 race:WTF::Latin1Encoding()::globalLatin1Encoding 252 race:WTF::Latin1Encoding()::globalLatin1Encoding
253 253
254 # https://code.google.com/p/v8/issues/detail?id=3143 254 # https://code.google.com/p/v8/issues/detail?id=3143
255 race:v8::internal::FLAG_track_double_fields 255 race:v8::internal::FLAG_track_double_fields
256 256
257 # http://crbug.com/370244
258 race:cc::RenderingStatsInstrumentation::AccumulateAndClearImplThreadStats
259
257 # https://crbug.com/369257 260 # https://crbug.com/369257
258 # TODO(mtklein): annotate properly and remove suppressions. 261 # TODO(mtklein): annotate properly and remove suppressions.
259 race:SandboxIPCHandler::HandleFontMatchRequest 262 race:SandboxIPCHandler::HandleFontMatchRequest
260 race:SkFontConfigInterfaceDirect::matchFamilyName 263 race:SkFontConfigInterfaceDirect::matchFamilyName
261 race:SkFontConfigInterface::GetSingletonDirectInterface 264 race:SkFontConfigInterface::GetSingletonDirectInterface
262 265
263 # http://crbug.com/372807 266 # http://crbug.com/372807
264 deadlock:net::X509Certificate::CreateCertificateListFromBytes 267 deadlock:net::X509Certificate::CreateCertificateListFromBytes
265 deadlock:net::X509Certificate::CreateFromBytes 268 deadlock:net::X509Certificate::CreateFromBytes
266 deadlock:net::SSLClientSocketNSS::Core::DoHandshakeLoop 269 deadlock:net::SSLClientSocketNSS::Core::DoHandshakeLoop
267 270
268 # http://crbug.com/374135 271 # http://crbug.com/374135
269 race:media::AlsaWrapper::PcmWritei 272 race:media::AlsaWrapper::PcmWritei
270 deadlock:media::AudioOutputDispatcherImpl::StopStream 273 deadlock:media::AudioOutputDispatcherImpl::StopStream
271 274
272 # http://crbug.com/374151 275 # http://crbug.com/374151
273 deadlock:media::FakeAudioConsumer::Worker::DoRead 276 deadlock:media::FakeAudioConsumer::Worker::DoRead
OLDNEW
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698