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

Unified Diff: build/sanitizers/tsan_suppressions.cc

Issue 1564193002: Fix race in BrowserThread::GetCurrentThreadIdentifier. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: For review Created 4 years, 11 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 | « no previous file | content/browser/browser_thread_impl.cc » ('j') | content/browser/browser_thread_impl.cc » ('J')
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 65103a491c238d963ae1d1670a43300759742267..6f1bc0ea1750117a03a6c8cff650f524435a2b2f 100644
--- a/build/sanitizers/tsan_suppressions.cc
+++ b/build/sanitizers/tsan_suppressions.cc
@@ -43,9 +43,6 @@ char kTSanDefaultSuppressions[] =
// Test-only race, won't fix.
"race:tracked_objects::ThreadData::ShutdownSingleThreadedCleanup\n"
-// http://crbug.com/115540
-"race:*GetCurrentThreadIdentifier\n"
-
// http://crbug.com/120808
"race:base/threading/watchdog.cc\n"
« no previous file with comments | « no previous file | content/browser/browser_thread_impl.cc » ('j') | content/browser/browser_thread_impl.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698