summaryrefslogtreecommitdiffstats
path: root/tools
diff options
context:
space:
mode:
authorhbono@chromium.org <hbono@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2011-04-11 11:52:17 +0000
committerhbono@chromium.org <hbono@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2011-04-11 11:52:17 +0000
commit589344c079be45268437f11e55f73fa9ca031d17 (patch)
treea18000e8915c173796ccec2673ec0a4f8fc3f6e4 /tools
parent6ced4e79b6b816022957ca3dbad7712b49aa2f36 (diff)
downloadchromium_src-589344c079be45268437f11e55f73fa9ca031d17.zip
chromium_src-589344c079be45268437f11e55f73fa9ca031d17.tar.gz
chromium_src-589344c079be45268437f11e55f73fa9ca031d17.tar.bz2
Disables FtpDirectoryListingBufferTest.Parse on our TSAN bots.
It seems r81081 <http://crrev.com/81081> added more test cases to the FtpDirectoryListingBufferTest.Parse test and all our TSAN bots cannot finish it within 1200 seconds after this change. This change temporarily disable this test on our TSAN bots until we fix it. TBR=timurrrr,glider BUG=79022 TEST=make all the tsan bots (Linux, Mac, and Windows) green. Review URL: http://codereview.chromium.org/6821043 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@81089 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 506186c..dd0be86 100644
--- a/tools/valgrind/gtest_exclude/net_unittests.gtest-tsan.txt
+++ b/tools/valgrind/gtest_exclude/net_unittests.gtest-tsan.txt
@@ -22,3 +22,6 @@ DirectoryListerTest.BigDirRecursiveTest
# Crashes silently, see http://crbug.com/76911
URLRequestTest.FileTest
+
+# This test does not finish in our time-out period. http://crbug.com/79022
+FtpDirectoryListingBufferTest.Parse