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 708 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
719 'chromeos': [ | 719 'chromeos': [ |
720 'perf.ScrollTest.testBlankPageScroll', | 720 'perf.ScrollTest.testBlankPageScroll', |
721 'perf.ScrollTest.testGooglePlusScroll', | 721 'perf.ScrollTest.testGooglePlusScroll', |
722 'perf.ScrollTest.testTextScroll', | 722 'perf.ScrollTest.testTextScroll', |
723 ], | 723 ], |
724 }, | 724 }, |
725 | 725 |
726 # HTML5 media performance tests. | 726 # HTML5 media performance tests. |
727 'AV_PERF': { | 727 'AV_PERF': { |
728 'linux': [ | 728 'linux': [ |
| 729 'media.audio_latency_perf', |
729 'media.media_constrained_network_perf', | 730 'media.media_constrained_network_perf', |
730 'media.media_stat_perf', | 731 'media.media_stat_perf', |
731 'media.media_seek_perf', | 732 'media.media_seek_perf', |
732 ], | 733 ], |
733 }, | 734 }, |
734 | 735 |
735 # WebRTC MediaStream tests. Requires webcam and audio device to be present on | 736 # WebRTC MediaStream tests. Requires webcam and audio device to be present on |
736 # the test machine. | 737 # the test machine. |
737 'WEBRTC': { | 738 'WEBRTC': { |
738 'all': [ | 739 'all': [ |
739 'media_stream_infobar', | 740 'media_stream_infobar', |
740 'webrtc_call', | 741 'webrtc_call', |
741 ], | 742 ], |
742 }, | 743 }, |
743 } | 744 } |
OLD | NEW |