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

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

Issue 6353015: Fix broken PrefService::preference_set() returning not all registered preferences. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Addressed comments Created 9 years, 11 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 | « chrome/browser/prefs/value_map_pref_store.cc ('k') | 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) 2010 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2010 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 49 matching lines...) Expand 10 before | Expand all | Expand 10 after
60 '-notifications.NotificationsTest.testNotificationOrderAfterClosingOne', 60 '-notifications.NotificationsTest.testNotificationOrderAfterClosingOne',
61 '-notifications.NotificationsTest.testKillNotificationProcess', 61 '-notifications.NotificationsTest.testKillNotificationProcess',
62 'ntp', 62 'ntp',
63 'omnibox', 63 'omnibox',
64 'passwords', 64 'passwords',
65 'pdf', 65 'pdf',
66 'plugins', 66 'plugins',
67 'popups', 67 'popups',
68 '-popups', # Flaky. crbug.com/70659 68 '-popups', # Flaky. crbug.com/70659
69 'prefs', 69 'prefs',
70 # Some pref tests broken by r72489. crbug.com/70809
71 '-prefs.PrefsTest.testUnderTheHoodPref',
72 '-prefs.PrefsTest.testHomepagePrefs',
73 'search_engines', 70 'search_engines',
74 # crbug.com/67628 71 # crbug.com/67628
75 '-search_engines.SearchEnginesTest.testTabToSearch', 72 '-search_engines.SearchEnginesTest.testTabToSearch',
76 # crbug.com/70439 73 # crbug.com/70439
77 '-search_engines.SearchEnginesTest.testAddSearchEngine', 74 '-search_engines.SearchEnginesTest.testAddSearchEngine',
78 '-search_engines.SearchEnginesTest.testEditSearchEngine', 75 '-search_engines.SearchEnginesTest.testEditSearchEngine',
79 '-search_engines.SearchEnginesTest.testSearchEngineSpecialChars', 76 '-search_engines.SearchEnginesTest.testSearchEngineSpecialChars',
80 'special_tabs', 77 'special_tabs',
81 # crbug.com/67851 78 # crbug.com/67851
82 '-special_tabs.SpecialTabsTest.testAboutDNSTab', 79 '-special_tabs.SpecialTabsTest.testAboutDNSTab',
(...skipping 101 matching lines...) Expand 10 before | Expand all | Expand 10 after
184 'linux': [ 181 'linux': [
185 ], 182 ],
186 183
187 'chromeos': [ 184 'chromeos': [
188 # crosbug.com/6856 185 # crosbug.com/6856
189 '-translate.TranslateTest.testSessionRestore', 186 '-translate.TranslateTest.testSessionRestore',
190 '-translate.TranslateTest.testDownloadsNotTranslated', 187 '-translate.TranslateTest.testDownloadsNotTranslated',
191 ], 188 ],
192 } 189 }
193 } 190 }
OLDNEW
« no previous file with comments | « chrome/browser/prefs/value_map_pref_store.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698