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

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

Issue 10922002: Remove the translate pyauto test to chrome tests and all the supporting automation hooks. I've adde… (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: take out data files so patch applies, will remove separately Created 8 years, 3 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 98 matching lines...) Expand 10 before | Expand all | Expand 10 after
109 # crbug.com/47935 109 # crbug.com/47935
110 '-popups.PopupsTest.testBlockedPopupNotShowInHistory', 110 '-popups.PopupsTest.testBlockedPopupNotShowInHistory',
111 # crbug.com/83827 111 # crbug.com/83827
112 '-popups.PopupsTest.testUnblockedPopupAddedToOmnibox', 112 '-popups.PopupsTest.testUnblockedPopupAddedToOmnibox',
113 # crbug.com/85600 113 # crbug.com/85600
114 '-prefs.PrefsTest.testNavigationStateOnSessionRestore', 114 '-prefs.PrefsTest.testNavigationStateOnSessionRestore',
115 # crbug.com/112051 115 # crbug.com/112051
116 '-prefs_ui.PrefsUITest.testChangeExceptionBehaviorUI', 116 '-prefs_ui.PrefsUITest.testChangeExceptionBehaviorUI',
117 # crbug.com/88593 117 # crbug.com/88593
118 '-sync.SyncTest.testPersonalStuffSyncSection', 118 '-sync.SyncTest.testPersonalStuffSyncSection',
119 # crbug.com/95140
120 '-translate.TranslateTest.testGoBackAndForwardToTranslatePage',
121 # crbug.com/124913 119 # crbug.com/124913
122 '-infobars.OneClickInfobarTest.testNoSameIDSigninForTwoProfiles', 120 '-infobars.OneClickInfobarTest.testNoSameIDSigninForTwoProfiles',
123 # crbug.com/124280 121 # crbug.com/124280
124 '-downloads.DownloadsTest.testPauseAndResume', 122 '-downloads.DownloadsTest.testPauseAndResume',
125 123
126 # Mysteriously broken? 124 # Mysteriously broken?
127 # crbug.com/138857 125 # crbug.com/138857
128 '-multiprofile.MultiprofileTest.testMakeSearchEngineDefaultInMultiprofile' , 126 '-multiprofile.MultiprofileTest.testMakeSearchEngineDefaultInMultiprofile' ,
129 ], 127 ],
130 128
(...skipping 284 matching lines...) Expand 10 before | Expand all | Expand 10 after
415 }, 413 },
416 414
417 # The FULL suite includes CONTINUOUS, and more. 415 # The FULL suite includes CONTINUOUS, and more.
418 # This the suite that gets run on 'Google Chrome' builds. 416 # This the suite that gets run on 'Google Chrome' builds.
419 'FULL': { 417 'FULL': {
420 'all': [ 418 'all': [
421 '@CONTINUOUS', 419 '@CONTINUOUS',
422 'about_plugins_ui.ChromeAboutPluginsUITest', 420 'about_plugins_ui.ChromeAboutPluginsUITest',
423 'media.media_basic_playback', 421 'media.media_basic_playback',
424 'nacl_sdk', 422 'nacl_sdk',
425 'translate',
426 'youtube', 423 'youtube',
427 424
428 # =========================== 425 # ===========================
429 # Permanently-disabled tests. 426 # Permanently-disabled tests.
430 # =========================== 427 # ===========================
431 # The chromoting webapp isn't currently available when FULL is run. 428 # The chromoting webapp isn't currently available when FULL is run.
432 '-chromoting.it2me_basic', 429 '-chromoting.it2me_basic',
433 430
434 # ================================================== 431 # ==================================================
435 # Disabled tests that need to be investigated/fixed. 432 # Disabled tests that need to be investigated/fixed.
436 # ================================================== 433 # ==================================================
437 # The source is behind. Waiting for dev to automate the update. 434 # The source is behind. Waiting for dev to automate the update.
438 # crbug.com/109160 435 # crbug.com/109160
439 '-execute_javascript.ExecuteJavascriptTest.testExecuteJavascriptInExtensio n', 436 '-execute_javascript.ExecuteJavascriptTest.testExecuteJavascriptInExtensio n',
440 # crbug.com/132285 437 # crbug.com/132285
441 '-special_tabs.SpecialTabsTest.testSpecialURLTabs', 438 '-special_tabs.SpecialTabsTest.testSpecialURLTabs',
442 # crbug.com/129802
443 '-translate.TranslateTest.testAlwaysTranslateLanguageButton',
444 '-translate.TranslateTest.testChangeTargetLanguageAlwaysTranslate',
445 '-translate.TranslateTest.testToggleTranslateOption',
446 ], 439 ],
447 440
448 'win': [ 441 'win': [
449 'gpu', 442 'gpu',
450 443
451 # =========================== 444 # ===========================
452 # Permanently-disabled tests. 445 # Permanently-disabled tests.
453 # =========================== 446 # ===========================
454 # Disable sync.SyncIntegrationTest on the QA bots in FULL, 447 # Disable sync.SyncIntegrationTest on the QA bots in FULL,
455 # until sync protobufs are copied over. 448 # until sync protobufs are copied over.
456 '-sync.SyncIntegrationTest', 449 '-sync.SyncIntegrationTest',
457 450
458 # ================================================== 451 # ==================================================
459 # Disabled tests that need to be investigated/fixed. 452 # Disabled tests that need to be investigated/fixed.
460 # ================================================== 453 # ==================================================
461 # crbug.com/105948 454 # crbug.com/105948
462 '-autofill.AutofillTest.testDisplayLineItemForEntriesWithNoCCNum', 455 '-autofill.AutofillTest.testDisplayLineItemForEntriesWithNoCCNum',
463 '-autofill.AutofillTest.testPostalCodeAndStateLabelsBasedOnCountry', 456 '-autofill.AutofillTest.testPostalCodeAndStateLabelsBasedOnCountry',
464 # crbug.com/111289 457 # crbug.com/111289
465 '-extensions.ExtensionsTest.testAllowAccessFileURLs', 458 '-extensions.ExtensionsTest.testAllowAccessFileURLs',
466 # crbug.com/113090 459 # crbug.com/113090
467 '-extensions.ExtensionsTest.testAllowIncognitoExtension', 460 '-extensions.ExtensionsTest.testAllowIncognitoExtension',
468 # crbug.com/94682 461 # crbug.com/94682
469 '-gpu.GpuTest.test2dCanvas', 462 '-gpu.GpuTest.test2dCanvas',
470 # crbug.com/125424 463 # crbug.com/125424
471 '-media.media_basic_playback.MediaConstrainedNetworkPerfTest.testBasicPlay backMatrix', 464 '-media.media_basic_playback.MediaConstrainedNetworkPerfTest.testBasicPlay backMatrix',
472 # crbug.com/115646
473 '-translate.TranslateTest.testSeveralLanguages',
474 # crbug.com/95621 465 # crbug.com/95621
475 '-youtube.YoutubeTest.testPlayerStatus', 466 '-youtube.YoutubeTest.testPlayerStatus',
476 ], 467 ],
477 468
478 'mac': [ 469 'mac': [
479 # ================================================== 470 # ==================================================
480 # Disabled tests that need to be investigated/fixed. 471 # Disabled tests that need to be investigated/fixed.
481 # ================================================== 472 # ==================================================
482 # crbug.com/109035 473 # crbug.com/109035
483 '-youtube.YoutubeTest.testPlayerBytes', 474 '-youtube.YoutubeTest.testPlayerBytes',
(...skipping 36 matching lines...) Expand 10 before | Expand all | Expand 10 after
520 '-youtube.YoutubeTest.testPlayerBytes', 511 '-youtube.YoutubeTest.testPlayerBytes',
521 '-youtube.YoutubeTest.testPlayerResolution', 512 '-youtube.YoutubeTest.testPlayerResolution',
522 ], 513 ],
523 514
524 'chromeos': [ 515 'chromeos': [
525 # =========================== 516 # ===========================
526 # Permanently-disabled tests. 517 # Permanently-disabled tests.
527 # =========================== 518 # ===========================
528 # No NaCl support on ChromeOS. 519 # No NaCl support on ChromeOS.
529 '-nacl_sdk', 520 '-nacl_sdk',
530
531 # ==================================================
532 # Disabled tests that need to be investigated/fixed.
533 # ==================================================
534 # Session restore not working with PyAuto. crosbug.com/12648
535 '-translate.TranslateTest.testSessionRestore',
536 # Deal with i18n chars. crosbug.com/12639
537 '-translate.TranslateTest.testDownloadsNotTranslated',
538 ], 521 ],
539 }, 522 },
540 523
541 # Performance tests. 524 # Performance tests.
542 'PERFORMANCE': { 525 'PERFORMANCE': {
543 'all': [ 526 'all': [
544 'perf', 527 'perf',
545 528
546 # ================================================== 529 # ==================================================
547 # Disabled tests that need to be investigated/fixed. 530 # Disabled tests that need to be investigated/fixed.
(...skipping 231 matching lines...) Expand 10 before | Expand all | Expand 10 after
779 '-infobars', 762 '-infobars',
780 '-multiprofile', 763 '-multiprofile',
781 '-policy', 764 '-policy',
782 '-prefs', 765 '-prefs',
783 '-prefs_ui', 766 '-prefs_ui',
784 '-apptest', 767 '-apptest',
785 '-plugins', 768 '-plugins',
786 '-omnibox', 769 '-omnibox',
787 '-special_tabs', 770 '-special_tabs',
788 '-youtube.YoutubeTest.testPlayerStatus', 771 '-youtube.YoutubeTest.testPlayerStatus',
789 '-translate.TranslateTest.testSeveralLanguages',
790 '-translate.TranslateTest.testBarNotVisibleOnSSLErrorPage',
791 '-ntp.NTPTest.testLaunchAppFullScreen', 772 '-ntp.NTPTest.testLaunchAppFullScreen',
792 '-media.media_basic_playback.MediaConstrainedNetworkPerfTest.testBasicPlay backMatrix', 773 '-media.media_basic_playback.MediaConstrainedNetworkPerfTest.testBasicPlay backMatrix',
793 '-policy_prefs_ui.PolicyPrefsUITest.testNoUserPoliciesNoBanner', 774 '-policy_prefs_ui.PolicyPrefsUITest.testNoUserPoliciesNoBanner',
794 '-policy_prefs_ui.PolicyPrefsUITest.testToggleUserPolicyTogglesBanner', 775 '-policy_prefs_ui.PolicyPrefsUITest.testToggleUserPolicyTogglesBanner',
795 '-policy_prefs_ui.PolicyPrefsUITest.testUserPoliciesShowBanner', 776 '-policy_prefs_ui.PolicyPrefsUITest.testUserPoliciesShowBanner',
796 '-popups.PopupsTest.testMultiplePopups', 777 '-popups.PopupsTest.testMultiplePopups',
797 '-popups.PopupsTest.testPopupBlockedEverySec', 778 '-popups.PopupsTest.testPopupBlockedEverySec',
798 '-search_engines.SearchEnginesTest.testDiscoverSearchEngine', 779 '-search_engines.SearchEnginesTest.testDiscoverSearchEngine',
799 '-ntp.NTPTest.testUninstallApp', 780 '-ntp.NTPTest.testUninstallApp',
800 '-ntp.NTPTest.testLaunchAppWithDefaultSettings', 781 '-ntp.NTPTest.testLaunchAppWithDefaultSettings',
801 '-ntp.NTPTest.testLaunchAppRegularTab', 782 '-ntp.NTPTest.testLaunchAppRegularTab',
802 '-ntp.NTPTest.testLaunchAppPinnedTab', 783 '-ntp.NTPTest.testLaunchAppPinnedTab',
803 '-ntp.NTPTest.testGetAppsWhenInstallApp', 784 '-ntp.NTPTest.testGetAppsWhenInstallApp',
804 '-ntp.NTPTest.testLaunchAppNewWindow', 785 '-ntp.NTPTest.testLaunchAppNewWindow',
805 ], 786 ],
806 }, 787 },
807 } 788 }
OLDNEW
« no previous file with comments | « chrome/browser/translate/translate_manager_browsertest.cc ('k') | chrome/test/functional/translate.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698