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

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

Issue 10409077: Revert 138289 - 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',
110 # crbug.com/86524 112 # crbug.com/86524
111 '-plugins.PluginsTest.testAllowPluginException', 113 '-plugins.PluginsTest.testAllowPluginException',
112 # crbug.com/97140 114 # crbug.com/97140
113 '-plugins.PluginsTest.testDisableEnableAllPlugins', 115 '-plugins.PluginsTest.testDisableEnableAllPlugins',
114 # crbug.com/85307 116 # crbug.com/85307
115 '-plugins.PluginsTest.testKillAndReloadAllPlugins', 117 '-plugins.PluginsTest.testKillAndReloadAllPlugins',
116 # crbug.com/115427 118 # crbug.com/115427
117 '-policy.PolicyTest.testAlwaysAuthorizePlugins', 119 '-policy.PolicyTest.testAlwaysAuthorizePlugins',
118 # crbug.com/118054 120 # crbug.com/118054
119 '-policy.PolicyTest.testApplicationLocaleValue', 121 '-policy.PolicyTest.testApplicationLocaleValue',
(...skipping 611 matching lines...) Expand 10 before | Expand all | Expand 10 after
731 733
732 # WebRTC MediaStream tests. Requires webcam and audio device to be present on 734 # WebRTC MediaStream tests. Requires webcam and audio device to be present on
733 # the test machine. 735 # the test machine.
734 'WEBRTC': { 736 'WEBRTC': {
735 'all': [ 737 'all': [
736 'media_stream_infobar', 738 'media_stream_infobar',
737 'webrtc_call', 739 'webrtc_call',
738 ], 740 ],
739 }, 741 },
740 } 742 }
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