| 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 583 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 594 '-translate.TranslateTest.testSessionRestore', | 594 '-translate.TranslateTest.testSessionRestore', |
| 595 # Deal with i18n chars. crosbug.com/12639 | 595 # Deal with i18n chars. crosbug.com/12639 |
| 596 '-translate.TranslateTest.testDownloadsNotTranslated', | 596 '-translate.TranslateTest.testDownloadsNotTranslated', |
| 597 ], | 597 ], |
| 598 }, | 598 }, |
| 599 | 599 |
| 600 # Performance tests. | 600 # Performance tests. |
| 601 'PERFORMANCE': { | 601 'PERFORMANCE': { |
| 602 'all': [ | 602 'all': [ |
| 603 'perf', | 603 'perf', |
| 604 '-perf.WebPageReplayPageCyclerTest', # Disable new test until vetted. | 604 '-perf.PageCyclerNetSimTest', # Disable new test until vetted. |
| 605 # Invoked outside of the pyauto_tests framework. | 605 # Invoked outside of the pyauto_tests framework. |
| 606 '-perf.BenchmarkPerfTest.testSpaceport', | 606 '-perf.BenchmarkPerfTest.testSpaceport', |
| 607 ], | 607 ], |
| 608 'win': [ | 608 'win': [ |
| 609 '-perf.GPUPerfTest', # Fails. Discuss with prachij@. | 609 '-perf.GPUPerfTest', # Fails. Discuss with prachij@. |
| 610 '-perf.LiveGamePerfTest', # Requires linux /proc/stat. | 610 '-perf.LiveGamePerfTest', # Requires linux /proc/stat. |
| 611 '-perf.MemoryTest', # Designed only for ChromeOS. | 611 '-perf.MemoryTest', # Designed only for ChromeOS. |
| 612 '-perf.NetflixPerfTest', # Netflix plugin not available. | 612 '-perf.NetflixPerfTest', # Netflix plugin not available. |
| 613 '-perf.YoutubePerfTest', # AttributeError: AssertPlayingState. | 613 '-perf.YoutubePerfTest', # AttributeError: AssertPlayingState. |
| 614 ], | 614 ], |
| (...skipping 135 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 750 'all': [ | 750 'all': [ |
| 751 'media_stream_infobar', | 751 'media_stream_infobar', |
| 752 'webrtc_call', | 752 'webrtc_call', |
| 753 | 753 |
| 754 # Disabled tests. | 754 # Disabled tests. |
| 755 # ROAP issue: crbug.com/130531 | 755 # ROAP issue: crbug.com/130531 |
| 756 '-webrtc_call.WebRTCCallTest.testSimpleWebRtcRoapCall', | 756 '-webrtc_call.WebRTCCallTest.testSimpleWebRtcRoapCall', |
| 757 ], | 757 ], |
| 758 }, | 758 }, |
| 759 } | 759 } |
| OLD | NEW |