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

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

Issue 7748032: Close last tab test (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: modified based on the CL review Created 9 years, 3 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/chromeos_browser.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) 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 244 matching lines...) Expand 10 before | Expand all | Expand 10 after
255 # crbug.com/87837 255 # crbug.com/87837
256 '-plugins.PluginsTest.testKillAndReloadAllPlugins', 256 '-plugins.PluginsTest.testKillAndReloadAllPlugins',
257 ], 257 ],
258 258
259 # ChromeOS is linux, but note that this section does not include the 259 # ChromeOS is linux, but note that this section does not include the
260 # entries in the linux section above. 260 # entries in the linux section above.
261 # These tests use the named automation interface to control the 261 # These tests use the named automation interface to control the
262 # primary chrome on ChromeOS. 262 # primary chrome on ChromeOS.
263 'chromeos': [ 263 'chromeos': [
264 'chromeos_basic', 264 'chromeos_basic',
265 'chromeos_browser',
265 'chromeos_firmware_version_checker', 266 'chromeos_firmware_version_checker',
266 'chromeos_power', 267 'chromeos_power',
267 'chromeos_prefs', 268 'chromeos_prefs',
268 'chromeos_security', 269 'chromeos_security',
269 'chromeos_time', 270 'chromeos_time',
270 'chromeos_update', 271 'chromeos_update',
271 'chromeos_wifi_sanity', 272 'chromeos_wifi_sanity',
272 273
273 # =========================== 274 # ===========================
274 # Permanently-disabled tests. 275 # Permanently-disabled tests.
(...skipping 226 matching lines...) Expand 10 before | Expand all | Expand 10 after
501 502
502 # HTML5 media functional tests. 503 # HTML5 media functional tests.
503 'AV_FUNC': { 504 'AV_FUNC': {
504 'linux': [ 505 'linux': [
505 'media.media_event_simple_action', 506 'media.media_event_simple_action',
506 'media.media_event_simple_test', 507 'media.media_event_simple_test',
507 'media.media_event_track', 508 'media.media_event_track',
508 ], 509 ],
509 }, 510 },
510 } 511 }
OLDNEW
« no previous file with comments | « no previous file | chrome/test/functional/chromeos_browser.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698