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

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

Issue 10421020: Fix and enable testPasswordAutofilledInIncognito. (Closed) Base URL: svn://svn.chromium.org/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 | chrome/test/functional/passwords.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 89 matching lines...) Expand 10 before | Expand all | Expand 10 after
100 # crbug.com/123396 100 # crbug.com/123396
101 '-fullscreen_mouselock.FullscreenMouselockTest.testPatternsForFSAndML', 101 '-fullscreen_mouselock.FullscreenMouselockTest.testPatternsForFSAndML',
102 # crbug.com/105560 102 # crbug.com/105560
103 '-notifications', 103 '-notifications',
104 # crbug.com/99506 104 # crbug.com/99506
105 '-notifications.NotificationsTest.testSpecialURLNotification', 105 '-notifications.NotificationsTest.testSpecialURLNotification',
106 # crbug.com/71715 106 # crbug.com/71715
107 '-omnibox.OmniboxTest.testHistoryResult', 107 '-omnibox.OmniboxTest.testHistoryResult',
108 # crbug.com/123019 108 # crbug.com/123019
109 '-omnibox.OmniboxTest.testAutoCompleteForNonAsciiSearch', 109 '-omnibox.OmniboxTest.testAutoCompleteForNonAsciiSearch',
110 # crbug.com/117720
111 '-passwords.PasswordTest.testPasswordAutofilledInIncognito',
112 # crbug.com/86524 110 # crbug.com/86524
113 '-plugins.PluginsTest.testAllowPluginException', 111 '-plugins.PluginsTest.testAllowPluginException',
114 # crbug.com/97140 112 # crbug.com/97140
115 '-plugins.PluginsTest.testDisableEnableAllPlugins', 113 '-plugins.PluginsTest.testDisableEnableAllPlugins',
116 # crbug.com/85307 114 # crbug.com/85307
117 '-plugins.PluginsTest.testKillAndReloadAllPlugins', 115 '-plugins.PluginsTest.testKillAndReloadAllPlugins',
118 # crbug.com/115427 116 # crbug.com/115427
119 '-policy.PolicyTest.testAlwaysAuthorizePlugins', 117 '-policy.PolicyTest.testAlwaysAuthorizePlugins',
120 # crbug.com/118054 118 # crbug.com/118054
121 '-policy.PolicyTest.testApplicationLocaleValue', 119 '-policy.PolicyTest.testApplicationLocaleValue',
(...skipping 611 matching lines...) Expand 10 before | Expand all | Expand 10 after
733 731
734 # WebRTC MediaStream tests. Requires webcam and audio device to be present on 732 # WebRTC MediaStream tests. Requires webcam and audio device to be present on
735 # the test machine. 733 # the test machine.
736 'WEBRTC': { 734 'WEBRTC': {
737 'all': [ 735 'all': [
738 'media_stream_infobar', 736 'media_stream_infobar',
739 'webrtc_call', 737 'webrtc_call',
740 ], 738 ],
741 }, 739 },
742 } 740 }
OLDNEW
« no previous file with comments | « no previous file | chrome/test/functional/passwords.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698