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 432 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
443 | 443 |
444 # The FULL suite includes CONTINUOUS, and more. | 444 # The FULL suite includes CONTINUOUS, and more. |
445 # This the suite that gets run on 'Google Chrome' builds. | 445 # This the suite that gets run on 'Google Chrome' builds. |
446 'FULL': { | 446 'FULL': { |
447 'all': [ | 447 'all': [ |
448 '@CONTINUOUS', | 448 '@CONTINUOUS', |
449 'media.media_basic_playback', | 449 'media.media_basic_playback', |
450 'nacl_sdk', | 450 'nacl_sdk', |
451 'translate', | 451 'translate', |
452 'about_plugins_ui', | 452 'about_plugins_ui', |
453 'apptest', | |
Nirnimesh
2012/02/28 09:13:09
why not in CONTINUOUS?
FULL runs on branded build
craigdh
2012/02/28 22:42:56
Moved.
| |
453 | 454 |
454 # ================================================== | 455 # ================================================== |
455 # Disabled tests that need to be investigated/fixed. | 456 # Disabled tests that need to be investigated/fixed. |
456 # ================================================== | 457 # ================================================== |
457 # This test fails due to crbug.com/35485 | 458 # This test fails due to crbug.com/35485 |
458 '-translate.TranslateTest.testBarNotVisibleOnSSLErrorPage', | 459 '-translate.TranslateTest.testBarNotVisibleOnSSLErrorPage', |
459 # This test fails due to crbug.com/50706 | 460 # This test fails due to crbug.com/50706 |
460 '-translate.TranslateTest.testToggleTranslateOption', | 461 '-translate.TranslateTest.testToggleTranslateOption', |
461 # crbug.com/85601 | 462 # crbug.com/85601 |
462 '-translate.TranslateTest.testAlwaysTranslateInIncognito', | 463 '-translate.TranslateTest.testAlwaysTranslateInIncognito', |
(...skipping 194 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
657 ], | 658 ], |
658 }, | 659 }, |
659 | 660 |
660 # HTML5 media performance tests. | 661 # HTML5 media performance tests. |
661 'AV_PERF': { | 662 'AV_PERF': { |
662 'linux': [ | 663 'linux': [ |
663 'media.media_constrained_network_perf', | 664 'media.media_constrained_network_perf', |
664 ], | 665 ], |
665 }, | 666 }, |
666 } | 667 } |
OLD | NEW |