summaryrefslogtreecommitdiffstats
path: root/tools
diff options
context:
space:
mode:
authortimurrrr@chromium.org <timurrrr@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-11-04 15:23:54 +0000
committertimurrrr@chromium.org <timurrrr@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-11-04 15:23:54 +0000
commit26cce058ecd57c1da05a9a95a277da91e9be8f43 (patch)
treeed132e5f36c0a483c55d4af963999f66b1f76444 /tools
parentb66ccb8caaad56e95a2d4f360e41dbd6bd2e887b (diff)
downloadchromium_src-26cce058ecd57c1da05a9a95a277da91e9be8f43.zip
chromium_src-26cce058ecd57c1da05a9a95a277da91e9be8f43.tar.gz
chromium_src-26cce058ecd57c1da05a9a95a277da91e9be8f43.tar.bz2
Don't run DirectoryListerTest.BigDirRecursiveTest under TSan
BUG=61908 TBR=glider Review URL: http://codereview.chromium.org/4484001 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@65056 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'tools')
-rw-r--r--tools/valgrind/gtest_exclude/net_unittests.gtest-tsan.txt3
1 files changed, 3 insertions, 0 deletions
diff --git a/tools/valgrind/gtest_exclude/net_unittests.gtest-tsan.txt b/tools/valgrind/gtest_exclude/net_unittests.gtest-tsan.txt
index 1ddf884..4eed653 100644
--- a/tools/valgrind/gtest_exclude/net_unittests.gtest-tsan.txt
+++ b/tools/valgrind/gtest_exclude/net_unittests.gtest-tsan.txt
@@ -16,3 +16,6 @@ HttpNetworkTransactionTest.StopsReading204
HttpNetworkTransactionTest.Incomplete100ThenEOF
HttpNetworkTransactionTest.UseAlternateProtocolForNpnSpdyWithExistingSpdySession
HttpNetworkTransactionTest.KeepAliveConnectionEOF
+
+# Hangs, see http://crbug.com/61908
+DirectoryListerTest.BigDirRecursiveTest