summaryrefslogtreecommitdiffstats
path: root/tools/valgrind
diff options
context:
space:
mode:
authorthestig@chromium.org <thestig@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2011-08-11 20:51:15 +0000
committerthestig@chromium.org <thestig@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2011-08-11 20:51:15 +0000
commit6c37dc9da790b86dcf99bb3802d6718786f87a5e (patch)
treeff7be81fa9820094434cbf64159527b089b3c01e /tools/valgrind
parent47a8c50b2ff6cd18bd637c377298a5989c4d4903 (diff)
downloadchromium_src-6c37dc9da790b86dcf99bb3802d6718786f87a5e.zip
chromium_src-6c37dc9da790b86dcf99bb3802d6718786f87a5e.tar.gz
chromium_src-6c37dc9da790b86dcf99bb3802d6718786f87a5e.tar.bz2
Valgrind/TSAN: Exclude NamedInterfaceTest.BasicNamedInterface which times out a lot.
BUG=92527 TEST=none TBR=jhawkins Review URL: http://codereview.chromium.org/7635001 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@96450 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'tools/valgrind')
-rw-r--r--tools/valgrind/gtest_exclude/ui_tests.gtest.txt3
1 files changed, 3 insertions, 0 deletions
diff --git a/tools/valgrind/gtest_exclude/ui_tests.gtest.txt b/tools/valgrind/gtest_exclude/ui_tests.gtest.txt
index 825f702..ddd9829 100644
--- a/tools/valgrind/gtest_exclude/ui_tests.gtest.txt
+++ b/tools/valgrind/gtest_exclude/ui_tests.gtest.txt
@@ -102,3 +102,6 @@ ResourceDispatcherTest.CrossSiteImmediateLoadOnunloadCookie
OutOfProcessPPAPITest.Instance
OutOfProcessPPAPITest.CursorControl
OutOfProcessPPAPITest.PostMessage
+
+# Flakily times out, http://crbug.com/92527
+NamedInterfaceTest.BasicNamedInterface