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

Unified 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, 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « chrome/browser/translate/translate_manager_browsertest.cc ('k') | chrome/test/functional/translate.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/test/functional/PYAUTO_TESTS
===================================================================
--- chrome/test/functional/PYAUTO_TESTS (revision 154462)
+++ chrome/test/functional/PYAUTO_TESTS (working copy)
@@ -113,6 +113,8 @@
'-prefs_ui.PrefsUITest.testChangeExceptionBehaviorUI',
# crbug.com/88593
'-sync.SyncTest.testPersonalStuffSyncSection',
+ # crbug.com/95140
+ '-translate.TranslateTest.testGoBackAndForwardToTranslatePage',
# crbug.com/124913
'-infobars.OneClickInfobarTest.testNoSameIDSigninForTwoProfiles',
# crbug.com/124280
@@ -417,6 +419,7 @@
'about_plugins_ui.ChromeAboutPluginsUITest',
'media.media_basic_playback',
'nacl_sdk',
+ 'translate',
'youtube',
# ===========================
@@ -433,6 +436,10 @@
'-execute_javascript.ExecuteJavascriptTest.testExecuteJavascriptInExtension',
# crbug.com/132285
'-special_tabs.SpecialTabsTest.testSpecialURLTabs',
+ # crbug.com/129802
+ '-translate.TranslateTest.testAlwaysTranslateLanguageButton',
+ '-translate.TranslateTest.testChangeTargetLanguageAlwaysTranslate',
+ '-translate.TranslateTest.testToggleTranslateOption',
],
'win': [
@@ -459,6 +466,8 @@
'-gpu.GpuTest.test2dCanvas',
# crbug.com/125424
'-media.media_basic_playback.MediaConstrainedNetworkPerfTest.testBasicPlaybackMatrix',
+ # crbug.com/115646
+ '-translate.TranslateTest.testSeveralLanguages',
# crbug.com/95621
'-youtube.YoutubeTest.testPlayerStatus',
],
@@ -515,6 +524,14 @@
# ===========================
# No NaCl support on ChromeOS.
'-nacl_sdk',
+
+ # ==================================================
+ # Disabled tests that need to be investigated/fixed.
+ # ==================================================
+ # Session restore not working with PyAuto. crosbug.com/12648
+ '-translate.TranslateTest.testSessionRestore',
+ # Deal with i18n chars. crosbug.com/12639
+ '-translate.TranslateTest.testDownloadsNotTranslated',
],
},
@@ -766,6 +783,8 @@
'-omnibox',
'-special_tabs',
'-youtube.YoutubeTest.testPlayerStatus',
+ '-translate.TranslateTest.testSeveralLanguages',
+ '-translate.TranslateTest.testBarNotVisibleOnSSLErrorPage',
'-ntp.NTPTest.testLaunchAppFullScreen',
'-media.media_basic_playback.MediaConstrainedNetworkPerfTest.testBasicPlaybackMatrix',
'-policy_prefs_ui.PolicyPrefsUITest.testNoUserPoliciesNoBanner',
« 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