Chromium Code Reviews| 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', |
| @@ -93,10 +95,12 @@ |
| 'sync', |
| '-sync', # causes browser crash. crbug.com/84494 |
| 'test_basic', |
| - 'themes', |
| + 'themes', |
|
kkania
2011/06/09 21:27:03
remove whitespace
|
| ], |
| 'win': [ |
| + # crbug.com/85597 |
|
Nirnimesh
2011/06/09 21:27:40
All these tests are fine on chromium bots. Looks l
|
| + '-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 |
|
kkania
2011/06/09 21:27:33
and you forgot ', here
|
| ], |
| 'win': [ |