summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authortimurrrr@chromium.org <timurrrr@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-04-16 20:30:02 +0000
committertimurrrr@chromium.org <timurrrr@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-04-16 20:30:02 +0000
commit9d4a694dbdcbcac8f738e3a49e27e0abdb6c0c6c (patch)
tree2ff0fc83fe90f98afdb5cc36a5909e0d3c47c8e0
parent126f5006bc8aa83e8e83f4917f33333f10633f21 (diff)
downloadchromium_src-9d4a694dbdcbcac8f738e3a49e27e0abdb6c0c6c.zip
chromium_src-9d4a694dbdcbcac8f738e3a49e27e0abdb6c0c6c.tar.gz
chromium_src-9d4a694dbdcbcac8f738e3a49e27e0abdb6c0c6c.tar.bz2
Don't run RSAPrivateKeyUnitTest under ThreadSanitizer on Windows
TBR=glider Review URL: http://codereview.chromium.org/1653008 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@44815 0039d316-1c4b-4281-b951-d872f2087c98
-rwxr-xr-xbase/data/valgrind/base_unittests.gtest-tsan_win32.txt3
1 files changed, 3 insertions, 0 deletions
diff --git a/base/data/valgrind/base_unittests.gtest-tsan_win32.txt b/base/data/valgrind/base_unittests.gtest-tsan_win32.txt
index 9f36bda..f47d455 100755
--- a/base/data/valgrind/base_unittests.gtest-tsan_win32.txt
+++ b/base/data/valgrind/base_unittests.gtest-tsan_win32.txt
@@ -13,3 +13,6 @@ ProcessUtilTest.*
StatsTableTest.*
TimeTicks.*
WMIUtilTest.*
+
+# Too slow under TSan
+RSAPrivateKeyUnitTest.*