summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authoreugenis@google.com <eugenis@google.com@0039d316-1c4b-4281-b951-d872f2087c98>2011-06-10 12:06:36 +0000
committereugenis@google.com <eugenis@google.com@0039d316-1c4b-4281-b951-d872f2087c98>2011-06-10 12:06:36 +0000
commitbdf127163f09c588f3c260f5d0fa38a79ca4f631 (patch)
tree1233f9aefe49d096b96dbaa14bfc9669aebb77c7
parentaaf7eed2a3b0b5c6e723b2200a06f66375ead288 (diff)
downloadchromium_src-bdf127163f09c588f3c260f5d0fa38a79ca4f631.zip
chromium_src-bdf127163f09c588f3c260f5d0fa38a79ca4f631.tar.gz
chromium_src-bdf127163f09c588f3c260f5d0fa38a79ca4f631.tar.bz2
Add 2 ignores for ThreadSanitizer.
These reports have not been seen on the bots, but they are very common with NaCl browser_tests. They also happen with cross_fuzz a lot. Review URL: http://codereview.chromium.org/7046085 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@88656 0039d316-1c4b-4281-b951-d872f2087c98
-rw-r--r--tools/valgrind/tsan/ignores.txt7
1 files changed, 7 insertions, 0 deletions
diff --git a/tools/valgrind/tsan/ignores.txt b/tools/valgrind/tsan/ignores.txt
index 2216f2f..39eab36 100644
--- a/tools/valgrind/tsan/ignores.txt
+++ b/tools/valgrind/tsan/ignores.txt
@@ -144,3 +144,10 @@ fun_r:gaih_inet
# Strange reports below _IO_getline, every time in "Concurrent access".
# Probably the reports are there since we're missing the libc internal locks
fun_r:_IO_getline*
+
+# A benign race in glib on something called "contention_counter".
+fun:g_slice_alloc
+
+# A benign race in glibc on "random_time_bits".
+fun:__gen_tempname
+