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 542 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
553 # crbug.com/113090 | 553 # crbug.com/113090 |
554 '-extensions.ExtensionsTest.testAllowIncognitoExtension', | 554 '-extensions.ExtensionsTest.testAllowIncognitoExtension', |
555 # crbug.com/115646 | 555 # crbug.com/115646 |
556 '-translate.TranslateTest.testSeveralLanguages', | 556 '-translate.TranslateTest.testSeveralLanguages', |
557 ], | 557 ], |
558 | 558 |
559 'mac': [ | 559 'mac': [ |
560 # =========================== | 560 # =========================== |
561 # Permanently-disabled tests. | 561 # Permanently-disabled tests. |
562 # =========================== | 562 # =========================== |
563 # Fails on chrome-mac-10_7-qa only: crbug.com/124886 | |
Nirnimesh
2012/04/24 21:41:15
Disable in 'CONTINUOUS' suite, close to other keyc
dyu1
2012/04/24 22:12:16
Done.
| |
564 '-fullscreen_mouselock.FullscreenMouselockTest.testPrefsForFullscreenExit' , | |
563 # Consistently failing on Mac QA bots only: crbug.com/97810 | 565 # Consistently failing on Mac QA bots only: crbug.com/97810 |
564 '-process_count', | 566 '-process_count', |
565 # crbug.com/115646 | 567 # crbug.com/115646 |
566 '-translate.TranslateTest.testSeveralLanguages', | 568 '-translate.TranslateTest.testSeveralLanguages', |
567 ], | 569 ], |
568 | 570 |
569 'linux': [ | 571 'linux': [ |
570 # Add back the omnibox tests excluded from the CONTINUOUS suite above | 572 # Add back the omnibox tests excluded from the CONTINUOUS suite above |
571 # because they do not produce omnibox results under virtual X on linux. | 573 # because they do not produce omnibox results under virtual X on linux. |
572 # crbug.com/85310 | 574 # crbug.com/85310 |
(...skipping 164 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
737 | 739 |
738 # HTML5 media performance tests. | 740 # HTML5 media performance tests. |
739 'AV_PERF': { | 741 'AV_PERF': { |
740 'linux': [ | 742 'linux': [ |
741 'media.media_constrained_network_perf', | 743 'media.media_constrained_network_perf', |
742 'media.media_jerky', | 744 'media.media_jerky', |
743 'media.media_stat_perf', | 745 'media.media_stat_perf', |
744 ], | 746 ], |
745 }, | 747 }, |
746 } | 748 } |
OLD | NEW |