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

Unified Diff: build/sanitizers/tsan_suppressions.cc

Issue 1412123007: Suppress duplicate write race for the same value. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 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 | « no previous file | no next file » | 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..72a634518684422a6acdbf92d13155b3c94ea023 100644
--- a/build/sanitizers/tsan_suppressions.cc
+++ b/build/sanitizers/tsan_suppressions.cc
@@ -61,6 +61,9 @@ char kTSanDefaultSuppressions[] =
"race:third_party/ffmpeg/libavcodec/h264pred.c\n"
"race:media::ReleaseData\n"
+// http://crbug.com/508425
+"race:ff_init_ff_cos_tabs\n"
+
// http://crbug.com/158922
"race:third_party/libvpx_new/source/libvpx/vp8/encoder/*\n"
"race:third_party/libvpx_new/source/libvpx/vp9/encoder/*\n"
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698