summaryrefslogtreecommitdiffstats
path: root/chrome
diff options
context:
space:
mode:
authorsiggi@chromium.org <siggi@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2011-04-12 18:38:26 +0000
committersiggi@chromium.org <siggi@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2011-04-12 18:38:26 +0000
commitcddbebf53b7c7bcbc72e6c0e920525768913f823 (patch)
treeb9d29723c950a44a6ad3d59221cac5130b6de02e /chrome
parente8db743ca973183c72b064ef7e9f408eb1c70543 (diff)
downloadchromium_src-cddbebf53b7c7bcbc72e6c0e920525768913f823.zip
chromium_src-cddbebf53b7c7bcbc72e6c0e920525768913f823.tar.gz
chromium_src-cddbebf53b7c7bcbc72e6c0e920525768913f823.tar.bz2
Disable InstantTest.DownloadOnEnter on Linux, as it's crashing.
TBR=sky@chromium.org BUG=77168 TEST=none Review URL: http://codereview.chromium.org/6821080 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@81275 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome')
-rw-r--r--chrome/browser/instant/instant_browsertest.cc4
1 files changed, 2 insertions, 2 deletions
diff --git a/chrome/browser/instant/instant_browsertest.cc b/chrome/browser/instant/instant_browsertest.cc
index ec75f19..757af10 100644
--- a/chrome/browser/instant/instant_browsertest.cc
+++ b/chrome/browser/instant/instant_browsertest.cc
@@ -771,9 +771,9 @@ IN_PROC_BROWSER_TEST_F(InstantTest, DontCrashOnBlockedJS) {
// As long as we get the notification we're good (the renderer didn't crash).
}
-// Flaky on views on linux: 77168.
+// Crashes on linux: http://crbug.com/77168.
#if defined(TOOLKIT_VIEWS) && defined(OS_LINUX)
-#define MAYBE_DownloadOnEnter FLAKY_DownloadOnEnter
+#define MAYBE_DownloadOnEnter DISABLED_DownloadOnEnter
#else
#define MAYBE_DownloadOnEnter DownloadOnEnter
#endif