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 518 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
529 | 529 |
530 'mac': [ | 530 'mac': [ |
531 # =========================== | 531 # =========================== |
532 # Permanently-disabled tests. | 532 # Permanently-disabled tests. |
533 # =========================== | 533 # =========================== |
534 # Consistently failing on Mac QA bots only: crbug.com/97810 | 534 # Consistently failing on Mac QA bots only: crbug.com/97810 |
535 '-process_count', | 535 '-process_count', |
536 ], | 536 ], |
537 | 537 |
538 'linux': [ | 538 'linux': [ |
539 | |
540 # Re-enable on 05/01/2012 when r134601 reaches linux QA bots. | |
541 '-special_tabs.SpecialTabsTest.testSpecialURLTabs', | |
542 | |
543 # Add back the omnibox tests excluded from the CONTINUOUS suite above | 539 # Add back the omnibox tests excluded from the CONTINUOUS suite above |
544 # because they do not produce omnibox results under virtual X on linux. | 540 # because they do not produce omnibox results under virtual X on linux. |
545 # crbug.com/85310 | 541 # crbug.com/85310 |
546 'instant', | 542 'instant', |
547 'omnibox.OmniboxTest.testAppComboNameWithSpecialCharSearch', | 543 'omnibox.OmniboxTest.testAppComboNameWithSpecialCharSearch', |
548 'omnibox.OmniboxTest.testAppNameWithNumberSearch', | 544 'omnibox.OmniboxTest.testAppNameWithNumberSearch', |
549 'omnibox.OmniboxTest.testAppNameWithSpaceSearch', | 545 'omnibox.OmniboxTest.testAppNameWithSpaceSearch', |
550 'omnibox.OmniboxTest.testAppSearchWithVeryLongAppName', | 546 'omnibox.OmniboxTest.testAppSearchWithVeryLongAppName', |
551 'omnibox.OmniboxTest.testAutoCompleteForNonAsciiSearch', | 547 'omnibox.OmniboxTest.testAutoCompleteForNonAsciiSearch', |
552 'omnibox.OmniboxTest.testAutoCompleteForSearch', | 548 'omnibox.OmniboxTest.testAutoCompleteForSearch', |
(...skipping 161 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
714 | 710 |
715 # HTML5 media performance tests. | 711 # HTML5 media performance tests. |
716 'AV_PERF': { | 712 'AV_PERF': { |
717 'linux': [ | 713 'linux': [ |
718 'media.media_constrained_network_perf', | 714 'media.media_constrained_network_perf', |
719 'media.media_stat_perf', | 715 'media.media_stat_perf', |
720 'media.media_seek_perf', | 716 'media.media_seek_perf', |
721 ], | 717 ], |
722 }, | 718 }, |
723 } | 719 } |
OLD | NEW |