summaryrefslogtreecommitdiffstats
path: root/tools
diff options
context:
space:
mode:
authorhbono@chromium.org <hbono@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2011-05-19 08:40:07 +0000
committerhbono@chromium.org <hbono@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2011-05-19 08:40:07 +0000
commit6043a3cc7dbd787b851c883b4e27a5f46f2cffa0 (patch)
tree8ef399a3aca9eea85736adba2a3197848f4b37dd /tools
parent9e52ce1eb308c4f27798322603222f8ca34ab3a3 (diff)
downloadchromium_src-6043a3cc7dbd787b851c883b4e27a5f46f2cffa0.zip
chromium_src-6043a3cc7dbd787b851c883b4e27a5f46f2cffa0.tar.gz
chromium_src-6043a3cc7dbd787b851c883b4e27a5f46f2cffa0.tar.bz2
Disable InternalAuthTest.BruteForce on the TSAN bot.
This change just disables InternalAuthTest.BruteForce added by r85757 <http://crrev.com/85757> on our TSAN bot. TBR=thestig,timurrrr,glider BUG=83164 TEST=none Review URL: http://codereview.chromium.org/7049001 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@85886 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'tools')
-rw-r--r--tools/valgrind/gtest_exclude/unit_tests.gtest-tsan.txt3
1 files changed, 3 insertions, 0 deletions
diff --git a/tools/valgrind/gtest_exclude/unit_tests.gtest-tsan.txt b/tools/valgrind/gtest_exclude/unit_tests.gtest-tsan.txt
index a05d51f..976214b 100644
--- a/tools/valgrind/gtest_exclude/unit_tests.gtest-tsan.txt
+++ b/tools/valgrind/gtest_exclude/unit_tests.gtest-tsan.txt
@@ -1,3 +1,6 @@
# This test has a possible data race detected by the TSAN bot
# see http://crbug.com/46840
ProfileManagerTest.CreateAndUseTwoProfiles
+# InternalAuthTest.BruteForce fails on the TSAN bot.
+# see http://crbug.com/83164
+InternalAuthTest.BruteForce