summaryrefslogtreecommitdiffstats
path: root/tools/valgrind/tsan/suppressions.txt
diff options
context:
space:
mode:
Diffstat (limited to 'tools/valgrind/tsan/suppressions.txt')
-rw-r--r--tools/valgrind/tsan/suppressions.txt9
1 files changed, 8 insertions, 1 deletions
diff --git a/tools/valgrind/tsan/suppressions.txt b/tools/valgrind/tsan/suppressions.txt
index b5f8017..2b67563 100644
--- a/tools/valgrind/tsan/suppressions.txt
+++ b/tools/valgrind/tsan/suppressions.txt
@@ -61,11 +61,18 @@
}
{
- bug_28559
+ bug_28559 (1)
ThreadSanitizer:Race
fun:*SafeBrowsingService*GetDatabase*
}
+{
+ bug_28559 (2)
+ ThreadSanitizer:Race
+ fun:*SafeBrowsingService*database_available*
+ fun:*SafeBrowsingService*MakeDatabaseAvailable*
+}
+
# The race happens during enumeration of ChromeThreads.
# For each ChromeThread we check whether its message_loop()
# equals MessageLoop::current().