| 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 54 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 65 # crbug.com/76639 | 65 # crbug.com/76639 |
| 66 '-instant.InstantTest.testInstantLoadsFor100CharsLongQuery', | 66 '-instant.InstantTest.testInstantLoadsFor100CharsLongQuery', |
| 67 'navigation', | 67 'navigation', |
| 68 'notifications', | 68 'notifications', |
| 69 # crbug.com/80510 | 69 # crbug.com/80510 |
| 70 '-notifications.NotificationsTest.testKillNotificationProcess', | 70 '-notifications.NotificationsTest.testKillNotificationProcess', |
| 71 'ntp', | 71 'ntp', |
| 72 'omnibox', | 72 'omnibox', |
| 73 '-omnibox.OmniboxTest.testHistoryResult', # crbug.com/71715 | 73 '-omnibox.OmniboxTest.testHistoryResult', # crbug.com/71715 |
| 74 # crbug.com/73078 | 74 # crbug.com/73078 |
| 75 '-passwords', | 75 '-passwords.PasswordTest.testRemovePasswords', |
| 76 '-passwords.PasswordTest.testDisplayAndSavePasswordInfobar', |
| 77 '-passwords.PasswordTest.testNeverSavePasswords', |
| 78 '-passwords.PasswordTest.testSavedPasswordInTabsAndWindows', |
| 79 '-passwords.PasswordTest.testInfoBarDisappearByNavigatingPage', |
| 80 '-passwords.PasswordTest.testInfoBarDisappearByReload', |
| 81 '-passwords.PasswordTest.testPasswdInfoNotStoredWhenAutocompleteOff', |
| 82 '-passwords.PasswordTest.testClearFetchedCredForNewUserName', |
| 76 'pdf', | 83 'pdf', |
| 77 'plugins', | 84 'plugins', |
| 78 'plugins_check', | 85 'plugins_check', |
| 79 'popups', | 86 'popups', |
| 80 'prefs', | 87 'prefs', |
| 81 'search_engines', | 88 'search_engines', |
| 82 'shortcuts', | 89 'shortcuts', |
| 83 'special_tabs', | 90 'special_tabs', |
| 84 # Flaky: crbug.com/67851 | 91 # Flaky: crbug.com/67851 |
| 85 '-special_tabs.SpecialTabsTest.testAboutDNSTab', | 92 '-special_tabs.SpecialTabsTest.testAboutDNSTab', |
| (...skipping 153 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 239 # HTML5 media performance tests. | 246 # HTML5 media performance tests. |
| 240 'MEDIA_TESTS': { | 247 'MEDIA_TESTS': { |
| 241 'linux': [ | 248 'linux': [ |
| 242 'media.media_playbacktime', | 249 'media.media_playbacktime', |
| 243 'media.media_perf', | 250 'media.media_perf', |
| 244 'media.media_fps', | 251 'media.media_fps', |
| 245 'media.media_event_simple_test', | 252 'media.media_event_simple_test', |
| 246 ], | 253 ], |
| 247 }, | 254 }, |
| 248 } | 255 } |
| OLD | NEW |