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 410 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
421 | 421 |
422 # The FULL suite includes CONTINUOUS, and more. | 422 # The FULL suite includes CONTINUOUS, and more. |
423 # This the suite that gets run on 'Google Chrome' builds. | 423 # This the suite that gets run on 'Google Chrome' builds. |
424 'FULL': { | 424 'FULL': { |
425 'all': [ | 425 'all': [ |
426 '@CONTINUOUS', | 426 '@CONTINUOUS', |
427 'media.media_basic_playback', | 427 'media.media_basic_playback', |
428 'nacl_sdk', | 428 'nacl_sdk', |
429 'translate', | 429 'translate', |
430 | 430 |
431 # Remove when r119687 reaches official builds. Revisit 01/31/2012 | |
432 '-special_tabs.SpecialTabsTest.testSpecialAcceratorTabs', | |
dennis_jeffrey
2012/01/30 21:56:55
might be nice to fix the name of this test sometim
| |
433 | |
431 # ================================================== | 434 # ================================================== |
432 # Disabled tests that need to be investigated/fixed. | 435 # Disabled tests that need to be investigated/fixed. |
433 # ================================================== | 436 # ================================================== |
434 # This test fails due to crbug.com/35485 | 437 # This test fails due to crbug.com/35485 |
435 '-translate.TranslateTest.testBarNotVisibleOnSSLErrorPage', | 438 '-translate.TranslateTest.testBarNotVisibleOnSSLErrorPage', |
436 # This test fails due to crbug.com/50706 | 439 # This test fails due to crbug.com/50706 |
437 '-translate.TranslateTest.testToggleTranslateOption', | 440 '-translate.TranslateTest.testToggleTranslateOption', |
438 # crbug.com/85601 | 441 # crbug.com/85601 |
439 '-translate.TranslateTest.testAlwaysTranslateInIncognito', | 442 '-translate.TranslateTest.testAlwaysTranslateInIncognito', |
440 # This test fails due to crbug.com/85633 | 443 # This test fails due to crbug.com/85633 |
(...skipping 185 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
626 ], | 629 ], |
627 }, | 630 }, |
628 | 631 |
629 # HTML5 media performance tests. | 632 # HTML5 media performance tests. |
630 'AV_PERF': { | 633 'AV_PERF': { |
631 'linux': [ | 634 'linux': [ |
632 'media.media_constrained_network_perf', | 635 'media.media_constrained_network_perf', |
633 ], | 636 ], |
634 }, | 637 }, |
635 } | 638 } |
OLD | NEW |