Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(33)

Side by Side Diff: functional/PYAUTO_TESTS

Issue 8589002: Remving excluded perf tests from CONTINUOUS_PUBLIC (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/chrome/test/
Patch Set: Created 9 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
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
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
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 }
OLDNEW
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698