| 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 135 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 146 '-passwords.PasswordTest.testNeverSavePasswords', | 146 '-passwords.PasswordTest.testNeverSavePasswords', |
| 147 ], | 147 ], |
| 148 | 148 |
| 149 # ChromeOS is linux, but note that this section does not include the | 149 # ChromeOS is linux, but note that this section does not include the |
| 150 # entries in the linux section above. | 150 # entries in the linux section above. |
| 151 # These tests use the named automation interface to control the | 151 # These tests use the named automation interface to control the |
| 152 # primary chrome on ChromeOS. | 152 # primary chrome on ChromeOS. |
| 153 'chromeos': [ | 153 'chromeos': [ |
| 154 'chromeos_basic', | 154 'chromeos_basic', |
| 155 'chromeos_network', | 155 'chromeos_network', |
| 156 'chromeos_power', |
| 156 '-chromeos_basic.ChromeosBasic.testScreenLocker', | 157 '-chromeos_basic.ChromeosBasic.testScreenLocker', |
| 157 | 158 |
| 158 # crbug.com/42823 | 159 # crbug.com/42823 |
| 159 '-bookmark_bar.BookmarkBarTest.testBookmarkBarVisible', | 160 '-bookmark_bar.BookmarkBarTest.testBookmarkBarVisible', |
| 160 # you cannot resize browser window on chromeos | 161 # you cannot resize browser window on chromeos |
| 161 '-browser.BrowserTest.testWindowResize', | 162 '-browser.BrowserTest.testWindowResize', |
| 162 # no codesign verification on chromeos | 163 # no codesign verification on chromeos |
| 163 '-codesign', | 164 '-codesign', |
| 164 # crosbug.com/9499 | 165 # crosbug.com/9499 |
| 165 '-crash_reporter.CrashReporterTest.testRendererCrash', | 166 '-crash_reporter.CrashReporterTest.testRendererCrash', |
| (...skipping 104 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 270 ], | 271 ], |
| 271 | 272 |
| 272 'chromeos': [ | 273 'chromeos': [ |
| 273 # Exclusions that have not been narrowed to other categories yet. | 274 # Exclusions that have not been narrowed to other categories yet. |
| 274 # crosbug.com/12653 | 275 # crosbug.com/12653 |
| 275 '-translate', | 276 '-translate', |
| 276 ], | 277 ], |
| 277 }, | 278 }, |
| 278 | 279 |
| 279 } | 280 } |
| OLD | NEW |