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

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

Powered by Google App Engine
This is Rietveld 408576698