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

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

Issue 10915005: Re-enabled test after bug fix. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 3 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 | no next file » | 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 738 matching lines...) Expand 10 before | Expand all | Expand 10 after
749 ], 749 ],
750 }, 750 },
751 751
752 # WebRTC MediaStream tests. Requires webcam and audio device to be present on 752 # WebRTC MediaStream tests. Requires webcam and audio device to be present on
753 # the test machine. 753 # the test machine.
754 'WEBRTC': { 754 'WEBRTC': {
755 'all': [ 755 'all': [
756 'media_stream_infobar', 756 'media_stream_infobar',
757 'webrtc_brutality_test', 757 'webrtc_brutality_test',
758 'webrtc_call', 758 'webrtc_call',
759 # crbug.com/140465
760 '-webrtc_brutality_test.WebrtcBrutalityTest.testRepeatedGetUserMediaReques ts'
761 ], 759 ],
762 }, 760 },
763 761
764 # Trace event tests. 762 # Trace event tests.
765 'TRACING': { 763 'TRACING': {
766 'all': [ 764 'all': [
767 'tracing.tracing_smoke_test', 765 'tracing.tracing_smoke_test',
768 ], 766 ],
769 }, 767 },
770 768
(...skipping 35 matching lines...) Expand 10 before | Expand all | Expand 10 after
806 '-search_engines.SearchEnginesTest.testDiscoverSearchEngine', 804 '-search_engines.SearchEnginesTest.testDiscoverSearchEngine',
807 '-ntp.NTPTest.testUninstallApp', 805 '-ntp.NTPTest.testUninstallApp',
808 '-ntp.NTPTest.testLaunchAppWithDefaultSettings', 806 '-ntp.NTPTest.testLaunchAppWithDefaultSettings',
809 '-ntp.NTPTest.testLaunchAppRegularTab', 807 '-ntp.NTPTest.testLaunchAppRegularTab',
810 '-ntp.NTPTest.testLaunchAppPinnedTab', 808 '-ntp.NTPTest.testLaunchAppPinnedTab',
811 '-ntp.NTPTest.testGetAppsWhenInstallApp', 809 '-ntp.NTPTest.testGetAppsWhenInstallApp',
812 '-ntp.NTPTest.testLaunchAppNewWindow', 810 '-ntp.NTPTest.testLaunchAppNewWindow',
813 ], 811 ],
814 }, 812 },
815 } 813 }
OLDNEW
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698