diff options
author | timurrrr@chromium.org <timurrrr@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-05-17 09:11:34 +0000 |
---|---|---|
committer | timurrrr@chromium.org <timurrrr@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-05-17 09:11:34 +0000 |
commit | 82d7fa1a9d3b228993a50dcc7b74ff44b3161786 (patch) | |
tree | c210b683678b73cbcf6b9544524fd121a7a90b4a /tools | |
parent | 808035ae671f2c0e3f7c84d70e67d0bd2793f279 (diff) | |
download | chromium_src-82d7fa1a9d3b228993a50dcc7b74ff44b3161786.zip chromium_src-82d7fa1a9d3b228993a50dcc7b74ff44b3161786.tar.gz chromium_src-82d7fa1a9d3b228993a50dcc7b74ff44b3161786.tar.bz2 |
Add some more TSan ignores
TBR=glider
Review URL: http://codereview.chromium.org/2067012
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@47402 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'tools')
-rw-r--r-- | tools/valgrind/tsan/ignores.txt | 4 | ||||
-rw-r--r-- | tools/valgrind/tsan/ignores_win32.txt | 1 |
2 files changed, 5 insertions, 0 deletions
diff --git a/tools/valgrind/tsan/ignores.txt b/tools/valgrind/tsan/ignores.txt index 02d1880..529bc35 100644 --- a/tools/valgrind/tsan/ignores.txt +++ b/tools/valgrind/tsan/ignores.txt @@ -62,9 +62,13 @@ fun_r:*disk_cache*BackendImpl*CheckAllEntries* # Can we miss data races on V8 objects due to non thread-safe API calls # if we don't instrument v8::internals? fun_r:*v8*internal* + # unibrow namespace contains lots of tiny unicode conversion functions. fun_hist:*unibrow* +# Histogram has tiny functions that can be called frequently +fun_hist:*Histogram* + # TODO(timurrrr): SKIA - needs separate testing? # SKIA unittest is single-threaded... # SKIA uses un-annotated atomic refcount and other sync stuff diff --git a/tools/valgrind/tsan/ignores_win32.txt b/tools/valgrind/tsan/ignores_win32.txt index 60a05ba..5f2449e 100644 --- a/tools/valgrind/tsan/ignores_win32.txt +++ b/tools/valgrind/tsan/ignores_win32.txt @@ -9,6 +9,7 @@ fun_r:*SHA256* fun_r:*BCryptGenerateSymmetricKey* obj:*WINHTTP.dll* +obj:*imagehlp.dll* # Benign race on mutex unlock fun:_Mtxunlock |