diff options
author | timurrrr@chromium.org <timurrrr@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-11-19 10:36:50 +0000 |
---|---|---|
committer | timurrrr@chromium.org <timurrrr@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-11-19 10:36:50 +0000 |
commit | 27d2951babec99aeecba7cdf5cc772de75580c89 (patch) | |
tree | 7b0e2e270963e7619d35c009608af309d287b703 /tools | |
parent | 86b5401aa4c221ea07185bb493bb9557d779be0e (diff) | |
download | chromium_src-27d2951babec99aeecba7cdf5cc772de75580c89.zip chromium_src-27d2951babec99aeecba7cdf5cc772de75580c89.tar.gz chromium_src-27d2951babec99aeecba7cdf5cc772de75580c89.tar.bz2 |
Edited the NSTemporaryDirectory suppression to match all the races under __NSAutoreleaseObject.
This patch was prepared by Alexander Potapenko (cc'ed)
BUG=http://openradar.appspot.com/7396501
TBR=dank,stuartmorgan
Review URL: http://codereview.chromium.org/409002
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@32510 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'tools')
-rw-r--r-- | tools/valgrind/tsan/suppressions_mac.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tools/valgrind/tsan/suppressions_mac.txt b/tools/valgrind/tsan/suppressions_mac.txt index 576e08cc3..31ba7cd 100644 --- a/tools/valgrind/tsan/suppressions_mac.txt +++ b/tools/valgrind/tsan/suppressions_mac.txt @@ -46,12 +46,12 @@ fun:-[NSObject retain] } +# A related OpenRadar bug is at http://openradar.appspot.com/7396501. { - A benign race releasing the object returned by NSTemporaryDirectory + A benign race on a debug counter in __NSAutoreleaseObject ThreadSanitizer:Race fun:__NSAutoreleaseObject fun:-[NSObject(NSObject) autorelease] - fun:NSTemporaryDirectory } # media_unittests depend on the Darwin libraries which have many reports in |