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 35 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
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 # crbug.com/83459 |
| 57 '-instant.InstantTest.testPreFetchInstantURLSetsNoCookies', |
56 'navigation', | 58 'navigation', |
57 'notifications', | 59 'notifications', |
58 'ntp', | 60 'ntp', |
59 'omnibox', | 61 'omnibox', |
60 '-omnibox.OmniboxTest.testHistoryResult', # crbug.com/71715 | 62 '-omnibox.OmniboxTest.testHistoryResult', # crbug.com/71715 |
61 'passwords', | 63 'passwords', |
62 'pdf', | 64 'pdf', |
63 'plugins', | 65 'plugins', |
64 'plugins_check', | 66 'plugins_check', |
65 'popups', | 67 'popups', |
(...skipping 169 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
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 } |
OLD | NEW |