OLD | NEW |
1 # Copyright (c) 2012 The Chromium Authors. All rights reserved. | 1 # Copyright (c) 2012 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 549 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
560 '-autofill.AutofillTest.testDisplayLineItemForEntriesWithNoCCNum', | 560 '-autofill.AutofillTest.testDisplayLineItemForEntriesWithNoCCNum', |
561 '-autofill.AutofillTest.testPostalCodeAndStateLabelsBasedOnCountry', | 561 '-autofill.AutofillTest.testPostalCodeAndStateLabelsBasedOnCountry', |
562 # crbug.com/115707 | 562 # crbug.com/115707 |
563 '-browser.BrowserTest.testMaxProcess', | 563 '-browser.BrowserTest.testMaxProcess', |
564 # crbug.com/111289 | 564 # crbug.com/111289 |
565 '-extensions.ExtensionsTest.testAllowAccessFileURLs', | 565 '-extensions.ExtensionsTest.testAllowAccessFileURLs', |
566 # crbug.com/113090 | 566 # crbug.com/113090 |
567 '-extensions.ExtensionsTest.testAllowIncognitoExtension', | 567 '-extensions.ExtensionsTest.testAllowIncognitoExtension', |
568 # crbug.com/115646 | 568 # crbug.com/115646 |
569 '-translate.TranslateTest.testSeveralLanguages', | 569 '-translate.TranslateTest.testSeveralLanguages', |
570 # crbug.com/125062 | |
571 '-about_plugins_ui.ChromeAboutPluginsUITest.testEnableAndDisableFlashPlugi
n', | |
572 ], | 570 ], |
573 | 571 |
574 'mac': [ | 572 'mac': [ |
575 # =========================== | 573 # =========================== |
576 # Permanently-disabled tests. | 574 # Permanently-disabled tests. |
577 # =========================== | 575 # =========================== |
578 # Consistently failing on Mac QA bots only: crbug.com/97810 | 576 # Consistently failing on Mac QA bots only: crbug.com/97810 |
579 '-process_count', | 577 '-process_count', |
580 # crbug.com/115646 | 578 # crbug.com/115646 |
581 '-translate.TranslateTest.testSeveralLanguages', | 579 '-translate.TranslateTest.testSeveralLanguages', |
(...skipping 169 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
751 | 749 |
752 # HTML5 media performance tests. | 750 # HTML5 media performance tests. |
753 'AV_PERF': { | 751 'AV_PERF': { |
754 'linux': [ | 752 'linux': [ |
755 'media.media_constrained_network_perf', | 753 'media.media_constrained_network_perf', |
756 'media.media_stat_perf', | 754 'media.media_stat_perf', |
757 'media.media_seek_perf', | 755 'media.media_seek_perf', |
758 ], | 756 ], |
759 }, | 757 }, |
760 } | 758 } |
OLD | NEW |