diff options
author | timurrrr@chromium.org <timurrrr@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-03-19 15:23:21 +0000 |
---|---|---|
committer | timurrrr@chromium.org <timurrrr@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-03-19 15:23:21 +0000 |
commit | be1ed500c941d4a6024062d821d9b5e423c72871 (patch) | |
tree | 09ca7dc8c75e0e2c72a76e96e72287bca606ece1 /tools | |
parent | 9bf14a24e1de759fddfbbee8050d65ef2d95ef18 (diff) | |
download | chromium_src-be1ed500c941d4a6024062d821d9b5e423c72871.zip chromium_src-be1ed500c941d4a6024062d821d9b5e423c72871.tar.gz chromium_src-be1ed500c941d4a6024062d821d9b5e423c72871.tar.bz2 |
One more attempt to ignore "???" functions on TSan/Mac/media
TBR=glider
Review URL: http://codereview.chromium.org/1082004
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@42105 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'tools')
-rw-r--r-- | tools/valgrind/tsan/ignores.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/valgrind/tsan/ignores.txt b/tools/valgrind/tsan/ignores.txt index 5c1d059..6519056 100644 --- a/tools/valgrind/tsan/ignores.txt +++ b/tools/valgrind/tsan/ignores.txt @@ -18,6 +18,7 @@ fun:clone fun:fork fun:pthread_* fun_r:_pthread_exit +fun_r:_pthread_free_pthread_onstack fun_r:random_r fun_r:random fun_r:rand |