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

Side by Side Diff: PYAUTO_TESTS

Issue 7043026: Added 3 more functions in popups.py (Closed) Base URL: http://src.chromium.org/svn/trunk/src/chrome/test/functional/
Patch Set: '' Created 9 years, 7 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 | « no previous file | omnibox.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) 2011 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2011 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 31 matching lines...) Expand 10 before | Expand all | Expand 10 after
42 '-content.ContentTest.testTopSitesContent', # crbug.com/71824 42 '-content.ContentTest.testTopSitesContent', # crbug.com/71824
43 'cookies', 43 'cookies',
44 'crash_reporter', 44 'crash_reporter',
45 'databases', 45 'databases',
46 'downloads', 46 'downloads',
47 'find_in_page', 47 'find_in_page',
48 # Turkish I problem. crbug.com/60638 48 # Turkish I problem. crbug.com/60638
49 '-find_in_page.FindMatchTests.testLocalizationAndCaseOrder', 49 '-find_in_page.FindMatchTests.testLocalizationAndCaseOrder',
50 'execute_javascript', 50 'execute_javascript',
51 'history', 51 'history',
52 'https', 52 'https',
53 'imports', 53 'imports',
54 'infobars', 54 'infobars',
55 'instant', 55 'instant',
56 'navigation', 56 'navigation',
57 'notifications', 57 'notifications',
58 'ntp', 58 'ntp',
59 'omnibox', 59 'omnibox',
60 '-omnibox.OmniboxTest.testHistoryResult', # crbug.com/71715 60 '-omnibox.OmniboxTest.testHistoryResult', # crbug.com/71715
61 'passwords', 61 'passwords',
62 'pdf', 62 'pdf',
63 'plugins', 63 'plugins',
64 'plugins_check', 64 'plugins_check',
65 'popups', 65 'popups',
66 # crbug.com/82629 - real bug. 66 # crbug.com/82629 - real bug.
67 '-popups.PopupsTest.testPopupsLaunchUponBrowserBackButton', 67 '-popups.PopupsTest.testPopupsLaunchUponBrowserBackButton',
68 # crbug.com/47935
69 '-popups.PopupsTest.testBlockedPopupNotShowInHistory',
68 'prefs', 70 'prefs',
69 'search_engines', 71 'search_engines',
70 'shortcuts', 72 'shortcuts',
71 'special_tabs', 73 'special_tabs',
72 # Flaky: crbug.com/67851 74 # Flaky: crbug.com/67851
73 '-special_tabs.SpecialTabsTest.testAboutDNSTab', 75 '-special_tabs.SpecialTabsTest.testAboutDNSTab',
74 'sync', 76 'sync',
75 'test_basic', 77 'test_basic',
76 'themes', 78 'themes',
77 ], 79 ],
(...skipping 157 matching lines...) Expand 10 before | Expand all | Expand 10 after
235 # HTML5 media performance tests. 237 # HTML5 media performance tests.
236 'MEDIA_TESTS': { 238 'MEDIA_TESTS': {
237 'linux': [ 239 'linux': [
238 'media.media_playbacktime', 240 'media.media_playbacktime',
239 'media.media_perf', 241 'media.media_perf',
240 'media.media_fps', 242 'media.media_fps',
241 'media.media_event_simple_test', 243 'media.media_event_simple_test',
242 ], 244 ],
243 }, 245 },
244 } 246 }
OLDNEW
« no previous file with comments | « no previous file | omnibox.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698