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

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

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