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

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

Issue 5364002: Add pyauto tests for Web SQL databases. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/chrome/test/functional
Patch Set: Fix kill test Created 10 years 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 | 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) 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 13 matching lines...) Expand all
24 'autofill', 24 'autofill',
25 'bookmark_bar', 25 'bookmark_bar',
26 'bookmarks', 26 'bookmarks',
27 'browser', 27 'browser',
28 'browsing_data', 28 'browsing_data',
29 'codesign', 29 'codesign',
30 'content', 30 'content',
31 'cookies', 31 'cookies',
32 'crash_reporter', 32 'crash_reporter',
33 'databases', 33 'databases',
34 # Reloading after kill doesn't load the page, crbug.com/64708.
Nirnimesh 2010/11/30 01:08:15 Are you sure? testReloadActiveTab seems to work fi
35 '-databases.DatabasesTest.testModificationsPersistAfterRendererCrash',
34 'downloads', 36 'downloads',
35 'find_in_page', 37 'find_in_page',
36 # Turkish I problem. crbug.com/60638 38 # Turkish I problem. crbug.com/60638
37 '-find_in_page.FindMatchTests.testLocalizationAndCaseOrder', 39 '-find_in_page.FindMatchTests.testLocalizationAndCaseOrder',
38 'execute_javascript', 40 'execute_javascript',
39 'history', 41 'history',
40 'imports', 42 'imports',
41 'infobars', 43 'infobars',
42 'navigation', 44 'navigation',
43 'notifications', 45 'notifications',
(...skipping 66 matching lines...) Expand 10 before | Expand all | Expand 10 after
110 '-downloads.DownloadsTest.testNoUnsafeDownloadsOnRestart', 112 '-downloads.DownloadsTest.testNoUnsafeDownloadsOnRestart',
111 '-downloads.DownloadsTest.testZip', 113 '-downloads.DownloadsTest.testZip',
112 '-downloads.DownloadsTest.testZipInIncognito', 114 '-downloads.DownloadsTest.testZipInIncognito',
113 '-downloads.DownloadsTest.testCrazyFilenames', 115 '-downloads.DownloadsTest.testCrazyFilenames',
114 '-downloads.DownloadsTest.testBigZip', 116 '-downloads.DownloadsTest.testBigZip',
115 '-downloads.DownloadsTest.testCancelDownload', 117 '-downloads.DownloadsTest.testCancelDownload',
116 '-downloads.DownloadsTest.testPauseAndResume', 118 '-downloads.DownloadsTest.testPauseAndResume',
117 '-translate.TranslateTest.testDownloadsNotTranslated', 119 '-translate.TranslateTest.testDownloadsNotTranslated',
118 ], 120 ],
119 } 121 }
OLDNEW
« no previous file with comments | « no previous file | chrome/test/functional/databases.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698