summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--tools/valgrind/tsan/suppressions_mac.txt8
1 files changed, 8 insertions, 0 deletions
diff --git a/tools/valgrind/tsan/suppressions_mac.txt b/tools/valgrind/tsan/suppressions_mac.txt
index 6dfd52ed..576e08cc3 100644
--- a/tools/valgrind/tsan/suppressions_mac.txt
+++ b/tools/valgrind/tsan/suppressions_mac.txt
@@ -46,6 +46,14 @@
fun:-[NSObject retain]
}
+{
+ A benign race releasing the object returned by NSTemporaryDirectory
+ ThreadSanitizer:Race
+ fun:__NSAutoreleaseObject
+ fun:-[NSObject(NSObject) autorelease]
+ fun:NSTemporaryDirectory
+}
+
# media_unittests depend on the Darwin libraries which have many reports in
# them. A related OpenRadar bug is at http://openradar.appspot.com/7223948
{