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

Side by Side Diff: chrome/test/functional/PYAUTO_TESTS

Issue 10855253: Convert the autofill pyauto tests to browser tests, and remove all the supporting automation hooks … (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: review comments 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 unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « chrome/test/data/autofill/read_only_field_test.html ('k') | chrome/test/functional/autofill.py » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # Copyright (c) 2012 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2012 The Chromium Authors. All rights reserved.
2 # Use of this source code is governed by a BSD-style license that can be 2 # Use of this source code is governed by a BSD-style license that can be
3 # found in the LICENSE file. 3 # found in the LICENSE file.
4 # 4 #
5 # This file lists the pyauto tests that run as a part of the functional test 5 # This file lists the pyauto tests that run as a part of the functional test
6 # suite. 6 # suite.
7 # 7 #
8 # Tests can be enabled on a per-platform basis. Tests not listed here will 8 # Tests can be enabled on a per-platform basis. Tests not listed here will
9 # not be run. 9 # not be run.
10 # 10 #
(...skipping 65 matching lines...) Expand 10 before | Expand all | Expand 10 after
76 'shortcuts', 76 'shortcuts',
77 'special_tabs', 77 'special_tabs',
78 'sync.SyncTest', 78 'sync.SyncTest',
79 'test_basic', 79 'test_basic',
80 'test_pyauto', 80 'test_pyauto',
81 'themes', 81 'themes',
82 82
83 # ================================================== 83 # ==================================================
84 # Disabled tests that need to be investigated/fixed. 84 # Disabled tests that need to be investigated/fixed.
85 # ================================================== 85 # ==================================================
86 # crbug.com/102798
87 '-autofill.AutofillTest.testMergeAggregatedProfilesWithSameAddress',
88 # crbug.com/99475
89 '-autofill.AutofillTest.testNoDuplicatePhoneNumsInPrefs',
90 # crbug.com/141443 86 # crbug.com/141443
91 '-browsing_data.BrowsingDataTest.testClearAutofillData', 87 '-browsing_data.BrowsingDataTest.testClearAutofillData',
92 # crbug.com/123396 88 # crbug.com/123396
93 '-fullscreen_mouselock.FullscreenMouselockTest.testPatternsForFSAndML', 89 '-fullscreen_mouselock.FullscreenMouselockTest.testPatternsForFSAndML',
94 # crbug.com/132665 90 # crbug.com/132665
95 '-fullscreen_mouselock.FullscreenMouselockTest.testTabFSExitWhenNavBackToP revPage', 91 '-fullscreen_mouselock.FullscreenMouselockTest.testTabFSExitWhenNavBackToP revPage',
96 '-fullscreen_mouselock.FullscreenMouselockTest.testTabFSExitWhenNavToNewPa ge', 92 '-fullscreen_mouselock.FullscreenMouselockTest.testTabFSExitWhenNavToNewPa ge',
97 '-fullscreen_mouselock.FullscreenMouselockTest.testMLExitWhenNavBackToPrev Page', 93 '-fullscreen_mouselock.FullscreenMouselockTest.testMLExitWhenNavBackToPrev Page',
98 '-fullscreen_mouselock.FullscreenMouselockTest.testMLExitWhenNavToNewPage' , 94 '-fullscreen_mouselock.FullscreenMouselockTest.testMLExitWhenNavToNewPage' ,
99 # crbug.com/140460 95 # crbug.com/140460
(...skipping 234 matching lines...) Expand 10 before | Expand all | Expand 10 after
334 '-policy', 330 '-policy',
335 '-policy_prefs_ui', 331 '-policy_prefs_ui',
336 # No Protector on ChromeOS. 332 # No Protector on ChromeOS.
337 '-protector', 333 '-protector',
338 # You cannot adjust the downloads directory on ChromeOS. 334 # You cannot adjust the downloads directory on ChromeOS.
339 '-prefs.PrefsTest.testDownloadDirPref', 335 '-prefs.PrefsTest.testDownloadDirPref',
340 336
341 # ================================================== 337 # ==================================================
342 # Disabled tests that need to be investigated/fixed. 338 # Disabled tests that need to be investigated/fixed.
343 # ================================================== 339 # ==================================================
344 # crosbug.com/19556
345 '-autofill.AutofillTest.testDisplayLineItemForEntriesWithNoCCNum',
346 '-autofill.AutofillTest.testPostalCodeAndStateLabelsBasedOnCountry',
347 # crbug.com/132337 340 # crbug.com/132337
348 '-autofill.AutofillTest.testTabOrderForEditAddress', 341 '-autofill.AutofillTest.testTabOrderForEditAddress',
349 # crosbug.com/27405 342 # crosbug.com/27405
350 '-browser.BrowserTest.testKillAndReloadSharedProcess', 343 '-browser.BrowserTest.testKillAndReloadSharedProcess',
351 # crbug.com/129469 344 # crbug.com/129469
352 '-chromeos_prefs.ChromeosPrefsTest.testCaptureUserPhoto', 345 '-chromeos_prefs.ChromeosPrefsTest.testCaptureUserPhoto',
353 # Downloads panel stays even after declining a download. 346 # Downloads panel stays even after declining a download.
354 # crosbug.com/14728 347 # crosbug.com/14728
355 '-downloads.DownloadsTest.testDeclineDangerousDownload', 348 '-downloads.DownloadsTest.testDeclineDangerousDownload',
356 # crosbug.com/19556 349 # crosbug.com/19556
(...skipping 24 matching lines...) Expand all
381 '-popups.PopupsTest.testPopupsLaunchWhenTabIsClosed', 374 '-popups.PopupsTest.testPopupsLaunchWhenTabIsClosed',
382 # Session restore not working with PyAuto. crosbug.com/12648 375 # Session restore not working with PyAuto. crosbug.com/12648
383 '-prefs.PrefsTest.testNavigationStateOnSessionRestore', 376 '-prefs.PrefsTest.testNavigationStateOnSessionRestore',
384 '-prefs.PrefsTest.testSessionRestoreURLs', 377 '-prefs.PrefsTest.testSessionRestoreURLs',
385 '-prefs.PrefsTest.testSessionRestore', 378 '-prefs.PrefsTest.testSessionRestore',
386 # sync tests were running into a secondary passphrase. crosbug.com/15016. 379 # sync tests were running into a secondary passphrase. crosbug.com/15016.
387 '-sync', 380 '-sync',
388 # crbug.com/109035 381 # crbug.com/109035
389 '-plugins.PluginsTest.testBlockPluginException', 382 '-plugins.PluginsTest.testBlockPluginException',
390 # Deal with i18n chars. crosbug.com/12639 383 # Deal with i18n chars. crosbug.com/12639
391 '-autofill.AutofillTest.testFillProfileCrazyCharacters',
392 '-downloads.DownloadsTest.testCrazyFilenames', 384 '-downloads.DownloadsTest.testCrazyFilenames',
393 '-omnibox.OmniboxTest.testCrazyFilenames', 385 '-omnibox.OmniboxTest.testCrazyFilenames',
394 # crosbug.com/16977 386 # crosbug.com/16977
395 '-chromeos_wifi_sanity.ChromeosWifiSanity.testConnectToHiddenWiFiNonExiste nt', 387 '-chromeos_wifi_sanity.ChromeosWifiSanity.testConnectToHiddenWiFiNonExiste nt',
396 # crosbug.com/20025 388 # crosbug.com/20025
397 '-chromeos_browser.ChromeosBrowserTest.testFullScreen', 389 '-chromeos_browser.ChromeosBrowserTest.testFullScreen',
398 # crbug.com/102549 390 # crbug.com/102549
399 '-notifications.NotificationsTest.testOriginPrefsNotSavedInIncognito', 391 '-notifications.NotificationsTest.testOriginPrefsNotSavedInIncognito',
400 # Chrome driver does not work in Chrome OS. 392 # Chrome driver does not work in Chrome OS.
401 # crosbug.com/19556 393 # crosbug.com/19556
(...skipping 474 matching lines...) Expand 10 before | Expand all | Expand 10 after
876 '-search_engines.SearchEnginesTest.testDiscoverSearchEngine', 868 '-search_engines.SearchEnginesTest.testDiscoverSearchEngine',
877 '-ntp.NTPTest.testUninstallApp', 869 '-ntp.NTPTest.testUninstallApp',
878 '-ntp.NTPTest.testLaunchAppWithDefaultSettings', 870 '-ntp.NTPTest.testLaunchAppWithDefaultSettings',
879 '-ntp.NTPTest.testLaunchAppRegularTab', 871 '-ntp.NTPTest.testLaunchAppRegularTab',
880 '-ntp.NTPTest.testLaunchAppPinnedTab', 872 '-ntp.NTPTest.testLaunchAppPinnedTab',
881 '-ntp.NTPTest.testGetAppsWhenInstallApp', 873 '-ntp.NTPTest.testGetAppsWhenInstallApp',
882 '-ntp.NTPTest.testLaunchAppNewWindow', 874 '-ntp.NTPTest.testLaunchAppNewWindow',
883 ], 875 ],
884 }, 876 },
885 } 877 }
OLDNEW
« no previous file with comments | « chrome/test/data/autofill/read_only_field_test.html ('k') | chrome/test/functional/autofill.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698