summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authoreroman@chromium.org <eroman@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-03-23 17:49:35 +0000
committereroman@chromium.org <eroman@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-03-23 17:49:35 +0000
commit563a20a213e57976d51d9a7f8241e59dfa987893 (patch)
treea15085207b06993732cf7b4a798f4b4007ef10c3
parentfd9c0d9df665355c14d3c0df6f3c5b0b2059c129 (diff)
downloadchromium_src-563a20a213e57976d51d9a7f8241e59dfa987893.zip
chromium_src-563a20a213e57976d51d9a7f8241e59dfa987893.tar.gz
chromium_src-563a20a213e57976d51d9a7f8241e59dfa987893.tar.bz2
Mark a test which has been failing regularly on the valgrind UI bot as FLAKY_.
BUG=39057 Review URL: http://codereview.chromium.org/1074010 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@42358 0039d316-1c4b-4281-b951-d872f2087c98
-rw-r--r--chrome/browser/unload_uitest.cc4
1 files changed, 3 insertions, 1 deletions
diff --git a/chrome/browser/unload_uitest.cc b/chrome/browser/unload_uitest.cc
index d4b3a54..d209b2a 100644
--- a/chrome/browser/unload_uitest.cc
+++ b/chrome/browser/unload_uitest.cc
@@ -186,7 +186,9 @@ class UnloadTest : public UITest {
// Navigate to a page with an infinite unload handler.
// Then two async crosssite requests to ensure
// we don't get confused and think we're closing the tab.
-TEST_F(UnloadTest, CrossSiteInfiniteUnloadAsync) {
+//
+// This test is flaky on the valgrind UI bots. http://crbug.com/39057
+TEST_F(UnloadTest, FLAKY_CrossSiteInfiniteUnloadAsync) {
// Tests makes no sense in single-process mode since the renderer is hung.
if (CommandLine::ForCurrentProcess()->HasSwitch(switches::kSingleProcess))
return;