OLD | NEW |
1 # Copyright (c) 2011 The Chromium Authors. All rights reserved. | 1 # Copyright (c) 2011 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 116 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
127 ], | 127 ], |
128 | 128 |
129 'win': [ | 129 'win': [ |
130 # ================================================== | 130 # ================================================== |
131 # Disabled tests that need to be investigated/fixed. | 131 # Disabled tests that need to be investigated/fixed. |
132 # ================================================== | 132 # ================================================== |
133 # crbug.com/89081 | 133 # crbug.com/89081 |
134 '-autofill.AutofillTest.testCharsStrippedForAggregatedPhoneNumbers', | 134 '-autofill.AutofillTest.testCharsStrippedForAggregatedPhoneNumbers', |
135 # Some download test fails on win official builder, only thru buildbot | 135 # Some download test fails on win official builder, only thru buildbot |
136 # when downloading the small zip file. | 136 # when downloading the small zip file. |
137 # crbug.com/50481, crbug.com/54942 | |
138 '-downloads.DownloadsTest.testZip', | |
139 '-downloads.DownloadsTest.testRemoveDownload', | |
140 # crbug.com/91225 | 137 # crbug.com/91225 |
141 '-find_in_page.FindMatchTests.testSearchInPDF', | 138 '-find_in_page.FindMatchTests.testSearchInPDF', |
142 # Disabled on vista in the actual test. crbug.com/89767 | 139 # Disabled on vista in the actual test. crbug.com/89767 |
143 # -imports.ImportsTest.testImportFirefoxDataTwice | 140 # -imports.ImportsTest.testImportFirefoxDataTwice |
144 # Disabled on vista in the actual test. crbug.com/89767 | 141 # Disabled on vista in the actual test. crbug.com/89767 |
145 # -imports.ImportsTest.testFirefoxImportFromPrefs | 142 # -imports.ImportsTest.testFirefoxImportFromPrefs |
146 # Disabled on vista in the actual test. crbug.com/89767 | 143 # Disabled on vista in the actual test. crbug.com/89767 |
147 # -imports.ImportsTest.testImportFirefoxPasswordsFromPrefs | 144 # -imports.ImportsTest.testImportFirefoxPasswordsFromPrefs |
148 # crbug.com/66072 | 145 # crbug.com/66072 |
149 '-notifications.NotificationsTest.testNotificationOrderAfterClosingOne', | 146 '-notifications.NotificationsTest.testNotificationOrderAfterClosingOne', |
150 # crbug.com/85598 | 147 # crbug.com/85598 |
151 '-ntp.NTPTest.testGetAppsWhenInstallApp', | 148 '-ntp.NTPTest.testGetAppsWhenInstallApp', |
152 '-ntp.NTPTest.testLaunchAppFullScreen', | 149 '-ntp.NTPTest.testLaunchAppFullScreen', |
153 '-ntp.NTPTest.testLaunchAppNewWindow', | 150 '-ntp.NTPTest.testLaunchAppNewWindow', |
154 '-ntp.NTPTest.testLaunchAppPinnedTab', | 151 '-ntp.NTPTest.testLaunchAppPinnedTab', |
155 '-ntp.NTPTest.testLaunchAppRegularTab', | 152 '-ntp.NTPTest.testLaunchAppRegularTab', |
156 '-ntp.NTPTest.testLaunchAppWithDefaultSettings', | 153 '-ntp.NTPTest.testLaunchAppWithDefaultSettings', |
157 '-ntp.NTPTest.testUninstallApp', | 154 '-ntp.NTPTest.testUninstallApp', |
158 # crbug.com/91222 | 155 # crbug.com/91222 |
159 '-passwords.PasswordTest.testDisplayAndSavePasswordInfobar', | 156 '-passwords.PasswordTest.testDisplayAndSavePasswordInfobar', |
160 # crbug.com/70694, crbug.com/73078 | 157 # crbug.com/70694, crbug.com/73078 |
161 '-passwords.PasswordTest.testInfoBarDisappearByReload', | 158 '-passwords.PasswordTest.testInfoBarDisappearByReload', |
162 '-passwords.PasswordTest.testNeverSavePasswords', | 159 '-passwords.PasswordTest.testNeverSavePasswords', |
163 # crbug.com/91887 | 160 # crbug.com/91887 |
164 '-passwords.PasswordTest.testInfoBarDisappearByNavigatingPage', | 161 '-passwords.PasswordTest.testInfoBarDisappearByNavigatingPage', |
165 # crbug.com/67588 | 162 # crbug.com/67588 |
166 '-passwords.PasswordTest.testSavedPasswordInTabsAndWindows', | 163 '-passwords.PasswordTest.testSavedPasswordInTabsAndWindows', |
167 '-prefs.PrefsTest.testDownloadDirPref', | |
168 # crbug.com/88679 | 164 # crbug.com/88679 |
169 '-sync', | 165 '-sync', |
170 # crbug.com/86949 | 166 # crbug.com/86949 |
171 '-sync.SyncTest.testRestartBrowser', | 167 '-sync.SyncTest.testRestartBrowser', |
172 # crbug.com/87642 | 168 # crbug.com/87642 |
173 '-sync.SyncTest.testDisableAndEnableDatatypes', | 169 '-sync.SyncTest.testDisableAndEnableDatatypes', |
174 # crbug.com/88190 | 170 # crbug.com/88190 |
175 '-passwords.PasswordTest.testClearFetchedCredForNewUserName', | 171 '-passwords.PasswordTest.testClearFetchedCredForNewUserName', |
176 # crbug.com/89784 | 172 # crbug.com/89784 |
177 '-autofill.AutofillTest.testProfileSavedWithValidCountryPhone', | 173 '-autofill.AutofillTest.testProfileSavedWithValidCountryPhone', |
(...skipping 302 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
480 | 476 |
481 # HTML5 media functional tests. | 477 # HTML5 media functional tests. |
482 'AV_FUNC': { | 478 'AV_FUNC': { |
483 'linux': [ | 479 'linux': [ |
484 'media.media_event_simple_action', | 480 'media.media_event_simple_action', |
485 'media.media_event_simple_test', | 481 'media.media_event_simple_test', |
486 'media.media_event_track', | 482 'media.media_event_track', |
487 ], | 483 ], |
488 }, | 484 }, |
489 } | 485 } |
OLD | NEW |