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

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

Issue 10830159: Added a new test which aims to be really, really mean to WebRTC. Hopefully this will cover some cra… (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Review updates. Created 8 years, 4 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
« no previous file with comments | « no previous file | chrome/test/functional/webrtc_brutality_test.py » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 809 matching lines...) Expand 10 before | Expand all | Expand 10 after
820 'media.media_stat_perf', 820 'media.media_stat_perf',
821 'media.mixed_audio_latency_perf', 821 'media.mixed_audio_latency_perf',
822 ], 822 ],
823 }, 823 },
824 824
825 # WebRTC MediaStream tests. Requires webcam and audio device to be present on 825 # WebRTC MediaStream tests. Requires webcam and audio device to be present on
826 # the test machine. 826 # the test machine.
827 'WEBRTC': { 827 'WEBRTC': {
828 'all': [ 828 'all': [
829 'media_stream_infobar', 829 'media_stream_infobar',
830 'webrtc_brutality_test',
830 'webrtc_call', 831 'webrtc_call',
832 # crbug.com/140465
833 '-webrtc_brutality_test.WebrtcBrutalityTest.testRepeatedGetUserMediaReques ts'
831 ], 834 ],
832 }, 835 },
833 836
834 # Trace event tests. 837 # Trace event tests.
835 'TRACING': { 838 'TRACING': {
836 'all': [ 839 'all': [
837 'tracing.tracing_smoke_test', 840 'tracing.tracing_smoke_test',
838 ], 841 ],
839 }, 842 },
840 843
(...skipping 38 matching lines...) Expand 10 before | Expand all | Expand 10 after
879 '-search_engines.SearchEnginesTest.testDiscoverSearchEngine', 882 '-search_engines.SearchEnginesTest.testDiscoverSearchEngine',
880 '-ntp.NTPTest.testUninstallApp', 883 '-ntp.NTPTest.testUninstallApp',
881 '-ntp.NTPTest.testLaunchAppWithDefaultSettings', 884 '-ntp.NTPTest.testLaunchAppWithDefaultSettings',
882 '-ntp.NTPTest.testLaunchAppRegularTab', 885 '-ntp.NTPTest.testLaunchAppRegularTab',
883 '-ntp.NTPTest.testLaunchAppPinnedTab', 886 '-ntp.NTPTest.testLaunchAppPinnedTab',
884 '-ntp.NTPTest.testGetAppsWhenInstallApp', 887 '-ntp.NTPTest.testGetAppsWhenInstallApp',
885 '-ntp.NTPTest.testLaunchAppNewWindow', 888 '-ntp.NTPTest.testLaunchAppNewWindow',
886 ], 889 ],
887 }, 890 },
888 } 891 }
OLDNEW
« no previous file with comments | « no previous file | chrome/test/functional/webrtc_brutality_test.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698