| 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 682 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 693 'chromeos_onc', | 693 'chromeos_onc', |
| 694 'policy', | 694 'policy', |
| 695 'policy_prefs_ui', | 695 'policy_prefs_ui', |
| 696 # crbug.com/115427 | 696 # crbug.com/115427 |
| 697 '-policy.PolicyTest.testAlwaysAuthorizePlugins', | 697 '-policy.PolicyTest.testAlwaysAuthorizePlugins', |
| 698 # crbug.com/118054 | 698 # crbug.com/118054 |
| 699 '-policy.PolicyTest.testApplicationLocaleValue', | 699 '-policy.PolicyTest.testApplicationLocaleValue', |
| 700 # crbug.com/118123 | 700 # crbug.com/118123 |
| 701 '-policy.PolicyTest.testExtensionInstallFromForceList', | 701 '-policy.PolicyTest.testExtensionInstallFromForceList', |
| 702 '-policy.PolicyTest.testSetDownloadDirectory', | 702 '-policy.PolicyTest.testSetDownloadDirectory', |
| 703 # This tests the value "0" for the RestoreOnStartup policy, which is not |
| 704 # supported on ChromeOS. |
| 705 '-policy.PolicyTest.testStartupOptionsHomepage', |
| 703 ], | 706 ], |
| 704 }, | 707 }, |
| 705 | 708 |
| 706 # ChromeOS volume tests. | 709 # ChromeOS volume tests. |
| 707 'CHROMEOS_VOLUME': { | 710 'CHROMEOS_VOLUME': { |
| 708 'chromeos': [ | 711 'chromeos': [ |
| 709 'chromeos_volume', | 712 'chromeos_volume', |
| 710 ], | 713 ], |
| 711 }, | 714 }, |
| 712 | 715 |
| (...skipping 34 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 747 | 750 |
| 748 # HTML5 media performance tests. | 751 # HTML5 media performance tests. |
| 749 'AV_PERF': { | 752 'AV_PERF': { |
| 750 'linux': [ | 753 'linux': [ |
| 751 'media.media_constrained_network_perf', | 754 'media.media_constrained_network_perf', |
| 752 'media.media_stat_perf', | 755 'media.media_stat_perf', |
| 753 'media.media_seek_perf', | 756 'media.media_seek_perf', |
| 754 ], | 757 ], |
| 755 }, | 758 }, |
| 756 } | 759 } |
| OLD | NEW |