summaryrefslogtreecommitdiffstats
path: root/tools
diff options
context:
space:
mode:
authorlevin@chromium.org <levin@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-09-17 18:11:43 +0000
committerlevin@chromium.org <levin@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-09-17 18:11:43 +0000
commit5d0f1d9523731593681d014d9534b244be0df5a0 (patch)
tree440af725760cbff51cad9589d219f88185f0669f /tools
parent1be8056c7f7706cd7c9d878dd01569eeac9705ac (diff)
downloadchromium_src-5d0f1d9523731593681d014d9534b244be0df5a0.zip
chromium_src-5d0f1d9523731593681d014d9534b244be0df5a0.tar.gz
chromium_src-5d0f1d9523731593681d014d9534b244be0df5a0.tar.bz2
Fix race in SearchProviderInstallDataTest (must delete SearchProviderInstallData on the I/O thread).
I also added several DCHECKs to make this bug apparent in a normal test run. BUG=56002 TEST=unit_tests --gtest_filter=SearchProviderInstallDataTest.GetInstallState Review URL: http://codereview.chromium.org/3383012 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@59819 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'tools')
-rw-r--r--tools/valgrind/tsan/suppressions.txt7
1 files changed, 0 insertions, 7 deletions
diff --git a/tools/valgrind/tsan/suppressions.txt b/tools/valgrind/tsan/suppressions.txt
index ba8fb1e..3400d38 100644
--- a/tools/valgrind/tsan/suppressions.txt
+++ b/tools/valgrind/tsan/suppressions.txt
@@ -39,13 +39,6 @@
fun:*media*PipelineImpl*GetCurrentTime*
}
-{
- bug_56002
- ThreadSanitizer:Race
- fun:*scoped_ptr*
- fun:*SearchProviderInstallData*
-}
-
############################
# Real races in third_party
{