diff options
author | timurrrr@chromium.org <timurrrr@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-03-25 12:51:28 +0000 |
---|---|---|
committer | timurrrr@chromium.org <timurrrr@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-03-25 12:51:28 +0000 |
commit | 1600d670006b53541edb8c73cbfc434402eda656 (patch) | |
tree | 6f560ec99b78a90565a20f73b67100bc0348cb22 /tools | |
parent | f38a4ca3d5d3bff4c8349ef0c179217cd955ede7 (diff) | |
download | chromium_src-1600d670006b53541edb8c73cbfc434402eda656.zip chromium_src-1600d670006b53541edb8c73cbfc434402eda656.tar.gz chromium_src-1600d670006b53541edb8c73cbfc434402eda656.tar.bz2 |
Ignore threadLockingTest from sqllite
TBR=glider
Review URL: http://codereview.chromium.org/1333001
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@42605 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'tools')
-rw-r--r-- | tools/valgrind/tsan/ignores.txt | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/tools/valgrind/tsan/ignores.txt b/tools/valgrind/tsan/ignores.txt index 3cded9a..3a80051 100644 --- a/tools/valgrind/tsan/ignores.txt +++ b/tools/valgrind/tsan/ignores.txt @@ -88,3 +88,6 @@ fun:*png_write* # This function generates 25% of memory accesses in net_unittests fun:*icu_4_2*UnicodeSet*add* + +# There's some weird failure test going on in this tiny test function in sqlite +fun_r:threadLockingTest |