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 478 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
489 # The FULL suite includes CONTINUOUS, and more. | 489 # The FULL suite includes CONTINUOUS, and more. |
490 # This the suite that gets run on 'Google Chrome' builds. | 490 # This the suite that gets run on 'Google Chrome' builds. |
491 'FULL': { | 491 'FULL': { |
492 'all': [ | 492 'all': [ |
493 '@CONTINUOUS', | 493 '@CONTINUOUS', |
494 'about_plugins_ui.ChromeAboutPluginsUITest', | 494 'about_plugins_ui.ChromeAboutPluginsUITest', |
495 'media.media_basic_playback', | 495 'media.media_basic_playback', |
496 'nacl_sdk', | 496 'nacl_sdk', |
497 'translate', | 497 'translate', |
498 | 498 |
| 499 # Re-enable when r124240 reaches builds on QA bots. |
| 500 # crbug.com/125386 |
| 501 '-gtalk.test_basic.BasicTest.testBasicFunctionality', |
| 502 |
499 # ================================================== | 503 # ================================================== |
500 # Disabled tests that need to be investigated/fixed. | 504 # Disabled tests that need to be investigated/fixed. |
501 # ================================================== | 505 # ================================================== |
502 # This test fails due to crbug.com/35485 | 506 # This test fails due to crbug.com/35485 |
503 '-translate.TranslateTest.testBarNotVisibleOnSSLErrorPage', | 507 '-translate.TranslateTest.testBarNotVisibleOnSSLErrorPage', |
504 # This test fails due to crbug.com/50706 | 508 # This test fails due to crbug.com/50706 |
505 '-translate.TranslateTest.testToggleTranslateOption', | 509 '-translate.TranslateTest.testToggleTranslateOption', |
506 # crbug.com/85601 | 510 # crbug.com/85601 |
507 '-translate.TranslateTest.testAlwaysTranslateInIncognito', | 511 '-translate.TranslateTest.testAlwaysTranslateInIncognito', |
508 # This test fails due to crbug.com/85633 | 512 # This test fails due to crbug.com/85633 |
(...skipping 238 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
747 | 751 |
748 # HTML5 media performance tests. | 752 # HTML5 media performance tests. |
749 'AV_PERF': { | 753 'AV_PERF': { |
750 'linux': [ | 754 'linux': [ |
751 'media.media_constrained_network_perf', | 755 'media.media_constrained_network_perf', |
752 'media.media_stat_perf', | 756 'media.media_stat_perf', |
753 'media.media_seek_perf', | 757 'media.media_seek_perf', |
754 ], | 758 ], |
755 }, | 759 }, |
756 } | 760 } |
OLD | NEW |