Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1993)

Unified Diff: chrome/test/functional/PYAUTO_TESTS

Issue 10866013: Convert the browsing_data pyauto tests to chrome tests. Remove the ClearBrowsingData automation cod… (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: fix flake in unittest harness Created 8 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: chrome/test/functional/PYAUTO_TESTS
===================================================================
--- chrome/test/functional/PYAUTO_TESTS (revision 152704)
+++ chrome/test/functional/PYAUTO_TESTS (working copy)
@@ -38,7 +38,6 @@
'autofill',
'bookmarks',
'browser',
- 'browsing_data',
'chromoting.it2me_basic',
'codesign',
'content',
@@ -82,8 +81,6 @@
# ==================================================
# Disabled tests that need to be investigated/fixed.
# ==================================================
- # crbug.com/141443
- '-browsing_data.BrowsingDataTest.testClearAutofillData',
# crbug.com/123396
'-fullscreen_mouselock.FullscreenMouselockTest.testPatternsForFSAndML',
# crbug.com/132665
@@ -197,10 +194,6 @@
# ==================================================
# Disabled tests that need to be investigated/fixed.
# ==================================================
- # Keychain popups make autofill/password tests difficult: crbug.com/49378
- '-autofill',
- # Autofill on Mac. crbug.com/95165
- '-browsing_data.BrowsingDataTest.testClearAutofillData',
# codesign tests should run *after* signing. crbug.com/50481
'-codesign',
# crbug.com/124922
@@ -581,9 +574,6 @@
'-extensions.ExtensionsTest.testAllowAccessFileURLs',
# crbug.com/100365
'-autofill.AutofillTest.testDisplayLineItemForEntriesWithNoCCNum',
- # crbug.com/123419
- '-browsing_data.BrowsingDataTest.testClearCookies',
- '-databases.DatabasesTest.testDeleteAndUpdateDatabase',
# crbug.com/109035
'-youtube.YoutubeTest.testPlayerBytes',
'-youtube.YoutubeTest.testPlayerResolution',

Powered by Google App Engine
This is Rietveld 408576698