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 16 matching lines...) Expand all Loading... | |
27 # Names beginning with '@' will be treated as suite names and will be | 27 # Names beginning with '@' will be treated as suite names and will be |
28 # recursively expanded. | 28 # recursively expanded. |
29 | 29 |
30 { | 30 { |
31 # The CONTINUOUS suite includes tests that we expect to pass on a | 31 # The CONTINUOUS suite includes tests that we expect to pass on a |
32 # continuous builder. | 32 # continuous builder. |
33 # This is the suite that gets run on 'Chromium' builds. | 33 # This is the suite that gets run on 'Chromium' builds. |
34 'CONTINUOUS': { | 34 'CONTINUOUS': { |
35 'all': [ | 35 'all': [ |
36 'autofill', | 36 'autofill', |
37 'about_plugins_ui.AboutPluginsTest.testAboutPluginDetailInfo', | |
37 'bookmark_bar', | 38 'bookmark_bar', |
38 'bookmarks', | 39 'bookmarks', |
39 'browser', | 40 'browser', |
40 'browsing_data', | 41 'browsing_data', |
41 'codesign', | 42 'codesign', |
42 'content', | 43 'content', |
43 'cookies', | 44 'cookies', |
44 'crash_reporter', | 45 'crash_reporter', |
45 'databases', | 46 'databases', |
46 'downloads', | 47 'downloads', |
(...skipping 375 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
422 ], | 423 ], |
423 }, | 424 }, |
424 | 425 |
425 # The FULL suite includes CONTINUOUS, and more. | 426 # The FULL suite includes CONTINUOUS, and more. |
426 # This the suite that gets run on 'Google Chrome' builds. | 427 # This the suite that gets run on 'Google Chrome' builds. |
427 'FULL': { | 428 'FULL': { |
428 'all': [ | 429 'all': [ |
429 '@CONTINUOUS', | 430 '@CONTINUOUS', |
430 'nacl_sdk', | 431 'nacl_sdk', |
431 'translate', | 432 'translate', |
433 'about_plugins_ui', | |
432 | 434 |
433 # ================================================== | 435 # ================================================== |
434 # Disabled tests that need to be investigated/fixed. | 436 # Disabled tests that need to be investigated/fixed. |
435 # ================================================== | 437 # ================================================== |
436 # This test fails due to crbug.com/35485 | 438 # This test fails due to crbug.com/35485 |
437 '-translate.TranslateTest.testBarNotVisibleOnSSLErrorPage', | 439 '-translate.TranslateTest.testBarNotVisibleOnSSLErrorPage', |
438 # This test fails due to crbug.com/50706 | 440 # This test fails due to crbug.com/50706 |
439 '-translate.TranslateTest.testToggleTranslateOption', | 441 '-translate.TranslateTest.testToggleTranslateOption', |
440 # crbug.com/85601 | 442 # crbug.com/85601 |
441 '-translate.TranslateTest.testAlwaysTranslateInIncognito', | 443 '-translate.TranslateTest.testAlwaysTranslateInIncognito', |
(...skipping 99 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
541 '-extensions.ExtensionsTest.testAllowAccessFileURLs', | 543 '-extensions.ExtensionsTest.testAllowAccessFileURLs', |
542 ], | 544 ], |
543 | 545 |
544 'chromeos': [ | 546 'chromeos': [ |
545 'netflix', | 547 'netflix', |
546 # =========================== | 548 # =========================== |
547 # Permanently-disabled tests. | 549 # Permanently-disabled tests. |
548 # =========================== | 550 # =========================== |
549 # No NaCl support on ChromeOS. | 551 # No NaCl support on ChromeOS. |
550 '-nacl_sdk', | 552 '-nacl_sdk', |
553 # No Web Driver test for ChromeOS | |
kkania
2012/01/30 19:26:01
. at end
vivianz
2012/01/30 22:02:37
Done.
| |
554 '-aboutplugins_ui', | |
kkania
2012/01/30 19:26:01
i think you also need to put this in the continuou
vivianz
2012/01/30 22:02:37
Done.
| |
551 | 555 |
552 # ================================================== | 556 # ================================================== |
553 # Disabled tests that need to be investigated/fixed. | 557 # Disabled tests that need to be investigated/fixed. |
554 # ================================================== | 558 # ================================================== |
555 # Session restore not working with PyAuto. crosbug.com/12648 | 559 # Session restore not working with PyAuto. crosbug.com/12648 |
556 '-translate.TranslateTest.testSessionRestore', | 560 '-translate.TranslateTest.testSessionRestore', |
557 # Deal with i18n chars. crosbug.com/12639 | 561 # Deal with i18n chars. crosbug.com/12639 |
558 '-translate.TranslateTest.testDownloadsNotTranslated', | 562 '-translate.TranslateTest.testDownloadsNotTranslated', |
559 ], | 563 ], |
560 }, | 564 }, |
(...skipping 67 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
628 ], | 632 ], |
629 }, | 633 }, |
630 | 634 |
631 # HTML5 media performance tests. | 635 # HTML5 media performance tests. |
632 'AV_PERF': { | 636 'AV_PERF': { |
633 'linux': [ | 637 'linux': [ |
634 'media.media_constrained_network_perf', | 638 'media.media_constrained_network_perf', |
635 ], | 639 ], |
636 }, | 640 }, |
637 } | 641 } |
OLD | NEW |