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

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

Issue 8510075: Fixed and added new tests in SyncIntegrationTest class. (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 9 years, 1 month 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/sync.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) 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 114 matching lines...) Expand 10 before | Expand all | Expand 10 after
125 '-sync.SyncTest.testPersonalStuffSyncSection', 125 '-sync.SyncTest.testPersonalStuffSyncSection',
126 # crbug.com/100591 126 # crbug.com/100591
127 '-pdf.PDFTest.testPDFRunner', 127 '-pdf.PDFTest.testPDFRunner',
128 # crbug.com/100593 128 # crbug.com/100593
129 '-nacl_sdk.NaClSDKTest.testVerifyNaClPlugin', 129 '-nacl_sdk.NaClSDKTest.testVerifyNaClPlugin',
130 ], 130 ],
131 131
132 'win': [ 132 'win': [
133 # Enable sync.SyncIntegrationTest only for windows CONTINUIOUS, 133 # Enable sync.SyncIntegrationTest only for windows CONTINUIOUS,
134 # which contains the sync protobufs. 134 # which contains the sync protobufs.
135 'sync.SyncIntegrationTest', 135 #'sync.SyncIntegrationTest',
136 136
137 # ================================================== 137 # ==================================================
138 # Disabled tests that need to be investigated/fixed. 138 # Disabled tests that need to be investigated/fixed.
139 # ================================================== 139 # ==================================================
140 # Some download test fails on win official builder, only thru buildbot 140 # Some download test fails on win official builder, only thru buildbot
141 # when downloading the small zip file. 141 # when downloading the small zip file.
142 # crbug.com/91225 142 # crbug.com/91225
143 '-find_in_page.FindMatchTests.testSearchInPDF', 143 '-find_in_page.FindMatchTests.testSearchInPDF',
144 # Disabled on vista in the actual test. crbug.com/89767 144 # Disabled on vista in the actual test. crbug.com/89767
145 # -imports.ImportsTest.testImportFirefoxDataTwice 145 # -imports.ImportsTest.testImportFirefoxDataTwice
146 # Disabled on vista in the actual test. crbug.com/89767 146 # Disabled on vista in the actual test. crbug.com/89767
147 # -imports.ImportsTest.testFirefoxImportFromPrefs 147 # -imports.ImportsTest.testFirefoxImportFromPrefs
148 # Disabled on vista in the actual test. crbug.com/89767 148 # Disabled on vista in the actual test. crbug.com/89767
149 # -imports.ImportsTest.testImportFirefoxPasswordsFromPrefs 149 # -imports.ImportsTest.testImportFirefoxPasswordsFromPrefs
150 # crbug.com/70694, crbug.com/73078 150 # crbug.com/70694, crbug.com/73078
151 '-passwords.PasswordTest.testInfoBarDisappearByReload', 151 '-passwords.PasswordTest.testInfoBarDisappearByReload',
152 '-passwords.PasswordTest.testNeverSavePasswords', 152 '-passwords.PasswordTest.testNeverSavePasswords',
153 # crbug.com/91887 153 # crbug.com/91887
154 '-passwords.PasswordTest.testSavedPasswordInTabsAndWindows', 154 '-passwords.PasswordTest.testSavedPasswordInTabsAndWindows',
155 '-passwords.PasswordTest.testClearFetchedCredForNewUserName', 155 '-passwords.PasswordTest.testClearFetchedCredForNewUserName',
156 # causes browser crash? crbug.com/99865 156 # causes browser crash? crbug.com/99865
157 '-prefs.PrefsTest.testGeolocationPref', 157 '-prefs.PrefsTest.testGeolocationPref',
158 # crbug.com/104227
159 '-sync.SyncIntegrationTest',
158 # crbug.com/88679 160 # crbug.com/88679
159 '-sync.SyncTest', 161 '-sync.SyncTest',
160 # crbug.com/86949 162 # crbug.com/86949
161 '-sync.SyncTest.testRestartBrowser', 163 '-sync.SyncTest.testRestartBrowser',
162 # crbug.com/87642 164 # crbug.com/87642
163 '-sync.SyncTest.testDisableAndEnableDatatypes', 165 '-sync.SyncTest.testDisableAndEnableDatatypes',
164 # crbug.com/104179
165 '-sync.SyncIntegrationTest.testAddBookmarkAndVerifySync',
166 # crbug.com/95621 166 # crbug.com/95621
167 '-youtube.YoutubeTest.testPlayerStatus', 167 '-youtube.YoutubeTest.testPlayerStatus',
168 # crbug.com/98526 168 # crbug.com/98526
169 '-pyauto_webdriver.PyAutoWebDriverTest.testCanConnectToRestartedBrowser', 169 '-pyauto_webdriver.PyAutoWebDriverTest.testCanConnectToRestartedBrowser',
170 '-pyauto_webdriver.PyAutoWebDriverTest.testTypeIntoTextBox', 170 '-pyauto_webdriver.PyAutoWebDriverTest.testTypeIntoTextBox',
171 # crbug.com/95031 171 # crbug.com/95031
172 '-notifications.NotificationsTest.testOriginPrefsNotSavedInIncognito', 172 '-notifications.NotificationsTest.testOriginPrefsNotSavedInIncognito',
173 # crbug.com/103379 173 # crbug.com/103379
174 '-policy.PolicyTest.testDisable3DAPIs', 174 '-policy.PolicyTest.testDisable3DAPIs',
175 ], 175 ],
(...skipping 442 matching lines...) Expand 10 before | Expand all | Expand 10 after
618 618
619 # HTML5 media functional tests. 619 # HTML5 media functional tests.
620 'AV_FUNC': { 620 'AV_FUNC': {
621 'linux': [ 621 'linux': [
622 'media.media_event_simple_action', 622 'media.media_event_simple_action',
623 'media.media_event_simple_test', 623 'media.media_event_simple_test',
624 'media.media_event_track', 624 'media.media_event_track',
625 ], 625 ],
626 }, 626 },
627 } 627 }
OLDNEW
« no previous file with comments | « no previous file | chrome/test/functional/sync.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698