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

Unified Diff: build/sanitizers/tsan_suppressions.cc

Issue 2491613004: Make base::Timer sequence-friendly. (Closed)
Patch Set: rebase on r464476 Created 3 years, 8 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 side-by-side diff with in-line comments
Download patch
Index: build/sanitizers/tsan_suppressions.cc
diff --git a/build/sanitizers/tsan_suppressions.cc b/build/sanitizers/tsan_suppressions.cc
index 74b802aef5673269ce344905a5c61550b0659e95..0ab5d0ff79ee5628ccee80e7d9cf4c24b9306d35 100644
--- a/build/sanitizers/tsan_suppressions.cc
+++ b/build/sanitizers/tsan_suppressions.cc
@@ -239,9 +239,6 @@ char kTSanDefaultSuppressions[] =
// http://crbug.com/633145
"race:third_party/libjpeg_turbo/simd/jsimd_x86_64.c\n"
-// http://crbug.com/587199
-"race:base::TimerTest_OneShotTimer_CustomTaskRunner_Test::TestBody\n"
-
// http://crbug.com/v8/6065
"race:net::(anonymous namespace)::ProxyResolverV8TracingImpl::RequestImpl"
"::~RequestImpl()\n"

Powered by Google App Engine
This is Rietveld 408576698