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

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

Issue 10389183: Enable testPasswordAutofilledInIncognito. (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
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 88 matching lines...) Expand 10 before | Expand all | Expand 10 after
99 # crbug.com/123396 99 # crbug.com/123396
100 '-fullscreen_mouselock.FullscreenMouselockTest.testPatternsForFSAndML', 100 '-fullscreen_mouselock.FullscreenMouselockTest.testPatternsForFSAndML',
101 # crbug.com/105560 101 # crbug.com/105560
102 '-notifications', 102 '-notifications',
103 # crbug.com/99506 103 # crbug.com/99506
104 '-notifications.NotificationsTest.testSpecialURLNotification', 104 '-notifications.NotificationsTest.testSpecialURLNotification',
105 # crbug.com/71715 105 # crbug.com/71715
106 '-omnibox.OmniboxTest.testHistoryResult', 106 '-omnibox.OmniboxTest.testHistoryResult',
107 # crbug.com/123019 107 # crbug.com/123019
108 '-omnibox.OmniboxTest.testAutoCompleteForNonAsciiSearch', 108 '-omnibox.OmniboxTest.testAutoCompleteForNonAsciiSearch',
109 # crbug.com/117720
110 '-passwords.PasswordTest.testPasswordAutofilledInIncognito',
111 # crbug.com/86524 109 # crbug.com/86524
112 '-plugins.PluginsTest.testAllowPluginException', 110 '-plugins.PluginsTest.testAllowPluginException',
113 # crbug.com/97140 111 # crbug.com/97140
114 '-plugins.PluginsTest.testDisableEnableAllPlugins', 112 '-plugins.PluginsTest.testDisableEnableAllPlugins',
115 # crbug.com/85307 113 # crbug.com/85307
116 '-plugins.PluginsTest.testKillAndReloadAllPlugins', 114 '-plugins.PluginsTest.testKillAndReloadAllPlugins',
117 # crbug.com/115427 115 # crbug.com/115427
118 '-policy.PolicyTest.testAlwaysAuthorizePlugins', 116 '-policy.PolicyTest.testAlwaysAuthorizePlugins',
119 # crbug.com/118054 117 # crbug.com/118054
120 '-policy.PolicyTest.testApplicationLocaleValue', 118 '-policy.PolicyTest.testApplicationLocaleValue',
(...skipping 607 matching lines...) Expand 10 before | Expand all | Expand 10 after
728 726
729 # WebRTC MediaStream tests. Requires webcam and audio device to be present on 727 # WebRTC MediaStream tests. Requires webcam and audio device to be present on
730 # the test machine. 728 # the test machine.
731 'WEBRTC': { 729 'WEBRTC': {
732 'all': [ 730 'all': [
733 'media_stream_infobar', 731 'media_stream_infobar',
734 'webrtc_call', 732 'webrtc_call',
735 ], 733 ],
736 }, 734 },
737 } 735 }
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