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

Unified Diff: build/sanitizers/tsan_suppressions.cc

Issue 1460053003: SimpleCache: Fix race condition in simple_index_file_unittest (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: remove the suppression Created 5 years, 1 month 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 | « no previous file | net/disk_cache/simple/simple_index_file_unittest.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: build/sanitizers/tsan_suppressions.cc
diff --git a/build/sanitizers/tsan_suppressions.cc b/build/sanitizers/tsan_suppressions.cc
index 191971dff1f1479ab04de32a7dadd60e5b7b6908..a493edc071d0c6ad3e271f5f9d7642acb0036125 100644
--- a/build/sanitizers/tsan_suppressions.cc
+++ b/build/sanitizers/tsan_suppressions.cc
@@ -144,9 +144,6 @@ char kTSanDefaultSuppressions[] =
// http://crbug.com/310851
"race:net::ProxyResolverV8Tracing::Job::~Job\n"
-// http://crbug.com/313726
-"race:CallbackWasCalled\n"
-
// http://crbug.com/327330
"race:PrepareTextureMailbox\n"
"race:cc::LayerTreeHost::PaintLayerContents\n"
« no previous file with comments | « no previous file | net/disk_cache/simple/simple_index_file_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698