Chromium Code Reviews| 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 588 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 599 'chromeos': [ | 599 'chromeos': [ |
| 600 'perf.ScrollTest.testBlankPageScroll', | 600 'perf.ScrollTest.testBlankPageScroll', |
| 601 'perf.ScrollTest.testGooglePlusScroll', | 601 'perf.ScrollTest.testGooglePlusScroll', |
| 602 'perf.ScrollTest.testTextScroll', | 602 'perf.ScrollTest.testTextScroll', |
| 603 ], | 603 ], |
| 604 }, | 604 }, |
| 605 | 605 |
| 606 # HTML5 media performance tests. | 606 # HTML5 media performance tests. |
| 607 'AV_PERF': { | 607 'AV_PERF': { |
| 608 'linux': [ | 608 'linux': [ |
| 609 'media.media_playbacktime', | 609 'media.media_constrained_network_perf', |
|
Nirnimesh
2011/12/17 00:10:47
So you don't want media.media_playbacktime in this
| |
| 610 'media.media_perf', | |
| 611 'media.media_fps', | |
| 612 ], | 610 ], |
| 613 }, | 611 }, |
| 614 | 612 |
| 615 # HTML5 media functional tests. | 613 # HTML5 media functional tests. |
| 616 'AV_FUNC': { | 614 'AV_FUNC': { |
| 617 'linux': [ | 615 'linux': [ |
| 618 'media.media_event_simple_action', | 616 'media.media_event_simple_action', |
| 619 'media.media_event_simple_test', | 617 'media.media_event_simple_test', |
| 620 'media.media_event_track', | 618 'media.media_event_track', |
| 621 ], | 619 ], |
| 622 }, | 620 }, |
| 623 } | 621 } |
| OLD | NEW |