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

Side by Side Diff: functional/PYAUTO_TESTS

Issue 8566017: Disable sync.SyncIntegrationTest.testAddBookmarkAndVerifySync in Win platforms (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/chrome/test/
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 | 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) 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 145 matching lines...) Expand 10 before | Expand all | Expand 10 after
156 '-passwords.PasswordTest.testSavedPasswordInTabsAndWindows', 156 '-passwords.PasswordTest.testSavedPasswordInTabsAndWindows',
157 '-passwords.PasswordTest.testClearFetchedCredForNewUserName', 157 '-passwords.PasswordTest.testClearFetchedCredForNewUserName',
158 # causes browser crash? crbug.com/99865 158 # causes browser crash? crbug.com/99865
159 '-prefs.PrefsTest.testGeolocationPref', 159 '-prefs.PrefsTest.testGeolocationPref',
160 # crbug.com/88679 160 # crbug.com/88679
161 '-sync.SyncTest', 161 '-sync.SyncTest',
162 # crbug.com/86949 162 # crbug.com/86949
163 '-sync.SyncTest.testRestartBrowser', 163 '-sync.SyncTest.testRestartBrowser',
164 # crbug.com/87642 164 # crbug.com/87642
165 '-sync.SyncTest.testDisableAndEnableDatatypes', 165 '-sync.SyncTest.testDisableAndEnableDatatypes',
166 # crbug.com/104179
167 '-sync.SyncIntegrationTest.testAddBookmarkAndVerifySync',
166 # crbug.com/95621 168 # crbug.com/95621
167 '-youtube.YoutubeTest.testPlayerStatus', 169 '-youtube.YoutubeTest.testPlayerStatus',
168 # crbug.com/98526 170 # crbug.com/98526
169 '-pyauto_webdriver.PyAutoWebDriverTest.testCanConnectToRestartedBrowser', 171 '-pyauto_webdriver.PyAutoWebDriverTest.testCanConnectToRestartedBrowser',
170 '-pyauto_webdriver.PyAutoWebDriverTest.testTypeIntoTextBox', 172 '-pyauto_webdriver.PyAutoWebDriverTest.testTypeIntoTextBox',
171 # crbug.com/95031 173 # crbug.com/95031
172 '-notifications.NotificationsTest.testOriginPrefsNotSavedInIncognito', 174 '-notifications.NotificationsTest.testOriginPrefsNotSavedInIncognito',
173 # crbug.com/103379 175 # crbug.com/103379
174 '-policy.PolicyTest.testDisable3DAPIs', 176 '-policy.PolicyTest.testDisable3DAPIs',
175 ], 177 ],
(...skipping 41 matching lines...) Expand 10 before | Expand all | Expand 10 after
217 '-pyauto_webdriver.PyAutoWebDriverTest.testTypeIntoTextBox', 219 '-pyauto_webdriver.PyAutoWebDriverTest.testTypeIntoTextBox',
218 ], 220 ],
219 221
220 'linux': [ # linux != chromeos 222 'linux': [ # linux != chromeos
221 # Enabling here since it's disabled on other platforms. crbug.com/88574 223 # Enabling here since it's disabled on other platforms. crbug.com/88574
222 'special_tabs.SpecialTabsTest.testSpecialURLTabs', 224 'special_tabs.SpecialTabsTest.testSpecialURLTabs',
223 # =========================== 225 # ===========================
224 # Permanently-disabled tests. 226 # Permanently-disabled tests.
225 # =========================== 227 # ===========================
226 '-browser.BrowserTest.testWindowResize', # Details at: crbug.com/44963 228 '-browser.BrowserTest.testWindowResize', # Details at: crbug.com/44963
229 # crbug.com/104206
230 '-notifications.NotificationsTest.testKillNotificationProcess',
227 # Several omnibox tests do not show omnibox results when run 231 # Several omnibox tests do not show omnibox results when run
228 # under virtual X on linux. The CONTINUOUS suite runs under virtual X 232 # under virtual X on linux. The CONTINUOUS suite runs under virtual X
229 # on the chromium bots, so exlcude these from here. They're included 233 # on the chromium bots, so exlcude these from here. They're included
230 # back in the FULL suite below. 234 # back in the FULL suite below.
231 # crbug.com/85310 235 # crbug.com/85310
232 '-omnibox.OmniboxTest.testAppComboNameWithSpecialCharSearch', 236 '-omnibox.OmniboxTest.testAppComboNameWithSpecialCharSearch',
233 '-omnibox.OmniboxTest.testAppNameWithNumberSearch', 237 '-omnibox.OmniboxTest.testAppNameWithNumberSearch',
234 '-omnibox.OmniboxTest.testAppNameWithSpaceSearch', 238 '-omnibox.OmniboxTest.testAppNameWithSpaceSearch',
235 '-omnibox.OmniboxTest.testAppSearchWithVeryLongAppName', 239 '-omnibox.OmniboxTest.testAppSearchWithVeryLongAppName',
236 '-omnibox.OmniboxTest.testAutoCompleteForNonAsciiSearch', 240 '-omnibox.OmniboxTest.testAutoCompleteForNonAsciiSearch',
(...skipping 240 matching lines...) Expand 10 before | Expand all | Expand 10 after
477 # Disabled tests that need to be investigated/fixed. 481 # Disabled tests that need to be investigated/fixed.
478 # ================================================== 482 # ==================================================
479 # crbug.com/101787 483 # crbug.com/101787
480 '-enterprise.EnterpriseTestReverse.testDefaultSearchProviderDisabled', 484 '-enterprise.EnterpriseTestReverse.testDefaultSearchProviderDisabled',
481 # crbug.com/98500 485 # crbug.com/98500
482 '-enterprise.EnterpriseTestReverse.testAlwaysAuthorizePluginsDisabled', 486 '-enterprise.EnterpriseTestReverse.testAlwaysAuthorizePluginsDisabled',
483 # crbug.com/96896 487 # crbug.com/96896
484 '-enterprise.EnterpriseTest.testDisabledPlugins', 488 '-enterprise.EnterpriseTest.testDisabledPlugins',
485 '-enterprise.EnterpriseTest.testEnabledPlugins', 489 '-enterprise.EnterpriseTest.testEnabledPlugins',
486 # crbug.com/100893 490 # crbug.com/100893
487 '-enterprise.EnterpriseTestReverse.testEnableSPDY', 491 '-enterprise.EnterpriseTestReverse.testEnableSPDY',
488 ], 492 ],
489 493
490 'mac': [ 494 'mac': [
491 # Consistently failing on Mac QA bots only: crbug.com/97810 495 # Consistently failing on Mac QA bots only: crbug.com/97810
492 '-process_count', 496 '-process_count',
493 ], 497 ],
494 498
495 'linux': [ 499 'linux': [
496 'enterprise', 500 'enterprise',
497 # Add back the omnibox tests excluded from the CONTINUOUS suite above 501 # Add back the omnibox tests excluded from the CONTINUOUS suite above
(...skipping 118 matching lines...) Expand 10 before | Expand all | Expand 10 after
616 620
617 # HTML5 media functional tests. 621 # HTML5 media functional tests.
618 'AV_FUNC': { 622 'AV_FUNC': {
619 'linux': [ 623 'linux': [
620 'media.media_event_simple_action', 624 'media.media_event_simple_action',
621 'media.media_event_simple_test', 625 'media.media_event_simple_test',
622 'media.media_event_track', 626 'media.media_event_track',
623 ], 627 ],
624 }, 628 },
625 } 629 }
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