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

Side by Side Diff: functional/PYAUTO_TESTS

Issue 7744035: To fix the failing password test: passwords.PasswordTest.testDisplayAndSavePasswordInfobar (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/chrome/test/
Patch Set: '' Created 9 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 | functional/passwords.py » ('j') | functional/passwords.py » ('J')
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # Copyright (c) 2011 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2011 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 131 matching lines...) Expand 10 before | Expand all | Expand 10 after
142 # crbug.com/66072 142 # crbug.com/66072
143 '-notifications.NotificationsTest.testNotificationOrderAfterClosingOne', 143 '-notifications.NotificationsTest.testNotificationOrderAfterClosingOne',
144 # crbug.com/85598 144 # crbug.com/85598
145 '-ntp.NTPTest.testGetAppsWhenInstallApp', 145 '-ntp.NTPTest.testGetAppsWhenInstallApp',
146 '-ntp.NTPTest.testLaunchAppFullScreen', 146 '-ntp.NTPTest.testLaunchAppFullScreen',
147 '-ntp.NTPTest.testLaunchAppNewWindow', 147 '-ntp.NTPTest.testLaunchAppNewWindow',
148 '-ntp.NTPTest.testLaunchAppPinnedTab', 148 '-ntp.NTPTest.testLaunchAppPinnedTab',
149 '-ntp.NTPTest.testLaunchAppRegularTab', 149 '-ntp.NTPTest.testLaunchAppRegularTab',
150 '-ntp.NTPTest.testLaunchAppWithDefaultSettings', 150 '-ntp.NTPTest.testLaunchAppWithDefaultSettings',
151 '-ntp.NTPTest.testUninstallApp', 151 '-ntp.NTPTest.testUninstallApp',
152 # crbug.com/91222
153 '-passwords.PasswordTest.testDisplayAndSavePasswordInfobar',
154 # crbug.com/70694, crbug.com/73078 152 # crbug.com/70694, crbug.com/73078
155 '-passwords.PasswordTest.testInfoBarDisappearByReload', 153 '-passwords.PasswordTest.testInfoBarDisappearByReload',
156 '-passwords.PasswordTest.testNeverSavePasswords', 154 '-passwords.PasswordTest.testNeverSavePasswords',
157 # crbug.com/91887 155 # crbug.com/91887
158 '-passwords.PasswordTest.testInfoBarDisappearByNavigatingPage', 156 '-passwords.PasswordTest.testInfoBarDisappearByNavigatingPage',
159 # crbug.com/67588 157 # crbug.com/67588
160 '-passwords.PasswordTest.testSavedPasswordInTabsAndWindows', 158 '-passwords.PasswordTest.testSavedPasswordInTabsAndWindows',
161 # crbug.com/88679 159 # crbug.com/88679
162 '-sync', 160 '-sync',
163 # crbug.com/86949 161 # crbug.com/86949
(...skipping 346 matching lines...) Expand 10 before | Expand all | Expand 10 after
510 508
511 # HTML5 media functional tests. 509 # HTML5 media functional tests.
512 'AV_FUNC': { 510 'AV_FUNC': {
513 'linux': [ 511 'linux': [
514 'media.media_event_simple_action', 512 'media.media_event_simple_action',
515 'media.media_event_simple_test', 513 'media.media_event_simple_test',
516 'media.media_event_track', 514 'media.media_event_track',
517 ], 515 ],
518 }, 516 },
519 } 517 }
OLDNEW
« no previous file with comments | « no previous file | functional/passwords.py » ('j') | functional/passwords.py » ('J')

Powered by Google App Engine
This is Rietveld 408576698