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

Side by Side Diff: chrome/test/functional/PYAUTO_TESTS

Issue 10500010: Rename WebPageReplayPageCyclerTest to PageCyclerNetSimTest (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 6 months 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 | chrome/test/functional/perf.py » ('j') | 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) 2012 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2012 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 583 matching lines...) Expand 10 before | Expand all | Expand 10 after
594 '-translate.TranslateTest.testSessionRestore', 594 '-translate.TranslateTest.testSessionRestore',
595 # Deal with i18n chars. crosbug.com/12639 595 # Deal with i18n chars. crosbug.com/12639
596 '-translate.TranslateTest.testDownloadsNotTranslated', 596 '-translate.TranslateTest.testDownloadsNotTranslated',
597 ], 597 ],
598 }, 598 },
599 599
600 # Performance tests. 600 # Performance tests.
601 'PERFORMANCE': { 601 'PERFORMANCE': {
602 'all': [ 602 'all': [
603 'perf', 603 'perf',
604 '-perf.WebPageReplayPageCyclerTest', # Disable new test until vetted. 604 '-perf.PageCyclerNetSimTest', # Disable new test until vetted.
605 # Invoked outside of the pyauto_tests framework. 605 # Invoked outside of the pyauto_tests framework.
606 '-perf.BenchmarkPerfTest.testSpaceport', 606 '-perf.BenchmarkPerfTest.testSpaceport',
607 ], 607 ],
608 'win': [ 608 'win': [
609 '-perf.GPUPerfTest', # Fails. Discuss with prachij@. 609 '-perf.GPUPerfTest', # Fails. Discuss with prachij@.
610 '-perf.LiveGamePerfTest', # Requires linux /proc/stat. 610 '-perf.LiveGamePerfTest', # Requires linux /proc/stat.
611 '-perf.MemoryTest', # Designed only for ChromeOS. 611 '-perf.MemoryTest', # Designed only for ChromeOS.
612 '-perf.NetflixPerfTest', # Netflix plugin not available. 612 '-perf.NetflixPerfTest', # Netflix plugin not available.
613 '-perf.YoutubePerfTest', # AttributeError: AssertPlayingState. 613 '-perf.YoutubePerfTest', # AttributeError: AssertPlayingState.
614 ], 614 ],
(...skipping 135 matching lines...) Expand 10 before | Expand all | Expand 10 after
750 'all': [ 750 'all': [
751 'media_stream_infobar', 751 'media_stream_infobar',
752 'webrtc_call', 752 'webrtc_call',
753 753
754 # Disabled tests. 754 # Disabled tests.
755 # ROAP issue: crbug.com/130531 755 # ROAP issue: crbug.com/130531
756 '-webrtc_call.WebRTCCallTest.testSimpleWebRtcRoapCall', 756 '-webrtc_call.WebRTCCallTest.testSimpleWebRtcRoapCall',
757 ], 757 ],
758 }, 758 },
759 } 759 }
OLDNEW
« no previous file with comments | « no previous file | chrome/test/functional/perf.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698