Skip to content

Commit

Permalink
Revert 102961 - Add additional logging and re-enable downloads tests
Browse files Browse the repository at this point in the history
R=rdsmith@chromium.org
BUG=97695
TEST=

Review URL: http://codereview.chromium.org/8059002

TBR=nirnimesh@chromium.org
Review URL: http://codereview.chromium.org/8054021

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@103001 0039d316-1c4b-4281-b951-d872f2087c98
  • Loading branch information
nirnimesh@chromium.org committed Sep 27, 2011
1 parent b3fffd0 commit 24c0cba
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
4 changes: 4 additions & 0 deletions chrome/test/functional/PYAUTO_TESTS
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,10 @@
# crbug.com/88128
'-browsing_data.BrowsingDataTest.testClearHistoryAndDownloads',
'-browsing_data.BrowsingDataTest.testClearingAccuracy',
# crbug.com/97695
'-downloads.DownloadsTest.testBigZip',
'-downloads.DownloadsTest.testFileRenaming',
'-downloads.DownloadsTest.testCrazyFilenames',
# Turkish I problem. crbug.com/60638
'-find_in_page.FindMatchTests.testLocalizationAndCaseOrder',
# Flaky: crbug.com/83459
Expand Down
5 changes: 0 additions & 5 deletions chrome/test/functional/downloads.py
Original file line number Diff line number Diff line change
Expand Up @@ -42,11 +42,6 @@ def tearDown(self):
for item in self._files_to_remove:
pyauto_utils.RemovePath(item)

def ExtraChromeFlags(self):
return pyauto.PyUITest.ExtraChromeFlags(self) + [
'--vmodule=*/download/*=20'
]

def _DeleteAfterShutdown(self, path):
"""Delete |path| after browser has been shut down.
Expand Down

0 comments on commit 24c0cba

Please sign in to comment.