| 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 408 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 419 }, | 419 }, |
| 420 | 420 |
| 421 # The FULL suite includes CONTINUOUS, and more. | 421 # The FULL suite includes CONTINUOUS, and more. |
| 422 # This the suite that gets run on 'Google Chrome' builds. | 422 # This the suite that gets run on 'Google Chrome' builds. |
| 423 'FULL': { | 423 'FULL': { |
| 424 'all': [ | 424 'all': [ |
| 425 '@CONTINUOUS', | 425 '@CONTINUOUS', |
| 426 'nacl_sdk', | 426 'nacl_sdk', |
| 427 'translate', | 427 'translate', |
| 428 | 428 |
| 429 # Disabled until the changes reach the Google Chrome builders. |
| 430 # Re-enable on 11/02/2011. |
| 431 '-prefs.PrefsTest.testHaveLocalStatePrefs', |
| 432 |
| 429 # =========================== | 433 # =========================== |
| 430 # Permanently-disabled tests. | 434 # Permanently-disabled tests. |
| 431 # =========================== | 435 # =========================== |
| 432 # Can't use automation to change the policy data on Chrome builds. | 436 # Can't use automation to change the policy data on Chrome builds. |
| 433 '-policy', | 437 '-policy', |
| 434 '-policy_prefs_ui', | 438 '-policy_prefs_ui', |
| 435 | 439 |
| 436 # ================================================== | 440 # ================================================== |
| 437 # Disabled tests that need to be investigated/fixed. | 441 # Disabled tests that need to be investigated/fixed. |
| 438 # ================================================== | 442 # ================================================== |
| (...skipping 143 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 582 | 586 |
| 583 # HTML5 media functional tests. | 587 # HTML5 media functional tests. |
| 584 'AV_FUNC': { | 588 'AV_FUNC': { |
| 585 'linux': [ | 589 'linux': [ |
| 586 'media.media_event_simple_action', | 590 'media.media_event_simple_action', |
| 587 'media.media_event_simple_test', | 591 'media.media_event_simple_test', |
| 588 'media.media_event_track', | 592 'media.media_event_track', |
| 589 ], | 593 ], |
| 590 }, | 594 }, |
| 591 } | 595 } |
| OLD | NEW |