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