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 585 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
596 # Deal with i18n chars. crosbug.com/12639 | 596 # Deal with i18n chars. crosbug.com/12639 |
597 '-translate.TranslateTest.testDownloadsNotTranslated', | 597 '-translate.TranslateTest.testDownloadsNotTranslated', |
598 ], | 598 ], |
599 }, | 599 }, |
600 | 600 |
601 # Performance tests. | 601 # Performance tests. |
602 'PERFORMANCE': { | 602 'PERFORMANCE': { |
603 'all': [ | 603 'all': [ |
604 'perf', | 604 'perf', |
605 | 605 |
606 # ================================================== | |
607 # Disabled tests that need to be investigated/fixed. | |
608 # ================================================== | |
609 '-perf.PageCyclerNetSimTest', # Disable new test until vetted. | |
610 | |
611 # =========================== | 606 # =========================== |
612 # Permanently-disabled tests. | 607 # Permanently-disabled tests. |
613 # =========================== | 608 # =========================== |
614 # Invoked outside of the pyauto_tests framework. | 609 # Invoked outside of the pyauto_tests framework. |
615 '-perf.BenchmarkPerfTest.testSpaceport', | 610 '-perf.BenchmarkPerfTest.testSpaceport', |
616 ], | 611 ], |
617 'win': [ | 612 'win': [ |
618 # ================================================== | 613 # ================================================== |
619 # Disabled tests that need to be investigated/fixed. | 614 # Disabled tests that need to be investigated/fixed. |
620 # ================================================== | 615 # ================================================== |
(...skipping 29 matching lines...) Expand all Loading... |
650 '-perf.WebGLTest', # May not render WebGL; need to verify on QA bot. | 645 '-perf.WebGLTest', # May not render WebGL; need to verify on QA bot. |
651 '-perf.YoutubePerfTest', # AttributeError: AssertPlayingState. | 646 '-perf.YoutubePerfTest', # AttributeError: AssertPlayingState. |
652 | 647 |
653 # =========================== | 648 # =========================== |
654 # Permanently-disabled tests. | 649 # Permanently-disabled tests. |
655 # =========================== | 650 # =========================== |
656 '-perf.MemoryTest', # Designed only for ChromeOS. | 651 '-perf.MemoryTest', # Designed only for ChromeOS. |
657 '-perf.NetflixPerfTest', # Designed only for ChromeOS. | 652 '-perf.NetflixPerfTest', # Designed only for ChromeOS. |
658 ], | 653 ], |
659 'chromeos': [ | 654 'chromeos': [ |
| 655 # ================================================== |
| 656 # Disabled tests that need to be investigated/fixed. |
| 657 # ================================================== |
| 658 '-perf.NetflixPerfTest', # crosbug.com/p/8499. |
| 659 '-perf.PageCyclerNetSimTest', # Investigate Web Page Replay on ChromeOS. |
| 660 |
| 661 # =========================== |
| 662 # Permanently-disabled tests. |
| 663 # =========================== |
660 '-perf.GPUPerfTest', # Designed only for Chrome desktop. | 664 '-perf.GPUPerfTest', # Designed only for Chrome desktop. |
661 '-perf.NetflixPerfTest', # crosbug.com/p/8499. | |
662 ], | 665 ], |
663 }, | 666 }, |
664 | 667 |
665 'PERFORMANCE_LAB': { | 668 'PERFORMANCE_LAB': { |
666 'all': [ | 669 'all': [ |
667 'perf.BenchmarkPerfTest.testV8BenchmarkSuite', | 670 'perf.BenchmarkPerfTest.testV8BenchmarkSuite', |
668 'perf.FlashTest.testFlashGaming', | 671 'perf.FlashTest.testFlashGaming', |
669 'perf.ScrollTest.testGooglePlusScroll', | 672 'perf.ScrollTest.testGooglePlusScroll', |
670 'perf.TabPerfTest.test20Tabs', | 673 'perf.TabPerfTest.test20Tabs', |
671 'perf.WebGLTest.testWebGLSpaceRocks', | 674 'perf.WebGLTest.testWebGLSpaceRocks', |
(...skipping 118 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
790 'all': [ | 793 'all': [ |
791 'media_stream_infobar', | 794 'media_stream_infobar', |
792 'webrtc_call', | 795 'webrtc_call', |
793 | 796 |
794 # Disabled tests. | 797 # Disabled tests. |
795 # ROAP issue: crbug.com/130531 | 798 # ROAP issue: crbug.com/130531 |
796 '-webrtc_call.WebRTCCallTest.testSimpleWebRtcRoapCall', | 799 '-webrtc_call.WebRTCCallTest.testSimpleWebRtcRoapCall', |
797 ], | 800 ], |
798 }, | 801 }, |
799 } | 802 } |
OLD | NEW |