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

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

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