| OLD | NEW |
| 1 # Copyright (c) 2012 The Chromium Authors. All rights reserved. | 1 # Copyright (c) 2012 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 216 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 227 # crbug.com/98526 | 227 # crbug.com/98526 |
| 228 '-pyauto_webdriver.PyAutoWebDriverTest.testCanConnectToRestartedBrowser', | 228 '-pyauto_webdriver.PyAutoWebDriverTest.testCanConnectToRestartedBrowser', |
| 229 '-pyauto_webdriver.PyAutoWebDriverTest.testTypeIntoTextBox', | 229 '-pyauto_webdriver.PyAutoWebDriverTest.testTypeIntoTextBox', |
| 230 # crbug.com/109035 | 230 # crbug.com/109035 |
| 231 '-youtube.YoutubeTest.testPlayerBytes', | 231 '-youtube.YoutubeTest.testPlayerBytes', |
| 232 # crbug.com/109035 | 232 # crbug.com/109035 |
| 233 '-youtube.YoutubeTest.testPlayerResolution', | 233 '-youtube.YoutubeTest.testPlayerResolution', |
| 234 ], | 234 ], |
| 235 | 235 |
| 236 'linux': [ # linux != chromeos | 236 'linux': [ # linux != chromeos |
| 237 'test_clean_exit', |
| 237 # =========================== | 238 # =========================== |
| 238 # Permanently-disabled tests. | 239 # Permanently-disabled tests. |
| 239 # =========================== | 240 # =========================== |
| 240 '-browser.BrowserTest.testWindowResize', # Details at: crbug.com/44963 | 241 '-browser.BrowserTest.testWindowResize', # Details at: crbug.com/44963 |
| 241 # crbug.com/119110 | 242 # crbug.com/119110 |
| 242 '-https.SSLTest.testSSLCertAuthorityOK', | 243 '-https.SSLTest.testSSLCertAuthorityOK', |
| 243 # crbug.com/104206 | 244 # crbug.com/104206 |
| 244 '-notifications.NotificationsTest.testKillNotificationProcess', | 245 '-notifications.NotificationsTest.testKillNotificationProcess', |
| 245 # Several omnibox tests do not show omnibox results when run | 246 # Several omnibox tests do not show omnibox results when run |
| 246 # under virtual X on linux. The CONTINUOUS suite runs under virtual X | 247 # under virtual X on linux. The CONTINUOUS suite runs under virtual X |
| (...skipping 440 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 687 | 688 |
| 688 # HTML5 media performance tests. | 689 # HTML5 media performance tests. |
| 689 'AV_PERF': { | 690 'AV_PERF': { |
| 690 'linux': [ | 691 'linux': [ |
| 691 'media.media_constrained_network_perf', | 692 'media.media_constrained_network_perf', |
| 692 'media.media_jerky', | 693 'media.media_jerky', |
| 693 'media.media_stat_perf', | 694 'media.media_stat_perf', |
| 694 ], | 695 ], |
| 695 }, | 696 }, |
| 696 } | 697 } |
| OLD | NEW |