| 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 54 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 65 'plugins_check', | 65 'plugins_check', |
| 66 'policy', | 66 'policy', |
| 67 'policy_prefs_ui', | 67 'policy_prefs_ui', |
| 68 'popups', | 68 'popups', |
| 69 'prefs', | 69 'prefs', |
| 70 'process_count', | 70 'process_count', |
| 71 'pyauto_webdriver', | 71 'pyauto_webdriver', |
| 72 'search_engines', | 72 'search_engines', |
| 73 'shortcuts', | 73 'shortcuts', |
| 74 'special_tabs', | 74 'special_tabs', |
| 75 'sync', | 75 'sync.SyncTest', |
| 76 'test_basic', | 76 'test_basic', |
| 77 'test_pyauto', | 77 'test_pyauto', |
| 78 'themes', | 78 'themes', |
| 79 'youtube', | 79 'youtube', |
| 80 | 80 |
| 81 # ================================================== | 81 # ================================================== |
| 82 # Disabled tests that need to be investigated/fixed. | 82 # Disabled tests that need to be investigated/fixed. |
| 83 # ================================================== | 83 # ================================================== |
| 84 # crbug.com/83686 | 84 # crbug.com/83686 |
| 85 '-autofill.AutofillTest.testFillProfileCrazyCharacters', | 85 '-autofill.AutofillTest.testFillProfileCrazyCharacters', |
| (...skipping 537 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 623 | 623 |
| 624 # HTML5 media functional tests. | 624 # HTML5 media functional tests. |
| 625 'AV_FUNC': { | 625 'AV_FUNC': { |
| 626 'linux': [ | 626 'linux': [ |
| 627 'media.media_event_simple_action', | 627 'media.media_event_simple_action', |
| 628 'media.media_event_simple_test', | 628 'media.media_event_simple_test', |
| 629 'media.media_event_track', | 629 'media.media_event_track', |
| 630 ], | 630 ], |
| 631 }, | 631 }, |
| 632 } | 632 } |
| OLD | NEW |