| 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 241 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 252 # System password manager obstructs password automation. | 252 # System password manager obstructs password automation. |
| 253 '-passwords', | 253 '-passwords', |
| 254 | 254 |
| 255 # ================================================== | 255 # ================================================== |
| 256 # Disabled tests that need to be investigated/fixed. | 256 # Disabled tests that need to be investigated/fixed. |
| 257 # ================================================== | 257 # ================================================== |
| 258 # crbug.com/91225 | 258 # crbug.com/91225 |
| 259 '-find_in_page.FindMatchTests.testSearchInPDF', | 259 '-find_in_page.FindMatchTests.testSearchInPDF', |
| 260 # crbug.com/85310 | 260 # crbug.com/85310 |
| 261 '-instant', | 261 '-instant', |
| 262 # crbug.com/91033 |
| 263 '-omnibox.OmniboxTest.testOmniboxSearchHistory', |
| 262 # Gnome / kwallet popups on linux break sync tests. crbug.com/80329 | 264 # Gnome / kwallet popups on linux break sync tests. crbug.com/80329 |
| 263 '-sync', | 265 '-sync', |
| 264 # crbug.com/87837 | 266 # crbug.com/87837 |
| 265 '-plugins.PluginsTest.testKillAndReloadAllPlugins', | 267 '-plugins.PluginsTest.testKillAndReloadAllPlugins', |
| 266 # crbug.com/66072 | 268 # crbug.com/66072 |
| 267 '-notifications.NotificationsTest.testNotificationOrderAfterClosingOne', | 269 '-notifications.NotificationsTest.testNotificationOrderAfterClosingOne', |
| 268 ], | 270 ], |
| 269 | 271 |
| 270 # ChromeOS is linux, but note that this section does not include the | 272 # ChromeOS is linux, but note that this section does not include the |
| 271 # entries in the linux section above. | 273 # entries in the linux section above. |
| (...skipping 304 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 576 | 578 |
| 577 # HTML5 media functional tests. | 579 # HTML5 media functional tests. |
| 578 'AV_FUNC': { | 580 'AV_FUNC': { |
| 579 'linux': [ | 581 'linux': [ |
| 580 'media.media_event_simple_action', | 582 'media.media_event_simple_action', |
| 581 'media.media_event_simple_test', | 583 'media.media_event_simple_test', |
| 582 'media.media_event_track', | 584 'media.media_event_track', |
| 583 ], | 585 ], |
| 584 }, | 586 }, |
| 585 } | 587 } |
| OLD | NEW |