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

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

Issue 2827048: PyAuto: Automation hooks to get/set theme (Closed)
Patch Set: use existing ResetToDefaultTheme Created 10 years, 5 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
« no previous file with comments | « chrome/browser/automation/automation_provider.cc ('k') | chrome/test/functional/themes.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) 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 15 matching lines...) Expand all
26 'browser', 26 'browser',
27 'content', 27 'content',
28 'downloads', 28 'downloads',
29 'history', 29 'history',
30 'navigation', 30 'navigation',
31 'omnibox', 31 'omnibox',
32 'plugins', 32 'plugins',
33 'prefs', 33 'prefs',
34 'special_tabs', 34 'special_tabs',
35 'test_basic.SimpleTest.testCanOpenGoogle', 35 'test_basic.SimpleTest.testCanOpenGoogle',
36 'themes',
36 ], 37 ],
37 38
38 'win': [ 39 'win': [
39 # testBookmarkBarVisible fails on windows. crbug.com/42823 40 # testBookmarkBarVisible fails on windows. crbug.com/42823
40 '-bookmark_bar.BookmarkBarTest.testBookmarkBarVisible', 41 '-bookmark_bar.BookmarkBarTest.testBookmarkBarVisible',
41 ], 42 ],
42 43
43 'mac': [ 44 'mac': [
44 ], 45 ],
45 46
46 'linux': [ 47 'linux': [
47 '-omnibox', # http://crbug.com/44203 48 '-omnibox', # http://crbug.com/44203
48 '-browser.BrowserTest.testWindowResize', # crbug.com/44963 49 '-browser.BrowserTest.testWindowResize', # crbug.com/44963
49 '-content.ContentTest.testThreeWindows', # crbug.com/47457 50 '-content.ContentTest.testThreeWindows', # crbug.com/47457
50 ], 51 ],
51 52
52 # TODO(nirnimesh): Add a ChromeOS section 53 # TODO(nirnimesh): Add a ChromeOS section
53 } 54 }
OLDNEW
« no previous file with comments | « chrome/browser/automation/automation_provider.cc ('k') | chrome/test/functional/themes.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698