Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(99)

Side by Side Diff: chrome/test/functional/PYAUTO_TESTS

Issue 10411007: Add new PyAuto test for measuring audio tag latency. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Use webkitNow() instead of Date(). Created 8 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
OLDNEW
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
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 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698