OLD | NEW |
1 # Copyright (c) 2010 The Chromium Authors. All rights reserved. | 1 # Copyright (c) 2010 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 65 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
76 # testBookmarkBarVisible fails on windows. crbug.com/42823 | 76 # testBookmarkBarVisible fails on windows. crbug.com/42823 |
77 '-bookmark_bar.BookmarkBarTest.testBookmarkBarVisible', | 77 '-bookmark_bar.BookmarkBarTest.testBookmarkBarVisible', |
78 # crbug.com/64664 | 78 # crbug.com/64664 |
79 '-databases.DatabasesTest.testReloadActiveTab', | 79 '-databases.DatabasesTest.testReloadActiveTab', |
80 '-databases.DatabasesTest.testModificationsPersistAfterRendererCrash', | 80 '-databases.DatabasesTest.testModificationsPersistAfterRendererCrash', |
81 # Some download test fails on win official builder, only thru buildbot | 81 # Some download test fails on win official builder, only thru buildbot |
82 # when downloading the small zip file. | 82 # when downloading the small zip file. |
83 # crbug.com/50481, crbug.com/54942 | 83 # crbug.com/50481, crbug.com/54942 |
84 '-downloads.DownloadsTest.testZip', | 84 '-downloads.DownloadsTest.testZip', |
85 '-downloads.DownloadsTest.testRemoveDownload', | 85 '-downloads.DownloadsTest.testRemoveDownload', |
86 # crbug.com/67932 | |
87 '-omnibox.OmniboxTest.testContentHisotry', | |
88 '-omnibox.OmniboxTest.testRecentPageHistory', | |
89 '-prefs.PrefsTest.testDownloadDirPref', | 86 '-prefs.PrefsTest.testDownloadDirPref', |
90 # crbug.com/64269 | 87 # crbug.com/64269 |
91 '-passwords.PasswordTest.testDisplayAndSavePasswordInfobar', | 88 '-passwords.PasswordTest.testDisplayAndSavePasswordInfobar', |
92 # crbug.com/67588 | 89 # crbug.com/67588 |
93 '-passwords.PasswordTest.testSavedPasswordInTabsAndWindows', | 90 '-passwords.PasswordTest.testSavedPasswordInTabsAndWindows', |
94 ], | 91 ], |
95 | 92 |
96 'mac': [ | 93 'mac': [ |
97 # Keychain popups make password & autofill tests difficult. | 94 # Keychain popups make password & autofill tests difficult. |
98 # crbug.com/49378 | 95 # crbug.com/49378 |
99 '-passwords', | 96 '-passwords', |
100 '-autofill', | 97 '-autofill', |
101 # codesign tests should run *after* signing. crbug.com/50481 | 98 # codesign tests should run *after* signing. crbug.com/50481 |
102 '-codesign', | 99 '-codesign', |
103 '-content.ContentTest.testThreeWindows', # crbug.com/47457 | 100 '-content.ContentTest.testThreeWindows', # crbug.com/47457 |
104 ], | 101 ], |
105 | 102 |
106 'linux': [ # linux != chromeos | 103 'linux': [ # linux != chromeos |
107 '-browser.BrowserTest.testWindowResize', # crbug.com/44963 | 104 '-browser.BrowserTest.testWindowResize', # crbug.com/44963 |
108 '-browser.BrowserTest.testFlashLoadsAfterKill', # crbug.com/63039 | 105 '-browser.BrowserTest.testFlashLoadsAfterKill', # crbug.com/63039 |
109 '-content.ContentTest.testThreeWindows', # crbug.com/47457 | 106 '-content.ContentTest.testThreeWindows', # crbug.com/47457 |
110 # crbug.com/64664 | 107 # crbug.com/64664 |
111 '-databases.DatabasesTest.testReloadActiveTab', | 108 '-databases.DatabasesTest.testReloadActiveTab', |
112 '-databases.DatabasesTest.testModificationsPersistAfterRendererCrash', | 109 '-databases.DatabasesTest.testModificationsPersistAfterRendererCrash', |
113 # crbug.com/67932 | |
114 '-omnibox.OmniboxTest.testContentHisotry', | |
115 '-omnibox.OmniboxTest.testRecentPageHistory', | |
116 # crbug.com/64269 | 110 # crbug.com/64269 |
117 '-passwords.PasswordTest.testDisplayAndSavePasswordInfobar', | 111 '-passwords.PasswordTest.testDisplayAndSavePasswordInfobar', |
118 ], | 112 ], |
119 | 113 |
120 # ChromeOS is linux, but note that this section does not include the | 114 # ChromeOS is linux, but note that this section does not include the |
121 # entries in the linux section above. | 115 # entries in the linux section above. |
122 'chromeos': [ | 116 'chromeos': [ |
123 # you cannot resize browser window on chromeos | 117 # you cannot resize browser window on chromeos |
124 '-browser.BrowserTest.testWindowResize', | 118 '-browser.BrowserTest.testWindowResize', |
125 # Importer tests are invalid on chromeos since chrome is the only browser | 119 # Importer tests are invalid on chromeos since chrome is the only browser |
(...skipping 45 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
171 'linux': [ | 165 'linux': [ |
172 ], | 166 ], |
173 | 167 |
174 'chromeos': [ | 168 'chromeos': [ |
175 # crosbug.com/6856 | 169 # crosbug.com/6856 |
176 '-translate.TranslateTest.testSessionRestore', | 170 '-translate.TranslateTest.testSessionRestore', |
177 '-translate.TranslateTest.testDownloadsNotTranslated', | 171 '-translate.TranslateTest.testDownloadsNotTranslated', |
178 ], | 172 ], |
179 } | 173 } |
180 } | 174 } |
OLD | NEW |