| 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 112 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 123 '-downloads.DownloadsTest.testOpenWhenDone', | 123 '-downloads.DownloadsTest.testOpenWhenDone', |
| 124 '-downloads.DownloadsTest.testAlwaysOpenFileType', | 124 '-downloads.DownloadsTest.testAlwaysOpenFileType', |
| 125 '-instant.InstantTest.testInstantNavigation', # crbug.com/69090 | 125 '-instant.InstantTest.testInstantNavigation', # crbug.com/69090 |
| 126 # crbug.com/66072 | 126 # crbug.com/66072 |
| 127 '-notifications.NotificationsTest.testNotificationOrderAfterClosingOne', | 127 '-notifications.NotificationsTest.testNotificationOrderAfterClosingOne', |
| 128 '-ntp.NTPTest.testLaunchAppNewWindow', # crbug.com/79812 | 128 '-ntp.NTPTest.testLaunchAppNewWindow', # crbug.com/79812 |
| 129 # crbug.com/70437 | 129 # crbug.com/70437 |
| 130 '-omnibox.OmniboxTest.testHistoryResult', | 130 '-omnibox.OmniboxTest.testHistoryResult', |
| 131 # crbug.com/79263 | 131 # crbug.com/79263 |
| 132 '-popups.PopupsTest.testPopupsLaunchUponBrowserBackButton', | 132 '-popups.PopupsTest.testPopupsLaunchUponBrowserBackButton', |
| 133 # crbug.com/69619 |
| 134 '-search_engines.SearchEnginesTest.testDiscoverSearchEngine', |
| 133 # Keychain popups make sync tests difficult on Mac. crbug.com/49378 | 135 # Keychain popups make sync tests difficult on Mac. crbug.com/49378 |
| 134 '-sync', | 136 '-sync', |
| 135 ], | 137 ], |
| 136 | 138 |
| 137 'linux': [ # linux != chromeos | 139 'linux': [ # linux != chromeos |
| 138 '-browser.BrowserTest.testWindowResize', # crbug.com/44963 | 140 '-browser.BrowserTest.testWindowResize', # crbug.com/44963 |
| 139 # System password manager obstructs password automation. | 141 # System password manager obstructs password automation. |
| 140 '-passwords', | 142 '-passwords', |
| 141 # Gnome / kwallet popups on linux break sync tests. crbug.com/80329 | 143 # Gnome / kwallet popups on linux break sync tests. crbug.com/80329 |
| 142 '-sync', | 144 '-sync', |
| (...skipping 107 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 250 # HTML5 media performance tests. | 252 # HTML5 media performance tests. |
| 251 'MEDIA_TESTS': { | 253 'MEDIA_TESTS': { |
| 252 'linux': [ | 254 'linux': [ |
| 253 'media.media_playbacktime', | 255 'media.media_playbacktime', |
| 254 'media.media_perf', | 256 'media.media_perf', |
| 255 'media.media_fps', | 257 'media.media_fps', |
| 256 'media.media_event_simple_test', | 258 'media.media_event_simple_test', |
| 257 ], | 259 ], |
| 258 }, | 260 }, |
| 259 } | 261 } |
| OLD | NEW |