summaryrefslogtreecommitdiffstats
path: root/base/debug
diff options
context:
space:
mode:
Diffstat (limited to 'base/debug')
-rw-r--r--base/debug/tsan_suppressions.cc3
1 files changed, 3 insertions, 0 deletions
diff --git a/base/debug/tsan_suppressions.cc b/base/debug/tsan_suppressions.cc
index 6b1d9e4..13b7de5 100644
--- a/base/debug/tsan_suppressions.cc
+++ b/base/debug/tsan_suppressions.cc
@@ -289,6 +289,9 @@ char kTSanDefaultSuppressions[] =
"deadlock:media::AudioOutputDispatcherImpl::StopStream\n"
"deadlock:media::AudioStreamHandler::AudioStreamContainer::OnMoreData\n"
+// False positive in libc's tzset_internal, http://crbug.com/379738.
+"race:tzset_internal\n"
+
// End of suppressions.
; // Please keep this semicolon.