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