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

Side by Side Diff: functional/PYAUTO_TESTS

Issue 7516003: Enable prefs.PrefsTest.testGeolocationPref on linux and mac, keeping test disabled for win (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/chrome/test/
Patch Set: Created 9 years, 4 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 | 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 84 matching lines...) Expand 10 before | Expand all | Expand 10 after
95 '-omnibox.OmniboxTest.testHistoryResult', # crbug.com/71715 95 '-omnibox.OmniboxTest.testHistoryResult', # crbug.com/71715
96 # crbug.com/91033 96 # crbug.com/91033
97 '-omnibox.OmniboxTest.testOmniboxSearchHistory', 97 '-omnibox.OmniboxTest.testOmniboxSearchHistory',
98 # crbug.com/82629 - real bug. 98 # crbug.com/82629 - real bug.
99 '-popups.PopupsTest.testPopupsLaunchUponBrowserBackButton', 99 '-popups.PopupsTest.testPopupsLaunchUponBrowserBackButton',
100 # crbug.com/47935 100 # crbug.com/47935
101 '-popups.PopupsTest.testBlockedPopupNotShowInHistory', 101 '-popups.PopupsTest.testBlockedPopupNotShowInHistory',
102 # crbug.com/83827 102 # crbug.com/83827
103 '-popups.PopupsTest.testUnblockedPopupShowsInHistory', 103 '-popups.PopupsTest.testUnblockedPopupShowsInHistory',
104 '-popups.PopupsTest.testUnblockedPopupAddedToOmnibox', 104 '-popups.PopupsTest.testUnblockedPopupAddedToOmnibox',
105 # Crashes browser. crbug.com/89000
106 '-prefs.PrefsTest.testGeolocationPref',
107 # crbug.com/85600 105 # crbug.com/85600
108 '-prefs.PrefsTest.testNavigationStateOnSessionRestore', 106 '-prefs.PrefsTest.testNavigationStateOnSessionRestore',
109 # Flaky: crbug.com/67851 107 # Flaky: crbug.com/67851
110 '-special_tabs.SpecialTabsTest.testAboutDNSTab', 108 '-special_tabs.SpecialTabsTest.testAboutDNSTab',
111 # crbug.com/86523 109 # crbug.com/86523
112 '-cookies.CookiesTest.testAllowCookiesForASessionUsingExceptions', 110 '-cookies.CookiesTest.testAllowCookiesForASessionUsingExceptions',
113 '-cookies.CookiesTest.testAllowCookiesUsingExceptions', 111 '-cookies.CookiesTest.testAllowCookiesUsingExceptions',
114 '-cookies.CookiesTest.testBlockCookiesUsingExceptions', 112 '-cookies.CookiesTest.testBlockCookiesUsingExceptions',
115 # crbug.com/91030 113 # crbug.com/91030
116 '-omnibox.OmniboxTest.testContentHistory', 114 '-omnibox.OmniboxTest.testContentHistory',
(...skipping 49 matching lines...) Expand 10 before | Expand all | Expand 10 after
166 # crbug.com/88679 164 # crbug.com/88679
167 '-sync', 165 '-sync',
168 # crbug.com/86949 166 # crbug.com/86949
169 '-sync.SyncTest.testRestartBrowser', 167 '-sync.SyncTest.testRestartBrowser',
170 # crbug.com/87642 168 # crbug.com/87642
171 '-sync.SyncTest.testDisableAndEnableDatatypes', 169 '-sync.SyncTest.testDisableAndEnableDatatypes',
172 # crbug.com/88190 170 # crbug.com/88190
173 '-passwords.PasswordTest.testClearFetchedCredForNewUserName', 171 '-passwords.PasswordTest.testClearFetchedCredForNewUserName',
174 # crbug.com/89784 172 # crbug.com/89784
175 '-autofill.AutofillTest.testProfileSavedWithValidCountryPhone', 173 '-autofill.AutofillTest.testProfileSavedWithValidCountryPhone',
174 # Crashes browser. crbug.com/89000
175 '-prefs.PrefsTest.testGeolocationPref',
176 ], 176 ],
177 177
178 'mac': [ 178 'mac': [
179 # ================================================== 179 # ==================================================
180 # Disabled tests that need to be investigated/fixed. 180 # Disabled tests that need to be investigated/fixed.
181 # ================================================== 181 # ==================================================
182 # Keychain popups make autofill/password tests difficult: crbug.com/49378 182 # Keychain popups make autofill/password tests difficult: crbug.com/49378
183 '-autofill', 183 '-autofill',
184 # codesign tests should run *after* signing. crbug.com/50481 184 # codesign tests should run *after* signing. crbug.com/50481
185 '-codesign', 185 '-codesign',
(...skipping 292 matching lines...) Expand 10 before | Expand all | Expand 10 after
478 478
479 # HTML5 media functional tests. 479 # HTML5 media functional tests.
480 'AV_FUNC': { 480 'AV_FUNC': {
481 'linux': [ 481 'linux': [
482 'media.media_event_simple_action', 482 'media.media_event_simple_action',
483 'media.media_event_simple_test', 483 'media.media_event_simple_test',
484 'media.media_event_track', 484 'media.media_event_track',
485 ], 485 ],
486 }, 486 },
487 } 487 }
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