| 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 31 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 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 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 |