OLD | NEW |
---|---|
1 # Copyright (c) 2011 The Chromium Authors. All rights reserved. | 1 # Copyright (c) 2011 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 413 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
424 '-autofill.AutofillTest.testPostalCodeAndStateLabelsBasedOnCountry', | 424 '-autofill.AutofillTest.testPostalCodeAndStateLabelsBasedOnCountry', |
425 '-autofill.AutofillTest.testDisplayLineItemForEntriesWithNoCCNum', | 425 '-autofill.AutofillTest.testDisplayLineItemForEntriesWithNoCCNum', |
426 '-autofill.AutofillTest.testNoDuplicatePhoneNumsInPrefs', | 426 '-autofill.AutofillTest.testNoDuplicatePhoneNumsInPrefs', |
427 # Media files test uses internal media files | 427 # Media files test uses internal media files |
428 '-chromeos_file_browser.ChromeosFileBrowserTest.testOpenMediaFiles', | 428 '-chromeos_file_browser.ChromeosFileBrowserTest.testOpenMediaFiles', |
429 # Netflix tests | 429 # Netflix tests |
430 '-netflix.NetflixTest.testPlayerLoadsAndPlays', | 430 '-netflix.NetflixTest.testPlayerLoadsAndPlays', |
431 '-netflix.NetflixTest.testPlaying', | 431 '-netflix.NetflixTest.testPlaying', |
432 # Youtube perf test | 432 # Youtube perf test |
433 '-perf.YoutubePerfTest.testYoutubeDroppedFrames', | 433 '-perf.YoutubePerfTest.testYoutubeDroppedFrames', |
434 '-perf.YoutubePerfTest.testYoutubeCPU', | |
Nirnimesh
2011/11/16 22:25:48
Wait. where is this enabled?
| |
434 ], | 435 ], |
435 }, | 436 }, |
436 | 437 |
437 # The FULL suite includes CONTINUOUS, and more. | 438 # The FULL suite includes CONTINUOUS, and more. |
438 # This the suite that gets run on 'Google Chrome' builds. | 439 # This the suite that gets run on 'Google Chrome' builds. |
439 'FULL': { | 440 'FULL': { |
440 'all': [ | 441 'all': [ |
441 '@CONTINUOUS', | 442 '@CONTINUOUS', |
442 'nacl_sdk', | 443 'nacl_sdk', |
443 'translate', | 444 'translate', |
(...skipping 179 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
623 | 624 |
624 # HTML5 media functional tests. | 625 # HTML5 media functional tests. |
625 'AV_FUNC': { | 626 'AV_FUNC': { |
626 'linux': [ | 627 'linux': [ |
627 'media.media_event_simple_action', | 628 'media.media_event_simple_action', |
628 'media.media_event_simple_test', | 629 'media.media_event_simple_test', |
629 'media.media_event_track', | 630 'media.media_event_track', |
630 ], | 631 ], |
631 }, | 632 }, |
632 } | 633 } |
OLD | NEW |