| 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 | |
| 430 '-netflix.NetflixTest.testPlayerLoadsAndPlays', | |
| 431 '-netflix.NetflixTest.testPlaying', | |
| 432 # Youtube perf test | |
| 433 '-perf.YoutubePerfTest.testYoutubeDroppedFrames', | |
| 434 '-perf.YoutubePerfTest.testYoutubeCPU', | |
| 435 ], | 429 ], |
| 436 }, | 430 }, |
| 437 | 431 |
| 438 # The FULL suite includes CONTINUOUS, and more. | 432 # The FULL suite includes CONTINUOUS, and more. |
| 439 # This the suite that gets run on 'Google Chrome' builds. | 433 # This the suite that gets run on 'Google Chrome' builds. |
| 440 'FULL': { | 434 'FULL': { |
| 441 'all': [ | 435 'all': [ |
| 442 '@CONTINUOUS', | 436 '@CONTINUOUS', |
| 443 'nacl_sdk', | 437 'nacl_sdk', |
| 444 'translate', | 438 'translate', |
| (...skipping 181 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 626 | 620 |
| 627 # HTML5 media functional tests. | 621 # HTML5 media functional tests. |
| 628 'AV_FUNC': { | 622 'AV_FUNC': { |
| 629 'linux': [ | 623 'linux': [ |
| 630 'media.media_event_simple_action', | 624 'media.media_event_simple_action', |
| 631 'media.media_event_simple_test', | 625 'media.media_event_simple_test', |
| 632 'media.media_event_track', | 626 'media.media_event_track', |
| 633 ], | 627 ], |
| 634 }, | 628 }, |
| 635 } | 629 } |
| OLD | NEW |