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

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

Issue 160443004: Remove web page replay based pyauto tests. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 10 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
OLDNEW
1 # Copyright 2013 The Chromium Authors. All rights reserved. 1 # Copyright 2013 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 333 matching lines...) Expand 10 before | Expand all | Expand 10 after
344 # Permanently-disabled tests. 344 # Permanently-disabled tests.
345 # =========================== 345 # ===========================
346 '-perf.MemoryTest', # Designed only for ChromeOS. 346 '-perf.MemoryTest', # Designed only for ChromeOS.
347 '-perf.NetflixPerfTest', # Designed only for ChromeOS. 347 '-perf.NetflixPerfTest', # Designed only for ChromeOS.
348 ], 348 ],
349 'chromeos': [ 349 'chromeos': [
350 # ================================================== 350 # ==================================================
351 # Disabled tests that need to be investigated/fixed. 351 # Disabled tests that need to be investigated/fixed.
352 # ================================================== 352 # ==================================================
353 '-perf.NetflixPerfTest', # crosbug.com/32320. 353 '-perf.NetflixPerfTest', # crosbug.com/32320.
354 '-perf.PageCyclerNetSimTest', # Investigate Web Page Replay on ChromeOS.
355 '-perf.YoutubePerfTest', # crbug.com/233706 354 '-perf.YoutubePerfTest', # crbug.com/233706
356 355
357 # =========================== 356 # ===========================
358 # Permanently-disabled tests. 357 # Permanently-disabled tests.
359 # =========================== 358 # ===========================
360 '-perf.GPUPerfTest', # Designed only for Chrome desktop. 359 '-perf.GPUPerfTest', # Designed only for Chrome desktop.
361 ], 360 ],
362 }, 361 },
363 362
364 'PERFORMANCE_LAB': { 363 'PERFORMANCE_LAB': {
(...skipping 127 matching lines...) Expand 10 before | Expand all | Expand 10 after
492 '-search_engines.SearchEnginesTest.testDiscoverSearchEngine', 491 '-search_engines.SearchEnginesTest.testDiscoverSearchEngine',
493 '-ntp.NTPTest.testUninstallApp', 492 '-ntp.NTPTest.testUninstallApp',
494 '-ntp.NTPTest.testLaunchAppWithDefaultSettings', 493 '-ntp.NTPTest.testLaunchAppWithDefaultSettings',
495 '-ntp.NTPTest.testLaunchAppRegularTab', 494 '-ntp.NTPTest.testLaunchAppRegularTab',
496 '-ntp.NTPTest.testLaunchAppPinnedTab', 495 '-ntp.NTPTest.testLaunchAppPinnedTab',
497 '-ntp.NTPTest.testGetAppsWhenInstallApp', 496 '-ntp.NTPTest.testGetAppsWhenInstallApp',
498 '-ntp.NTPTest.testLaunchAppNewWindow', 497 '-ntp.NTPTest.testLaunchAppNewWindow',
499 ], 498 ],
500 }, 499 },
501 } 500 }
OLDNEW
« no previous file with comments | « no previous file | chrome/test/functional/perf.py » ('j') | tools/page_cycler/webpagereplay/extension/background.js » ('J')

Powered by Google App Engine
This is Rietveld 408576698