diff options
author | timurrrr@chromium.org <timurrrr@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-09-22 14:17:07 +0000 |
---|---|---|
committer | timurrrr@chromium.org <timurrrr@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-09-22 14:17:07 +0000 |
commit | 86c5d89c3b867f7a6741037e8f3fa02edfd341c0 (patch) | |
tree | 0fb921782884cd789cebccb8f33f75cb04239df4 /tools | |
parent | 9286b6d3da7db74abe6f2342ad3c46edebd6e502 (diff) | |
download | chromium_src-86c5d89c3b867f7a6741037e8f3fa02edfd341c0.zip chromium_src-86c5d89c3b867f7a6741037e8f3fa02edfd341c0.tar.gz chromium_src-86c5d89c3b867f7a6741037e8f3fa02edfd341c0.tar.bz2 |
TSan: create less segments in sqlite functions.
BUG=56511
TBR=glider
TEST=unit_tests should become 10-15% faster under TSan.
Review URL: http://codereview.chromium.org/3443016
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@60173 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'tools')
-rw-r--r-- | tools/valgrind/tsan/ignores.txt | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/tools/valgrind/tsan/ignores.txt b/tools/valgrind/tsan/ignores.txt index 1517faf..2d7182bb 100644 --- a/tools/valgrind/tsan/ignores.txt +++ b/tools/valgrind/tsan/ignores.txt @@ -90,6 +90,10 @@ fun:*png_write* # This function generates 25% of memory accesses in net_unittests fun:*icu_4_2*UnicodeSet*add* +# SQLite has lots of tiny functions and produce too many segments on some tests. +# See http://crbug.com/56511 +fun_hist:*sqlite* + # There's some weird failure test going on in this tiny test function in sqlite fun_r:threadLockingTest |