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 408 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
419 'linux': [ | 419 'linux': [ |
420 ], | 420 ], |
421 | 421 |
422 'chromeos': [ | 422 'chromeos': [ |
423 # These tests fail due to crosbug.com/19556 | 423 # These tests fail due to crosbug.com/19556 |
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 |
Nirnimesh
2011/11/16 22:41:44
The same holds for netflix tests too. It's include
rohitbm
2011/11/16 23:02:34
Done.
| |
430 '-netflix.NetflixTest.testPlayerLoadsAndPlays', | 430 '-netflix.NetflixTest.testPlayerLoadsAndPlays', |
431 '-netflix.NetflixTest.testPlaying', | 431 '-netflix.NetflixTest.testPlaying', |
432 # Youtube perf test | |
433 '-perf.YoutubePerfTest.testYoutubeDroppedFrames', | |
434 '-perf.YoutubePerfTest.testYoutubeCPU', | |
435 ], | 432 ], |
436 }, | 433 }, |
437 | 434 |
438 # The FULL suite includes CONTINUOUS, and more. | 435 # The FULL suite includes CONTINUOUS, and more. |
439 # This the suite that gets run on 'Google Chrome' builds. | 436 # This the suite that gets run on 'Google Chrome' builds. |
440 'FULL': { | 437 'FULL': { |
441 'all': [ | 438 'all': [ |
442 '@CONTINUOUS', | 439 '@CONTINUOUS', |
443 'nacl_sdk', | 440 'nacl_sdk', |
444 'translate', | 441 'translate', |
(...skipping 181 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
626 | 623 |
627 # HTML5 media functional tests. | 624 # HTML5 media functional tests. |
628 'AV_FUNC': { | 625 'AV_FUNC': { |
629 'linux': [ | 626 'linux': [ |
630 'media.media_event_simple_action', | 627 'media.media_event_simple_action', |
631 'media.media_event_simple_test', | 628 'media.media_event_simple_test', |
632 'media.media_event_track', | 629 'media.media_event_track', |
633 ], | 630 ], |
634 }, | 631 }, |
635 } | 632 } |
OLD | NEW |