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

Unified Diff: tools/valgrind/tsan_v2/suppressions.txt

Issue 28593003: Avoid threading races on TraceSamplingThread's members (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fixed races on WaitableEvent Created 7 years, 2 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
« no previous file with comments | « base/debug/trace_event_unittest.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/valgrind/tsan_v2/suppressions.txt
diff --git a/tools/valgrind/tsan_v2/suppressions.txt b/tools/valgrind/tsan_v2/suppressions.txt
index acd4c4a55af20a749ea7400008bf75bb7b454ab1..da51adc0c87fc2626d413e233ccb0901c87f0f20 100644
--- a/tools/valgrind/tsan_v2/suppressions.txt
+++ b/tools/valgrind/tsan_v2/suppressions.txt
@@ -59,9 +59,6 @@ race:uprv_realloc_46
# http://crbug.com/223955
race:PassRefPtr
-# http://crbug.com/224617
-race:base::debug::TraceEventTestFixture_TraceSampling_Test::TestBody
-
# http://crbug.com/239359
race:media::TestInputCallback::OnData
@@ -135,8 +132,5 @@ race:PostponeInterruptsScope
# http://crbug.com/296883
race:net::URLFetcherCore::Stop
-# http://crbug.com/305459
-race:base::debug::TraceEventTestFixture_TraceContinuousSampling_Test::TestBody
-
# http://crbug.com/310851
race:net::ProxyResolverV8Tracing::Job::~Job
« no previous file with comments | « base/debug/trace_event_unittest.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698