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 150 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
161 # crbug.com/88679 | 161 # crbug.com/88679 |
162 '-sync', | 162 '-sync', |
163 # crbug.com/86949 | 163 # crbug.com/86949 |
164 '-sync.SyncTest.testRestartBrowser', | 164 '-sync.SyncTest.testRestartBrowser', |
165 # crbug.com/87642 | 165 # crbug.com/87642 |
166 '-sync.SyncTest.testDisableAndEnableDatatypes', | 166 '-sync.SyncTest.testDisableAndEnableDatatypes', |
167 # crbug.com/88190 | 167 # crbug.com/88190 |
168 '-passwords.PasswordTest.testClearFetchedCredForNewUserName', | 168 '-passwords.PasswordTest.testClearFetchedCredForNewUserName', |
169 # Crashes browser. crbug.com/89000 | 169 # Crashes browser. crbug.com/89000 |
170 '-prefs.PrefsTest.testGeolocationPref', | 170 '-prefs.PrefsTest.testGeolocationPref', |
| 171 # crbug.com/93822 |
| 172 '-process_count.ProcessCountTest.testprocessCountAppendSingleTab', |
| 173 '-process_count.ProcessCountTest.testprocessCountCombination', |
| 174 '-process_count.ProcessCountTest.testprocessCountExtensionProcess', |
| 175 '-process_count.ProcessCountTest.testprocessCountFlashProcess', |
| 176 '-process_count.ProcessCountTest.testprocessCountFreshProfile', |
| 177 '-process_count.ProcessCountTest.testprocessCountNewWindow', |
171 ], | 178 ], |
172 | 179 |
173 'mac': [ | 180 'mac': [ |
174 # ================================================== | 181 # ================================================== |
175 # Disabled tests that need to be investigated/fixed. | 182 # Disabled tests that need to be investigated/fixed. |
176 # ================================================== | 183 # ================================================== |
177 # Keychain popups make autofill/password tests difficult: crbug.com/49378 | 184 # Keychain popups make autofill/password tests difficult: crbug.com/49378 |
178 '-autofill', | 185 '-autofill', |
179 # codesign tests should run *after* signing. crbug.com/50481 | 186 # codesign tests should run *after* signing. crbug.com/50481 |
180 '-codesign', | 187 '-codesign', |
(...skipping 317 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
498 | 505 |
499 # HTML5 media functional tests. | 506 # HTML5 media functional tests. |
500 'AV_FUNC': { | 507 'AV_FUNC': { |
501 'linux': [ | 508 'linux': [ |
502 'media.media_event_simple_action', | 509 'media.media_event_simple_action', |
503 'media.media_event_simple_test', | 510 'media.media_event_simple_test', |
504 'media.media_event_track', | 511 'media.media_event_track', |
505 ], | 512 ], |
506 }, | 513 }, |
507 } | 514 } |
OLD | NEW |