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 470 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
481 # The FULL suite includes CONTINUOUS, and more. | 481 # The FULL suite includes CONTINUOUS, and more. |
482 # This the suite that gets run on 'Google Chrome' builds. | 482 # This the suite that gets run on 'Google Chrome' builds. |
483 'FULL': { | 483 'FULL': { |
484 'all': [ | 484 'all': [ |
485 '@CONTINUOUS', | 485 '@CONTINUOUS', |
486 'about_plugins_ui.ChromeAboutPluginsUITest', | 486 'about_plugins_ui.ChromeAboutPluginsUITest', |
487 'media.media_basic_playback', | 487 'media.media_basic_playback', |
488 'nacl_sdk', | 488 'nacl_sdk', |
489 'translate', | 489 'translate', |
490 | 490 |
491 # Re-enable when r124240 reaches builds on QA bots. | |
492 # crbug.com/125386 | |
493 '-gtalk.test_basic.BasicTest.testBasicFunctionality', | |
494 | |
495 # ================================================== | 491 # ================================================== |
496 # Disabled tests that need to be investigated/fixed. | 492 # Disabled tests that need to be investigated/fixed. |
497 # ================================================== | 493 # ================================================== |
498 # The source is behind. Waiting for dev to automate the update. | 494 # The source is behind. Waiting for dev to automate the update. |
499 '-nacl_sdk.NaClSDKTest.testVerifyNaClSDKChecksum', | 495 '-nacl_sdk.NaClSDKTest.testVerifyNaClSDKChecksum', |
500 # crbug.com/98681 | 496 # crbug.com/98681 |
501 '-nacl_sdk.NaClSDKTest.testNaClSDK', | 497 '-nacl_sdk.NaClSDKTest.testNaClSDK', |
502 '-nacl_sdk.NaClSDKTest.testVerifyPrereleaseGallery', | 498 '-nacl_sdk.NaClSDKTest.testVerifyPrereleaseGallery', |
503 # crbug.com/109160 | 499 # crbug.com/109160 |
504 '-execute_javascript.ExecuteJavascriptTest.testExecuteJavascriptInExtensio
n', | 500 '-execute_javascript.ExecuteJavascriptTest.testExecuteJavascriptInExtensio
n', |
(...skipping 210 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
715 | 711 |
716 # HTML5 media performance tests. | 712 # HTML5 media performance tests. |
717 'AV_PERF': { | 713 'AV_PERF': { |
718 'linux': [ | 714 'linux': [ |
719 'media.media_constrained_network_perf', | 715 'media.media_constrained_network_perf', |
720 'media.media_stat_perf', | 716 'media.media_stat_perf', |
721 'media.media_seek_perf', | 717 'media.media_seek_perf', |
722 ], | 718 ], |
723 }, | 719 }, |
724 } | 720 } |
OLD | NEW |