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 492 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
503 # crbug.com/98500 | 503 # crbug.com/98500 |
504 '-enterprise.EnterpriseTestReverse.testAlwaysAuthorizePluginsDisabled', | 504 '-enterprise.EnterpriseTestReverse.testAlwaysAuthorizePluginsDisabled', |
505 # crbug.com/96896 | 505 # crbug.com/96896 |
506 '-enterprise.EnterpriseTest.testDisabledPlugins', | 506 '-enterprise.EnterpriseTest.testDisabledPlugins', |
507 '-enterprise.EnterpriseTest.testEnabledPlugins', | 507 '-enterprise.EnterpriseTest.testEnabledPlugins', |
508 # crbug.com/100893 | 508 # crbug.com/100893 |
509 '-enterprise.EnterpriseTestReverse.testEnableSPDY', | 509 '-enterprise.EnterpriseTestReverse.testEnableSPDY', |
510 # crbug.com/105948 | 510 # crbug.com/105948 |
511 '-autofill.AutofillTest.testDisplayLineItemForEntriesWithNoCCNum', | 511 '-autofill.AutofillTest.testDisplayLineItemForEntriesWithNoCCNum', |
512 '-autofill.AutofillTest.testPostalCodeAndStateLabelsBasedOnCountry', | 512 '-autofill.AutofillTest.testPostalCodeAndStateLabelsBasedOnCountry', |
513 # crbug.com/105948 | |
dennis_jeffrey
2011/12/01 00:01:38
This should be bug 105632.
Venkat Yellapu
2011/12/01 00:09:40
Done.
| |
514 '-plugins.PluginsTest.testBlockPluginException', | |
dennis_jeffrey
2011/12/01 00:01:38
I think we should disable this in the CONTINUOUS s
Venkat Yellapu
2011/12/01 00:09:40
Done.
| |
513 ], | 515 ], |
514 | 516 |
515 'mac': [ | 517 'mac': [ |
516 # Consistently failing on Mac QA bots only: crbug.com/97810 | 518 # Consistently failing on Mac QA bots only: crbug.com/97810 |
517 '-process_count', | 519 '-process_count', |
518 ], | 520 ], |
519 | 521 |
520 'linux': [ | 522 'linux': [ |
521 'enterprise', | 523 'enterprise', |
522 # Add back the omnibox tests excluded from the CONTINUOUS suite above | 524 # Add back the omnibox tests excluded from the CONTINUOUS suite above |
(...skipping 118 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
641 | 643 |
642 # HTML5 media functional tests. | 644 # HTML5 media functional tests. |
643 'AV_FUNC': { | 645 'AV_FUNC': { |
644 'linux': [ | 646 'linux': [ |
645 'media.media_event_simple_action', | 647 'media.media_event_simple_action', |
646 'media.media_event_simple_test', | 648 'media.media_event_simple_test', |
647 'media.media_event_track', | 649 'media.media_event_track', |
648 ], | 650 ], |
649 }, | 651 }, |
650 } | 652 } |
OLD | NEW |