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

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

Issue 10879018: Convert the Web SQL Database pyauto test to content_browsertests. (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: Created 8 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 | « chrome/test/data/database/simple_database.html ('k') | chrome/test/functional/databases.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) 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 25 matching lines...) Expand all
36 'about_plugins_ui.AboutPluginsUITest', 36 'about_plugins_ui.AboutPluginsUITest',
37 'apptest', 37 'apptest',
38 'autofill', 38 'autofill',
39 'bookmarks', 39 'bookmarks',
40 'browser', 40 'browser',
41 'chromoting.it2me_basic', 41 'chromoting.it2me_basic',
42 'codesign', 42 'codesign',
43 'content', 43 'content',
44 'cookies', 44 'cookies',
45 'crash_reporter', 45 'crash_reporter',
46 'databases',
47 'downloads', 46 'downloads',
48 'execute_javascript', 47 'execute_javascript',
49 'extensions', 48 'extensions',
50 'flash', 49 'flash',
51 'fullscreen_mouselock', 50 'fullscreen_mouselock',
52 'history', 51 'history',
53 'https', 52 'https',
54 'gtalk.test_basic', 53 'gtalk.test_basic',
55 'imports', 54 'imports',
56 'infobars', 55 'infobars',
(...skipping 805 matching lines...) Expand 10 before | Expand all | Expand 10 after
862 '-search_engines.SearchEnginesTest.testDiscoverSearchEngine', 861 '-search_engines.SearchEnginesTest.testDiscoverSearchEngine',
863 '-ntp.NTPTest.testUninstallApp', 862 '-ntp.NTPTest.testUninstallApp',
864 '-ntp.NTPTest.testLaunchAppWithDefaultSettings', 863 '-ntp.NTPTest.testLaunchAppWithDefaultSettings',
865 '-ntp.NTPTest.testLaunchAppRegularTab', 864 '-ntp.NTPTest.testLaunchAppRegularTab',
866 '-ntp.NTPTest.testLaunchAppPinnedTab', 865 '-ntp.NTPTest.testLaunchAppPinnedTab',
867 '-ntp.NTPTest.testGetAppsWhenInstallApp', 866 '-ntp.NTPTest.testGetAppsWhenInstallApp',
868 '-ntp.NTPTest.testLaunchAppNewWindow', 867 '-ntp.NTPTest.testLaunchAppNewWindow',
869 ], 868 ],
870 }, 869 },
871 } 870 }
OLDNEW
« no previous file with comments | « chrome/test/data/database/simple_database.html ('k') | chrome/test/functional/databases.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698