OLD | NEW |
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 Loading... |
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 Loading... |
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 } |
OLD | NEW |