| 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 491 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 502 '-enterprise.EnterpriseTestReverse.testDefaultSearchProviderDisabled', | 502 '-enterprise.EnterpriseTestReverse.testDefaultSearchProviderDisabled', |
| 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 ], | 513 ], |
| 513 | 514 |
| 514 'mac': [ | 515 'mac': [ |
| 515 # Consistently failing on Mac QA bots only: crbug.com/97810 | 516 # Consistently failing on Mac QA bots only: crbug.com/97810 |
| 516 '-process_count', | 517 '-process_count', |
| 517 ], | 518 ], |
| 518 | 519 |
| 519 'linux': [ | 520 'linux': [ |
| 520 'enterprise', | 521 'enterprise', |
| 521 # Add back the omnibox tests excluded from the CONTINUOUS suite above | 522 # Add back the omnibox tests excluded from the CONTINUOUS suite above |
| (...skipping 118 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 640 | 641 |
| 641 # HTML5 media functional tests. | 642 # HTML5 media functional tests. |
| 642 'AV_FUNC': { | 643 'AV_FUNC': { |
| 643 'linux': [ | 644 'linux': [ |
| 644 'media.media_event_simple_action', | 645 'media.media_event_simple_action', |
| 645 'media.media_event_simple_test', | 646 'media.media_event_simple_test', |
| 646 'media.media_event_track', | 647 'media.media_event_track', |
| 647 ], | 648 ], |
| 648 }, | 649 }, |
| 649 } | 650 } |
| OLD | NEW |