summaryrefslogtreecommitdiffstats
path: root/chrome/browser/download/download_uitest.cc
diff options
context:
space:
mode:
authornsylvain@chromium.org <nsylvain@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-07-24 02:23:08 +0000
committernsylvain@chromium.org <nsylvain@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-07-24 02:23:08 +0000
commit3983a17f3c44c1b4069c9908d19f24f3f797bc4b (patch)
treef835a9386b6904021bd9d2471c77d15a1b36f104 /chrome/browser/download/download_uitest.cc
parentfb13c766d30c440a7b9a2850ceee5fc49a8903dc (diff)
downloadchromium_src-3983a17f3c44c1b4069c9908d19f24f3f797bc4b.zip
chromium_src-3983a17f3c44c1b4069c9908d19f24f3f797bc4b.tar.gz
chromium_src-3983a17f3c44c1b4069c9908d19f24f3f797bc4b.tar.bz2
Disable the CloseNewTab / DontCloseNewTab tests because
they leak processes and cause some of the bots to stay in a bad state. BUG:43066 Review URL: http://codereview.chromium.org/2806075 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@53567 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/browser/download/download_uitest.cc')
-rw-r--r--chrome/browser/download/download_uitest.cc18
1 files changed, 9 insertions, 9 deletions
diff --git a/chrome/browser/download/download_uitest.cc b/chrome/browser/download/download_uitest.cc
index 8cba1e6..77bbd29 100644
--- a/chrome/browser/download/download_uitest.cc
+++ b/chrome/browser/download/download_uitest.cc
@@ -172,7 +172,7 @@ class DownloadTest : public UITest {
// Download a file with non-viewable content, verify that the
// download tab opened and the file exists.
-// All download tests are flaky on all platforms, http://crbug.com/35275.
+// All download tests are disabled on all platforms, http://crbug.com/35275.
// Additionally, there is Windows-specific flake, http://crbug.com/20809.
TEST_F(DownloadTest, FLAKY_DownloadMimeType) {
FilePath file(FILE_PATH_LITERAL("download-test1.lib"));
@@ -350,8 +350,8 @@ TEST_F(DownloadTest, FLAKY_IncognitoDownload) {
CheckDownload(file);
}
-// All of the following tests are flaky, see http://crbug.com/43066
-TEST_F(DownloadTest, FLAKY_DontCloseNewTab1) {
+// All of the following tests are disabled, see http://crbug.com/43066
+TEST_F(DownloadTest, DISABLED_DontCloseNewTab1) {
scoped_refptr<BrowserProxy> browser(automation()->GetBrowserWindow(0));
ASSERT_TRUE(browser.get());
int window_count = 0;
@@ -370,7 +370,7 @@ TEST_F(DownloadTest, FLAKY_DontCloseNewTab1) {
WaitUntilTabCount(2);
}
-TEST_F(DownloadTest, FLAKY_CloseNewTab1) {
+TEST_F(DownloadTest, DISABLED_CloseNewTab1) {
scoped_refptr<BrowserProxy> browser(automation()->GetBrowserWindow(0));
ASSERT_TRUE(browser.get());
int window_count = 0;
@@ -392,8 +392,8 @@ TEST_F(DownloadTest, FLAKY_CloseNewTab1) {
CheckDownload(file);
}
-// Flaky, see http://crbug.com/43066
-TEST_F(DownloadTest, FLAKY_DontCloseNewTab2) {
+// Disabled, see http://crbug.com/43066
+TEST_F(DownloadTest, DISABLED_DontCloseNewTab2) {
scoped_refptr<BrowserProxy> browser(automation()->GetBrowserWindow(0));
ASSERT_TRUE(browser.get());
int window_count = 0;
@@ -417,7 +417,7 @@ TEST_F(DownloadTest, FLAKY_DontCloseNewTab2) {
}
// Flaky, see http://crbug.com/43066
-TEST_F(DownloadTest, FLAKY_DontCloseNewTab3) {
+TEST_F(DownloadTest, DISABLED_DontCloseNewTab3) {
scoped_refptr<BrowserProxy> browser(automation()->GetBrowserWindow(0));
ASSERT_TRUE(browser.get());
int window_count = 0;
@@ -444,7 +444,7 @@ TEST_F(DownloadTest, FLAKY_DontCloseNewTab3) {
}
// Flaky, see http://crbug.com/43066
-TEST_F(DownloadTest, FLAKY_CloseNewTab2) {
+TEST_F(DownloadTest, DISABLED_CloseNewTab2) {
scoped_refptr<BrowserProxy> browser(automation()->GetBrowserWindow(0));
ASSERT_TRUE(browser.get());
int window_count = 0;
@@ -468,7 +468,7 @@ TEST_F(DownloadTest, FLAKY_CloseNewTab2) {
}
// Flaky, see http://crbug.com/43066
-TEST_F(DownloadTest, FLAKY_CloseNewTab3) {
+TEST_F(DownloadTest, DISABLED_CloseNewTab3) {
scoped_refptr<BrowserProxy> browser(automation()->GetBrowserWindow(0));
ASSERT_TRUE(browser.get());
int window_count = 0;