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: functional/PYAUTO_TESTS

Issue 10392171: Enable popups.PopupsTest.testPopupsLaunchUponBrowserBackButton on Mac. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/chrome/test/
Patch Set: 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
« 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 200 matching lines...) Expand 10 before | Expand all | Expand 10 after
211 '-notifications.NotificationsTest.testOriginPrefsNotSavedInIncognito', 211 '-notifications.NotificationsTest.testOriginPrefsNotSavedInIncognito',
212 '-notifications.NotificationsTest.testNotificationOrderAfterClosingOne', 212 '-notifications.NotificationsTest.testNotificationOrderAfterClosingOne',
213 # crbug.com/70437 213 # crbug.com/70437
214 '-omnibox.OmniboxTest.testHistoryResult', 214 '-omnibox.OmniboxTest.testHistoryResult',
215 # crbug.com/91617 215 # crbug.com/91617
216 '-omnibox.OmniboxTest.testContentHistory', 216 '-omnibox.OmniboxTest.testContentHistory',
217 # Keychain popups make autofill/password tests difficult: crbug.com/49378 217 # Keychain popups make autofill/password tests difficult: crbug.com/49378
218 '-passwords', 218 '-passwords',
219 # crbug.com/97140 219 # crbug.com/97140
220 '-plugins.PluginsTest.testDisableEnableAllPlugins', 220 '-plugins.PluginsTest.testDisableEnableAllPlugins',
221 # crbug.com/79263
222 '-popups.PopupsTest.testPopupsLaunchUponBrowserBackButton',
223 # crbug.com/69619 221 # crbug.com/69619
224 '-search_engines.SearchEnginesTest.testDiscoverSearchEngine', 222 '-search_engines.SearchEnginesTest.testDiscoverSearchEngine',
225 # Keychain popups make sync tests difficult on Mac. crbug.com/49378 223 # Keychain popups make sync tests difficult on Mac. crbug.com/49378
226 '-sync', 224 '-sync',
227 # crbug.com/98526 225 # crbug.com/98526
228 '-pyauto_webdriver.PyAutoWebDriverTest.testCanConnectToRestartedBrowser', 226 '-pyauto_webdriver.PyAutoWebDriverTest.testCanConnectToRestartedBrowser',
229 '-pyauto_webdriver.PyAutoWebDriverTest.testTypeIntoTextBox', 227 '-pyauto_webdriver.PyAutoWebDriverTest.testTypeIntoTextBox',
230 # crbug.com/109035 228 # crbug.com/109035
231 '-youtube.YoutubeTest.testPlayerBytes', 229 '-youtube.YoutubeTest.testPlayerBytes',
232 # crbug.com/109035 230 # crbug.com/109035
(...skipping 503 matching lines...) Expand 10 before | Expand all | Expand 10 after
736 734
737 # WebRTC MediaStream tests. Requires webcam and audio device to be present on 735 # WebRTC MediaStream tests. Requires webcam and audio device to be present on
738 # the test machine. 736 # the test machine.
739 'WEBRTC': { 737 'WEBRTC': {
740 'all': [ 738 'all': [
741 'media_stream_infobar', 739 'media_stream_infobar',
742 'webrtc_call', 740 'webrtc_call',
743 ], 741 ],
744 }, 742 },
745 } 743 }
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