From 64e8a5a584671b47f39e08e3c308b308da57eb94 Mon Sep 17 00:00:00 2001 From: "timurrrr@chromium.org" Date: Fri, 2 Apr 2010 18:52:56 +0000 Subject: Suppress a data race in WebDataService Please not that a suppression is NOT a fix for the race! BUG=40244 TBR=glider,tim Review URL: http://codereview.chromium.org/1585015 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@43505 0039d316-1c4b-4281-b951-d872f2087c98 --- tools/valgrind/tsan/suppressions.txt | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/tools/valgrind/tsan/suppressions.txt b/tools/valgrind/tsan/suppressions.txt index f525148..9511ef6 100644 --- a/tools/valgrind/tsan/suppressions.txt +++ b/tools/valgrind/tsan/suppressions.txt @@ -140,6 +140,13 @@ fun:*tcmalloc*ThreadCache*DeleteCache* } +{ + bug_40244 + ThreadSanitizer:Race + fun:*WebDataService*WebDataRequest*Cancel* + fun:*WebDataService* +} + ############################ # Data races in tests -- cgit v1.1