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

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') | omnibox.py » ('J')
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 48 matching lines...) Expand 10 before | Expand all | Expand 10 after
59 'omnibox', 59 'omnibox',
60 '-omnibox.OmniboxTest.testHistoryResult', # crbug.com/71715 60 '-omnibox.OmniboxTest.testHistoryResult', # crbug.com/71715
61 # crbug.com/73078 61 # crbug.com/73078
62 '-passwords', 62 '-passwords',
63 'pdf', 63 'pdf',
64 'plugins', 64 'plugins',
65 'plugins_check', 65 'plugins_check',
66 'popups', 66 'popups',
67 # crbug.com/82629 - real bug. 67 # crbug.com/82629 - real bug.
68 '-popups.PopupsTest.testPopupsLaunchUponBrowserBackButton', 68 '-popups.PopupsTest.testPopupsLaunchUponBrowserBackButton',
69 # crbug.com/47935
70 '-popups.PopupsTest.testBlockedPopupNotShowInHistory',
69 'prefs', 71 'prefs',
70 'search_engines', 72 'search_engines',
71 'shortcuts', 73 'shortcuts',
72 'special_tabs', 74 'special_tabs',
73 # Flaky: crbug.com/67851 75 # Flaky: crbug.com/67851
74 '-special_tabs.SpecialTabsTest.testAboutDNSTab', 76 '-special_tabs.SpecialTabsTest.testAboutDNSTab',
75 'sync', 77 'sync',
76 'test_basic', 78 'test_basic',
77 'themes', 79 'themes',
78 ], 80 ],
(...skipping 161 matching lines...) Expand 10 before | Expand all | Expand 10 after
240 # HTML5 media performance tests. 242 # HTML5 media performance tests.
241 'MEDIA_TESTS': { 243 'MEDIA_TESTS': {
242 'linux': [ 244 'linux': [
243 'media.media_playbacktime', 245 'media.media_playbacktime',
244 'media.media_perf', 246 'media.media_perf',
245 'media.media_fps', 247 'media.media_fps',
246 'media.media_event_simple_test', 248 'media.media_event_simple_test',
247 ], 249 ],
248 }, 250 },
249 } 251 }
OLDNEW
« no previous file with comments | « no previous file | omnibox.py » ('j') | omnibox.py » ('J')

Powered by Google App Engine
This is Rietveld 408576698