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

Unified Diff: build/sanitizers/tsan_suppressions.cc

Issue 1892713003: Prepare for multiple ThreadHeaps (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 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
« no previous file with comments | « no previous file | third_party/WebKit/Source/bindings/core/v8/WrapperTypeInfo.h » ('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 5092ddd45ca41395c24f88cf946fbc00aac71de6..28dee8bb8f93ab179a3996c619c4a9fb06fc36b8 100644
--- a/build/sanitizers/tsan_suppressions.cc
+++ b/build/sanitizers/tsan_suppressions.cc
@@ -275,7 +275,7 @@ char kTSanDefaultSuppressions[] =
"race:content::BrowserTestBase::PostTaskToInProcessRendererAndWait\n"
// https://crbug.com/569682
-"race:blink::ThreadState::visitStackRoots\n"
+"race:blink::ThreadState::visitStack\n"
Alexander Potapenko 2016/04/26 09:03:16 Please no. It's better to add the NO_SANITIZE_THRE
keishi 2016/04/26 09:55:04 Done.
// http://crbug.com/582274
"race:usrsctp_close\n"
« no previous file with comments | « no previous file | third_party/WebKit/Source/bindings/core/v8/WrapperTypeInfo.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698