From 23f3f36c39eff7c2540f2cfa9f781f75ee07bbf3 Mon Sep 17 00:00:00 2001 From: "timurrrr@chromium.org" Date: Sun, 15 Nov 2009 20:41:21 +0000 Subject: Remove suppressions for two bug issues. These suppressions haven't been noticed on the bots for a while, the bugs are likely to be fixed. BUG=21259,24715 TEST=TSAN bots should remain green Review URL: http://codereview.chromium.org/384142 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@32033 0039d316-1c4b-4281-b951-d872f2087c98 --- tools/valgrind/tsan/suppressions.txt | 23 ----------------------- 1 file changed, 23 deletions(-) (limited to 'tools') diff --git a/tools/valgrind/tsan/suppressions.txt b/tools/valgrind/tsan/suppressions.txt index bfa47c0..8a8f692 100644 --- a/tools/valgrind/tsan/suppressions.txt +++ b/tools/valgrind/tsan/suppressions.txt @@ -2,13 +2,6 @@ # Chromium { - bug_21259 - ThreadSanitizer:Race - ... - fun:*tracked_objects*ThreadData*StartTracking* -} - -{ bug_21468 ThreadSanitizer:Race ... @@ -47,22 +40,6 @@ } { - bug_24715 (1) - ThreadSanitizer:Race - fun:*base*internal*WeakReference* - ... - fun:*AppCacheUpdateJobTest* -} - -{ - bug_24715 (2) - ThreadSanitizer:Race - fun:*base*internal*WeakReference* - ... - fun:*AppCacheResponseTest* -} - -{ bug_25385 ThreadSanitizer:Race ... -- cgit v1.1