From bbfcd7c5742720e369a081e395a64c68464c49cc Mon Sep 17 00:00:00 2001 From: "nshkrob@chromium.org" Date: Fri, 13 Aug 2010 03:18:24 +0000 Subject: Resuppress TopSites races until http://codereview.chromium.org/3131015/show is committed. BUG=51890 TBR=timurrr TEST=tsan ui memory bot should go green Review URL: http://codereview.chromium.org/3161013 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@55982 0039d316-1c4b-4281-b951-d872f2087c98 --- tools/valgrind/tsan/suppressions.txt | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'tools') diff --git a/tools/valgrind/tsan/suppressions.txt b/tools/valgrind/tsan/suppressions.txt index 2312114..5cd1933 100644 --- a/tools/valgrind/tsan/suppressions.txt +++ b/tools/valgrind/tsan/suppressions.txt @@ -32,6 +32,13 @@ fun:*media*PipelineImpl*GetCurrentTime* } +{ + bug_51890 + ThreadSanitizer:Race + ... + fun:history::TopSites::* +} + ############################ # Real races in third_party { -- cgit v1.1