| 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 152 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 163 '-browser.BrowserTest.testWindowResize', # crbug.com/44963 | 163 '-browser.BrowserTest.testWindowResize', # crbug.com/44963 |
| 164 # System password manager obstructs password automation. | 164 # System password manager obstructs password automation. |
| 165 '-passwords', | 165 '-passwords', |
| 166 # Gnome / kwallet popups on linux break sync tests. crbug.com/80329 | 166 # Gnome / kwallet popups on linux break sync tests. crbug.com/80329 |
| 167 '-sync', | 167 '-sync', |
| 168 | 168 |
| 169 # Several omnibox tests do not show omnibox results when run | 169 # Several omnibox tests do not show omnibox results when run |
| 170 # under virtual X on linux. The CONTINUOUS suite runs under virtual X | 170 # under virtual X on linux. The CONTINUOUS suite runs under virtual X |
| 171 # on the chromium bots, so exlcude these from here. They're included | 171 # on the chromium bots, so exlcude these from here. They're included |
| 172 # back in the FULL suite below. | 172 # back in the FULL suite below. |
| 173 # crbug.com/85632 |
| 174 '-flash.FlashTest.testDisableFlashPlugin', |
| 173 # crbug.com/85310 | 175 # crbug.com/85310 |
| 174 '-instant', | 176 '-instant', |
| 175 '-omnibox.OmniboxTest.testBookmarkResultInNewTabAndWindow', | 177 '-omnibox.OmniboxTest.testBookmarkResultInNewTabAndWindow', |
| 176 '-omnibox.OmniboxTest.testDifferentTypesOfResults', | 178 '-omnibox.OmniboxTest.testDifferentTypesOfResults', |
| 177 '-omnibox.OmniboxTest.testFetchHistoryResultItems', | 179 '-omnibox.OmniboxTest.testFetchHistoryResultItems', |
| 178 '-omnibox.OmniboxTest.testInlinAutoComplete', | 180 '-omnibox.OmniboxTest.testInlinAutoComplete', |
| 179 '-omnibox.OmniboxTest.testSelect', | 181 '-omnibox.OmniboxTest.testSelect', |
| 180 '-omnibox.OmniboxTest.testSuggestPref', | 182 '-omnibox.OmniboxTest.testSuggestPref', |
| 181 ], | 183 ], |
| 182 | 184 |
| (...skipping 128 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 311 # HTML5 media performance tests. | 313 # HTML5 media performance tests. |
| 312 'MEDIA_TESTS': { | 314 'MEDIA_TESTS': { |
| 313 'linux': [ | 315 'linux': [ |
| 314 'media.media_playbacktime', | 316 'media.media_playbacktime', |
| 315 'media.media_perf', | 317 'media.media_perf', |
| 316 'media.media_fps', | 318 'media.media_fps', |
| 317 'media.media_event_simple_test', | 319 'media.media_event_simple_test', |
| 318 ], | 320 ], |
| 319 }, | 321 }, |
| 320 } | 322 } |
| OLD | NEW |