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

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

Issue 21015010: Remove all traces of deprecated Get/SetReleaseTrack calls. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 7 years, 4 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
« no previous file with comments | « chrome/browser/ui/webui/help/help_handler.cc ('k') | chrome/test/functional/chromeos_update.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 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 205 matching lines...) Expand 10 before | Expand all | Expand 10 after
216 'chromeos': [ 216 'chromeos': [
217 'chromeos_basic', 217 'chromeos_basic',
218 'chromeos_browser', 218 'chromeos_browser',
219 'chromeos_crosh', 219 'chromeos_crosh',
220 'chromeos_file_browser', 220 'chromeos_file_browser',
221 'chromeos_offline', 221 'chromeos_offline',
222 'chromeos_power', 222 'chromeos_power',
223 'chromeos_prefs', 223 'chromeos_prefs',
224 'chromeos_security', 224 'chromeos_security',
225 'chromeos_time', 225 'chromeos_time',
226 'chromeos_update',
227 'chromeos_wifi_sanity', 226 'chromeos_wifi_sanity',
228 'doc_viewing', 227 'doc_viewing',
229 'secure_shell', 228 'secure_shell',
230 'youtube', 229 'youtube',
231 230
232 # =========================== 231 # ===========================
233 # Permanently-disabled tests. 232 # Permanently-disabled tests.
234 # =========================== 233 # ===========================
235 # No codesign verification on ChromeOS. 234 # No codesign verification on ChromeOS.
236 '-codesign', 235 '-codesign',
(...skipping 339 matching lines...) Expand 10 before | Expand all | Expand 10 after
576 '-search_engines.SearchEnginesTest.testDiscoverSearchEngine', 575 '-search_engines.SearchEnginesTest.testDiscoverSearchEngine',
577 '-ntp.NTPTest.testUninstallApp', 576 '-ntp.NTPTest.testUninstallApp',
578 '-ntp.NTPTest.testLaunchAppWithDefaultSettings', 577 '-ntp.NTPTest.testLaunchAppWithDefaultSettings',
579 '-ntp.NTPTest.testLaunchAppRegularTab', 578 '-ntp.NTPTest.testLaunchAppRegularTab',
580 '-ntp.NTPTest.testLaunchAppPinnedTab', 579 '-ntp.NTPTest.testLaunchAppPinnedTab',
581 '-ntp.NTPTest.testGetAppsWhenInstallApp', 580 '-ntp.NTPTest.testGetAppsWhenInstallApp',
582 '-ntp.NTPTest.testLaunchAppNewWindow', 581 '-ntp.NTPTest.testLaunchAppNewWindow',
583 ], 582 ],
584 }, 583 },
585 } 584 }
OLDNEW
« no previous file with comments | « chrome/browser/ui/webui/help/help_handler.cc ('k') | chrome/test/functional/chromeos_update.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698