| 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 415 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 426 }, | 426 }, |
| 427 | 427 |
| 428 # The FULL suite includes CONTINUOUS, and more. | 428 # The FULL suite includes CONTINUOUS, and more. |
| 429 # This the suite that gets run on 'Google Chrome' builds. | 429 # This the suite that gets run on 'Google Chrome' builds. |
| 430 'FULL': { | 430 'FULL': { |
| 431 'all': [ | 431 'all': [ |
| 432 '@CONTINUOUS', | 432 '@CONTINUOUS', |
| 433 'nacl_sdk', | 433 'nacl_sdk', |
| 434 'translate', | 434 'translate', |
| 435 | 435 |
| 436 # crbug.com/103427 has been fixed on trunk. | |
| 437 # Disabled until r110327 reaches Google Chrome builds. | |
| 438 # Re-enable on 11/17/2011 | |
| 439 '-notifications.NotificationsTest.testIncognitoNotification', | |
| 440 '-notifications.NotificationsTest.testOriginPrefsNotSavedInIncognito', | |
| 441 | |
| 442 # =========================== | 436 # =========================== |
| 443 # Permanently-disabled tests. | 437 # Permanently-disabled tests. |
| 444 # =========================== | 438 # =========================== |
| 445 # Can't use automation to change the policy data on Chrome builds. | 439 # Can't use automation to change the policy data on Chrome builds. |
| 446 '-policy', | 440 '-policy', |
| 447 '-policy_prefs_ui', | 441 '-policy_prefs_ui', |
| 448 | 442 |
| 449 # ================================================== | 443 # ================================================== |
| 450 # Disabled tests that need to be investigated/fixed. | 444 # Disabled tests that need to be investigated/fixed. |
| 451 # ================================================== | 445 # ================================================== |
| (...skipping 164 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 616 | 610 |
| 617 # HTML5 media functional tests. | 611 # HTML5 media functional tests. |
| 618 'AV_FUNC': { | 612 'AV_FUNC': { |
| 619 'linux': [ | 613 'linux': [ |
| 620 'media.media_event_simple_action', | 614 'media.media_event_simple_action', |
| 621 'media.media_event_simple_test', | 615 'media.media_event_simple_test', |
| 622 'media.media_event_track', | 616 'media.media_event_track', |
| 623 ], | 617 ], |
| 624 }, | 618 }, |
| 625 } | 619 } |
| OLD | NEW |