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

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

Issue 10916328: Convert themes.py to browser test (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: . Created 8 years, 3 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
OLDNEW
1 # Copyright (c) 2012 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2012 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 45 matching lines...) Expand 10 before | Expand all | Expand 10 after
56 'omnibox', 56 'omnibox',
57 'passwords', 57 'passwords',
58 'policy_prefs_ui', 58 'policy_prefs_ui',
59 'prefs', 59 'prefs',
60 'prefs_ui', 60 'prefs_ui',
61 'pyauto_webdriver', 61 'pyauto_webdriver',
62 'search_engines', 62 'search_engines',
63 'special_tabs', 63 'special_tabs',
64 'sync.SyncTest', 64 'sync.SyncTest',
65 'test_pyauto', 65 'test_pyauto',
66 'themes',
67 66
68 # ================================================== 67 # ==================================================
69 # Disabled tests that need to be investigated/fixed. 68 # Disabled tests that need to be investigated/fixed.
70 # ================================================== 69 # ==================================================
71 # crbug.com/123396 70 # crbug.com/123396
72 '-fullscreen_mouselock.FullscreenMouselockTest.testPatternsForFSAndML', 71 '-fullscreen_mouselock.FullscreenMouselockTest.testPatternsForFSAndML',
73 # crbug.com/132665 72 # crbug.com/132665
74 '-fullscreen_mouselock.FullscreenMouselockTest.testTabFSExitWhenNavBackToP revPage', 73 '-fullscreen_mouselock.FullscreenMouselockTest.testTabFSExitWhenNavBackToP revPage',
75 '-fullscreen_mouselock.FullscreenMouselockTest.testTabFSExitWhenNavToNewPa ge', 74 '-fullscreen_mouselock.FullscreenMouselockTest.testTabFSExitWhenNavToNewPa ge',
76 '-fullscreen_mouselock.FullscreenMouselockTest.testMLExitWhenNavBackToPrev Page', 75 '-fullscreen_mouselock.FullscreenMouselockTest.testMLExitWhenNavBackToPrev Page',
(...skipping 672 matching lines...) Expand 10 before | Expand all | Expand 10 after
749 '-search_engines.SearchEnginesTest.testDiscoverSearchEngine', 748 '-search_engines.SearchEnginesTest.testDiscoverSearchEngine',
750 '-ntp.NTPTest.testUninstallApp', 749 '-ntp.NTPTest.testUninstallApp',
751 '-ntp.NTPTest.testLaunchAppWithDefaultSettings', 750 '-ntp.NTPTest.testLaunchAppWithDefaultSettings',
752 '-ntp.NTPTest.testLaunchAppRegularTab', 751 '-ntp.NTPTest.testLaunchAppRegularTab',
753 '-ntp.NTPTest.testLaunchAppPinnedTab', 752 '-ntp.NTPTest.testLaunchAppPinnedTab',
754 '-ntp.NTPTest.testGetAppsWhenInstallApp', 753 '-ntp.NTPTest.testGetAppsWhenInstallApp',
755 '-ntp.NTPTest.testLaunchAppNewWindow', 754 '-ntp.NTPTest.testLaunchAppNewWindow',
756 ], 755 ],
757 }, 756 },
758 } 757 }
OLDNEW
« no previous file with comments | « chrome/browser/extensions/extension_install_ui_browsertest.cc ('k') | chrome/test/functional/themes.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698