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

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

Issue 10836031: Remove Instant v1 API. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Update history, title, favicon 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/instant.html ('k') | chrome/test/functional/instant.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 132 matching lines...) Expand 10 before | Expand all | Expand 10 after
143 # crbug.com/112051 143 # crbug.com/112051
144 '-prefs_ui.PrefsUITest.testChangeExceptionBehaviorUI', 144 '-prefs_ui.PrefsUITest.testChangeExceptionBehaviorUI',
145 # crbug.com/88593 145 # crbug.com/88593
146 '-sync.SyncTest.testPersonalStuffSyncSection', 146 '-sync.SyncTest.testPersonalStuffSyncSection',
147 # crbug.com/95140 147 # crbug.com/95140
148 '-translate.TranslateTest.testGoBackAndForwardToTranslatePage', 148 '-translate.TranslateTest.testGoBackAndForwardToTranslatePage',
149 # crbug.com/124913 149 # crbug.com/124913
150 '-infobars.OneClickInfobarTest.testNoSameIDSigninForTwoProfiles', 150 '-infobars.OneClickInfobarTest.testNoSameIDSigninForTwoProfiles',
151 # crbug.com/124280 151 # crbug.com/124280
152 '-downloads.DownloadsTest.testPauseAndResume', 152 '-downloads.DownloadsTest.testPauseAndResume',
153 # crbug.com/137042
154 '-instant.InstantTest.testFindInCanDismissInstant',
155 '-instant.InstantTest.testInstantLoadsFor100CharsLongQuery',
156 '-instant.InstantTest.testInstantNavigation',
157 '-instant.InstantTest.testNTPCanDismissInstant',
158 '-instant.InstantTest.testNewWindowCanDismissInstant',
159 153
160 # Mysteriously broken? 154 # Mysteriously broken?
161 # crbug.com/138857 155 # crbug.com/138857
162 '-bookmarks.BookmarksTest.testAddBookmarksInMultiProfileIncognito', 156 '-bookmarks.BookmarksTest.testAddBookmarksInMultiProfileIncognito',
163 '-bookmarks.BookmarksTest.testEditBookmarksInMultiProfileIncognito', 157 '-bookmarks.BookmarksTest.testEditBookmarksInMultiProfileIncognito',
164 '-bookmarks.BookmarksTest.testRemoveBookmarksInMultiProfileIncognito', 158 '-bookmarks.BookmarksTest.testRemoveBookmarksInMultiProfileIncognito',
165 '-multiprofile.MultiprofileTest.testMakeSearchEngineDefaultInMultiprofile' , 159 '-multiprofile.MultiprofileTest.testMakeSearchEngineDefaultInMultiprofile' ,
166 ], 160 ],
167 161
168 'win': [ 162 'win': [
(...skipping 109 matching lines...) Expand 10 before | Expand all | Expand 10 after
278 '-omnibox.OmniboxTest.testSelect', 272 '-omnibox.OmniboxTest.testSelect',
279 '-omnibox.OmniboxTest.testSuggest', 273 '-omnibox.OmniboxTest.testSuggest',
280 '-omnibox.OmniboxTest.testSuggestPref', 274 '-omnibox.OmniboxTest.testSuggestPref',
281 275
282 # System password manager obstructs password automation. 276 # System password manager obstructs password automation.
283 '-passwords', 277 '-passwords',
284 278
285 # ================================================== 279 # ==================================================
286 # Disabled tests that need to be investigated/fixed. 280 # Disabled tests that need to be investigated/fixed.
287 # ================================================== 281 # ==================================================
288 # crbug.com/85310
289 '-instant',
290 # crbug.com/91033 282 # crbug.com/91033
291 '-omnibox.OmniboxTest.testOmniboxSearchHistory', 283 '-omnibox.OmniboxTest.testOmniboxSearchHistory',
292 # crbug.com/103379 284 # crbug.com/103379
293 '-policy.PolicyTest.testDisable3DAPIs', 285 '-policy.PolicyTest.testDisable3DAPIs',
294 # Gnome / kwallet popups on linux break sync tests. crbug.com/80329 286 # Gnome / kwallet popups on linux break sync tests. crbug.com/80329
295 '-sync', 287 '-sync',
296 # crbug.com/66072 288 # crbug.com/66072
297 '-notifications.NotificationsTest.testNotificationOrderAfterClosingOne', 289 '-notifications.NotificationsTest.testNotificationOrderAfterClosingOne',
298 ], 290 ],
299 291
(...skipping 73 matching lines...) Expand 10 before | Expand all | Expand 10 after
373 # crbug.com/134593 365 # crbug.com/134593
374 '-gtalk.test_basic.BasicTest.testCurrentVersion', 366 '-gtalk.test_basic.BasicTest.testCurrentVersion',
375 '-gtalk.test_basic.BasicTest.testRCVersion', 367 '-gtalk.test_basic.BasicTest.testRCVersion',
376 # crbug.com/129498 368 # crbug.com/129498
377 '-https.SSLTest.testSSLCertAuthorityOK', 369 '-https.SSLTest.testSSLCertAuthorityOK',
378 '-https.SSLTest.testSSLCertOK', 370 '-https.SSLTest.testSSLCertOK',
379 # crosbug.com/24496 371 # crosbug.com/24496
380 '-infobars.InfobarTest.testPluginCrashForMultiTabs', 372 '-infobars.InfobarTest.testPluginCrashForMultiTabs',
381 # crbug.com/109035 373 # crbug.com/109035
382 '-infobars.InfobarTest.testPluginCrashInfobar', 374 '-infobars.InfobarTest.testPluginCrashInfobar',
383 # Flaky: crosbug.com/14439
384 '-instant',
385 # crosbug.com/14256 375 # crosbug.com/14256
386 '-ntp.NTPTest.testLaunchAppFullScreen', 376 '-ntp.NTPTest.testLaunchAppFullScreen',
387 # Content history broken in omnibox. crosbug.com/14416 377 # Content history broken in omnibox. crosbug.com/14416
388 '-omnibox.OmniboxTest.testContentHistory', 378 '-omnibox.OmniboxTest.testContentHistory',
389 # crbug.com/91033 379 # crbug.com/91033
390 '-omnibox.OmniboxTest.testOmniboxSearchHistory', 380 '-omnibox.OmniboxTest.testOmniboxSearchHistory',
391 # crosbug.com/19760 381 # crosbug.com/19760
392 '-passwords.PasswordTest.testClearFetchedCredForNewUserName', 382 '-passwords.PasswordTest.testClearFetchedCredForNewUserName',
393 '-passwords.PasswordTest.testSavedPasswordInTabsAndWindows', 383 '-passwords.PasswordTest.testSavedPasswordInTabsAndWindows',
394 # onunload popups get created in the same window on chromeos 384 # onunload popups get created in the same window on chromeos
(...skipping 176 matching lines...) Expand 10 before | Expand all | Expand 10 after
571 561
572 # =========================== 562 # ===========================
573 # Permanently-disabled tests. 563 # Permanently-disabled tests.
574 # =========================== 564 # ===========================
575 ], 565 ],
576 566
577 'linux': [ 567 'linux': [
578 # Add back the omnibox tests excluded from the CONTINUOUS suite above 568 # Add back the omnibox tests excluded from the CONTINUOUS suite above
579 # because they do not produce omnibox results under virtual X on linux. 569 # because they do not produce omnibox results under virtual X on linux.
580 # crbug.com/85310 570 # crbug.com/85310
581 'instant',
582 'omnibox.OmniboxTest.testAppComboNameWithSpecialCharSearch', 571 'omnibox.OmniboxTest.testAppComboNameWithSpecialCharSearch',
583 'omnibox.OmniboxTest.testAppNameWithNumberSearch', 572 'omnibox.OmniboxTest.testAppNameWithNumberSearch',
584 'omnibox.OmniboxTest.testAppNameWithSpaceSearch', 573 'omnibox.OmniboxTest.testAppNameWithSpaceSearch',
585 'omnibox.OmniboxTest.testAppSearchWithVeryLongAppName', 574 'omnibox.OmniboxTest.testAppSearchWithVeryLongAppName',
586 'omnibox.OmniboxTest.testAutoCompleteForNonAsciiSearch', 575 'omnibox.OmniboxTest.testAutoCompleteForNonAsciiSearch',
587 'omnibox.OmniboxTest.testAutoCompleteForSearch', 576 'omnibox.OmniboxTest.testAutoCompleteForSearch',
588 'omnibox.OmniboxTest.testBasicAppSearch', 577 'omnibox.OmniboxTest.testBasicAppSearch',
589 'omnibox.OmniboxTest.testBookmarkResultInNewTabAndWindow', 578 'omnibox.OmniboxTest.testBookmarkResultInNewTabAndWindow',
590 'omnibox.OmniboxTest.testCrazyFilenames', 579 'omnibox.OmniboxTest.testCrazyFilenames',
591 'omnibox.OmniboxTest.testDifferentTypesOfResults', 580 'omnibox.OmniboxTest.testDifferentTypesOfResults',
(...skipping 10 matching lines...) Expand all
602 # crbug.com/111289 591 # crbug.com/111289
603 '-extensions.ExtensionsTest.testAllowAccessFileURLs', 592 '-extensions.ExtensionsTest.testAllowAccessFileURLs',
604 # crbug.com/100365 593 # crbug.com/100365
605 '-autofill.AutofillTest.testDisplayLineItemForEntriesWithNoCCNum', 594 '-autofill.AutofillTest.testDisplayLineItemForEntriesWithNoCCNum',
606 # crbug.com/123419 595 # crbug.com/123419
607 '-browsing_data.BrowsingDataTest.testClearCookies', 596 '-browsing_data.BrowsingDataTest.testClearCookies',
608 '-databases.DatabasesTest.testDeleteAndUpdateDatabase', 597 '-databases.DatabasesTest.testDeleteAndUpdateDatabase',
609 # crbug.com/109035 598 # crbug.com/109035
610 '-youtube.YoutubeTest.testPlayerBytes', 599 '-youtube.YoutubeTest.testPlayerBytes',
611 '-youtube.YoutubeTest.testPlayerResolution', 600 '-youtube.YoutubeTest.testPlayerResolution',
612 # crbug.com/135211
613 '-instant.InstantTest.testExtnPageCanDismissInstant',
614 '-instant.InstantSettingsTest.testEnableDisableInstant',
615 ], 601 ],
616 602
617 'chromeos': [ 603 'chromeos': [
618 # =========================== 604 # ===========================
619 # Permanently-disabled tests. 605 # Permanently-disabled tests.
620 # =========================== 606 # ===========================
621 # No NaCl support on ChromeOS. 607 # No NaCl support on ChromeOS.
622 '-nacl_sdk', 608 '-nacl_sdk',
623 609
624 # ================================================== 610 # ==================================================
(...skipping 265 matching lines...) Expand 10 before | Expand all | Expand 10 after
890 '-search_engines.SearchEnginesTest.testDiscoverSearchEngine', 876 '-search_engines.SearchEnginesTest.testDiscoverSearchEngine',
891 '-ntp.NTPTest.testUninstallApp', 877 '-ntp.NTPTest.testUninstallApp',
892 '-ntp.NTPTest.testLaunchAppWithDefaultSettings', 878 '-ntp.NTPTest.testLaunchAppWithDefaultSettings',
893 '-ntp.NTPTest.testLaunchAppRegularTab', 879 '-ntp.NTPTest.testLaunchAppRegularTab',
894 '-ntp.NTPTest.testLaunchAppPinnedTab', 880 '-ntp.NTPTest.testLaunchAppPinnedTab',
895 '-ntp.NTPTest.testGetAppsWhenInstallApp', 881 '-ntp.NTPTest.testGetAppsWhenInstallApp',
896 '-ntp.NTPTest.testLaunchAppNewWindow', 882 '-ntp.NTPTest.testLaunchAppNewWindow',
897 ], 883 ],
898 }, 884 },
899 } 885 }
OLDNEW
« no previous file with comments | « chrome/test/data/instant.html ('k') | chrome/test/functional/instant.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698