| 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 30 matching lines...) Expand all Loading... |
| 41 'bookmarks', | 41 'bookmarks', |
| 42 'browser', | 42 'browser', |
| 43 'browsing_data', | 43 'browsing_data', |
| 44 'codesign', | 44 'codesign', |
| 45 'content', | 45 'content', |
| 46 '-content.ContentTest.testTopSitesContent', # crbug.com/71824 | 46 '-content.ContentTest.testTopSitesContent', # crbug.com/71824 |
| 47 'cookies', | 47 'cookies', |
| 48 'crash_reporter', | 48 'crash_reporter', |
| 49 'databases', | 49 'databases', |
| 50 'downloads', | 50 'downloads', |
| 51 'find_in_page', | 51 'find_in_page', |
| 52 '-find_in_page.FindMatchTests.testSearchInPDF', # crbug.com/83763 | |
| 53 # Turkish I problem. crbug.com/60638 | 52 # Turkish I problem. crbug.com/60638 |
| 54 '-find_in_page.FindMatchTests.testLocalizationAndCaseOrder', | 53 '-find_in_page.FindMatchTests.testLocalizationAndCaseOrder', |
| 55 'execute_javascript', | 54 'execute_javascript', |
| 56 'history', | 55 'history', |
| 57 'https', | 56 'https', |
| 58 'imports', | 57 'imports', |
| 59 'infobars', | 58 'infobars', |
| 60 'instant', | 59 'instant', |
| 61 # crbug.com/83459 | 60 # crbug.com/83459 |
| 62 '-instant.InstantTest.testPreFetchInstantURLSetsNoCookies', | 61 '-instant.InstantTest.testPreFetchInstantURLSetsNoCookies', |
| 63 'navigation', | 62 'navigation', |
| 64 'notifications', | 63 'notifications', |
| 65 'ntp', | 64 'ntp', |
| 66 'omnibox', | 65 'omnibox', |
| 67 '-omnibox.OmniboxTest.testHistoryResult', # crbug.com/71715 | 66 '-omnibox.OmniboxTest.testHistoryResult', # crbug.com/71715 |
| 68 'passwords', | 67 'passwords', |
| 69 '-pdf', # crbug.com/83763 | 68 'pdf', |
| 70 'plugins', | 69 'plugins', |
| 71 'plugins_check', | 70 'plugins_check', |
| 72 'popups', | 71 'popups', |
| 73 # crbug.com/82629 - real bug. | 72 # crbug.com/82629 - real bug. |
| 74 '-popups.PopupsTest.testPopupsLaunchUponBrowserBackButton', | 73 '-popups.PopupsTest.testPopupsLaunchUponBrowserBackButton', |
| 75 # crbug.com/47935 | 74 # crbug.com/47935 |
| 76 '-popups.PopupsTest.testBlockedPopupNotShowInHistory', | 75 '-popups.PopupsTest.testBlockedPopupNotShowInHistory', |
| 77 # crbug.com/83827 | 76 # crbug.com/83827 |
| 78 '-popups.PopupsTest.testUnblockedPopupShowsInHistory', | 77 '-popups.PopupsTest.testUnblockedPopupShowsInHistory', |
| 79 'prefs', | 78 'prefs', |
| (...skipping 172 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 252 # HTML5 media performance tests. | 251 # HTML5 media performance tests. |
| 253 'MEDIA_TESTS': { | 252 'MEDIA_TESTS': { |
| 254 'linux': [ | 253 'linux': [ |
| 255 'media.media_playbacktime', | 254 'media.media_playbacktime', |
| 256 'media.media_perf', | 255 'media.media_perf', |
| 257 'media.media_fps', | 256 'media.media_fps', |
| 258 'media.media_event_simple_test', | 257 'media.media_event_simple_test', |
| 259 ], | 258 ], |
| 260 }, | 259 }, |
| 261 } | 260 } |
| OLD | NEW |