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

Unified Diff: functional/PYAUTO_TESTS

Issue 7134056: Disabled a bunch of ntp, translate, prefs, cookies and themes tests. Logged bugs and assigned own... (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/chrome/test/
Patch Set: '' Created 9 years, 6 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 | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: functional/PYAUTO_TESTS
===================================================================
--- functional/PYAUTO_TESTS (revision 88570)
+++ functional/PYAUTO_TESTS (working copy)
@@ -85,6 +85,8 @@
'-popups.PopupsTest.testUnblockedPopupShowsInHistory',
'-popups.PopupsTest.testUnblockedPopupAddedToOmnibox',
'prefs',
+ # crbug.com/85600
+ '-prefs.PrefsTest.testNavigationStateOnSessionRestore',
'search_engines',
'shortcuts',
'special_tabs',
@@ -97,6 +99,8 @@
],
'win': [
+ # crbug.com/85597
+ '-cookies.CookiesTest.testCookiesFile',
# Some download test fails on win official builder, only thru buildbot
# when downloading the small zip file.
# crbug.com/50481, crbug.com/54942
@@ -104,6 +108,14 @@
'-downloads.DownloadsTest.testRemoveDownload',
# crbug.com/66072
'-notifications.NotificationsTest.testNotificationOrderAfterClosingOne',
+ # crbug.com/85598
+ '-ntp.NTPTest.testGetAppsWhenInstallApp',
+ '-ntp.NTPTest.testLaunchAppFullScreen',
+ '-ntp.NTPTest.testLaunchAppNewWindow',
+ '-ntp.NTPTest.testLaunchAppPinnedTab',
+ '-ntp.NTPTest.testLaunchAppRegularTab',
+ '-ntp.NTPTest.testLaunchAppWithDefaultSettings',
+ '-ntp.NTPTest.testUninstallApp',
# crbug.com/70694, crbug.com/73078
'-passwords.PasswordTest.testInfoBarDisappearByReload',
'-passwords.PasswordTest.testNeverSavePasswords',
@@ -113,6 +125,9 @@
# crbug.com/83820
'-passwords.PasswordTest.testInfoBarDisappearByNavigatingPage',
'-passwords.PasswordTest.testDisplayAndSavePasswordInfobar',
+ # crbug.com/85596
+ '-themes.ThemesTest.testSetTheme',
+ '-themes.ThemesTest.testThemeInFullScreen',
],
'mac': [
@@ -249,6 +264,8 @@
'-translate.TranslateTest.testToggleTranslateOption',
# crbug.com/70280
'-translate.TranslateTest.testSeveralLanguages',
+ # crbug.com/85601
+ '-translate.TranslateTest.testAlwaysTranslateInIncognito',
],
'win': [
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698