summaryrefslogtreecommitdiffstats
path: root/tools
diff options
context:
space:
mode:
authorcbentzel@chromium.org <cbentzel@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2011-08-23 01:15:01 +0000
committercbentzel@chromium.org <cbentzel@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2011-08-23 01:15:01 +0000
commitd7032b9bc1e3d77ae59dd60a16831924c24d2612 (patch)
treecdc9cbe5d89a2756c6fe7673a19a4c1f0d8502fb /tools
parentfe6659412715c1ef4efdc190be733b57beae7497 (diff)
downloadchromium_src-d7032b9bc1e3d77ae59dd60a16831924c24d2612.zip
chromium_src-d7032b9bc1e3d77ae59dd60a16831924c24d2612.tar.gz
chromium_src-d7032b9bc1e3d77ae59dd60a16831924c24d2612.tar.bz2
Disable MessageLoopTest.RecursiveDenial3 on windows tsan.
BUG=93483 TBR=jamesr@chromium.org Review URL: http://codereview.chromium.org/7685044 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@97793 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'tools')
-rw-r--r--tools/valgrind/gtest_exclude/base_unittests.gtest-tsan_win32.txt3
1 files changed, 3 insertions, 0 deletions
diff --git a/tools/valgrind/gtest_exclude/base_unittests.gtest-tsan_win32.txt b/tools/valgrind/gtest_exclude/base_unittests.gtest-tsan_win32.txt
index b819566..a4104af 100644
--- a/tools/valgrind/gtest_exclude/base_unittests.gtest-tsan_win32.txt
+++ b/tools/valgrind/gtest_exclude/base_unittests.gtest-tsan_win32.txt
@@ -12,3 +12,6 @@ WMIUtilTest.*
# Too slow under TSan
ConditionVariableTest.LargeFastTaskTest
+
+# Fails under TSan: http://crbug.com/93843
+MessageLoopTest.RecursiveDenial3