| 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 151 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 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 | 171 # crbug.com/93822 |
| 172 '-process_count.ProcessCountTest.testprocessCountAppendSingleTab', | 172 '-process_count.ProcessCountTest.testProcessCountAppendSingleTab', |
| 173 '-process_count.ProcessCountTest.testprocessCountCombination', | 173 '-process_count.ProcessCountTest.testProcessCountCombination', |
| 174 '-process_count.ProcessCountTest.testprocessCountExtensionProcess', | 174 '-process_count.ProcessCountTest.testProcessCountExtensionProcess', |
| 175 '-process_count.ProcessCountTest.testprocessCountFlashProcess', | 175 '-process_count.ProcessCountTest.testProcessCountFlashProcess', |
| 176 '-process_count.ProcessCountTest.testprocessCountFreshProfile', | 176 '-process_count.ProcessCountTest.testProcessCountFreshProfile', |
| 177 '-process_count.ProcessCountTest.testprocessCountNewWindow', | 177 '-process_count.ProcessCountTest.testProcessCountNewWindow', |
| 178 ], | 178 ], |
| 179 | 179 |
| 180 'mac': [ | 180 'mac': [ |
| 181 # ================================================== | 181 # ================================================== |
| 182 # Disabled tests that need to be investigated/fixed. | 182 # Disabled tests that need to be investigated/fixed. |
| 183 # ================================================== | 183 # ================================================== |
| 184 # Keychain popups make autofill/password tests difficult: crbug.com/49378 | 184 # Keychain popups make autofill/password tests difficult: crbug.com/49378 |
| 185 '-autofill', | 185 '-autofill', |
| 186 # codesign tests should run *after* signing. crbug.com/50481 | 186 # codesign tests should run *after* signing. crbug.com/50481 |
| 187 '-codesign', | 187 '-codesign', |
| (...skipping 319 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 507 | 507 |
| 508 # HTML5 media functional tests. | 508 # HTML5 media functional tests. |
| 509 'AV_FUNC': { | 509 'AV_FUNC': { |
| 510 'linux': [ | 510 'linux': [ |
| 511 'media.media_event_simple_action', | 511 'media.media_event_simple_action', |
| 512 'media.media_event_simple_test', | 512 'media.media_event_simple_test', |
| 513 'media.media_event_track', | 513 'media.media_event_track', |
| 514 ], | 514 ], |
| 515 }, | 515 }, |
| 516 } | 516 } |
| OLD | NEW |