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

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

Issue 9553013: Disable PyAuto apptest in the FULL suite on ChromeOS until r125069 is picked up. (Closed) Base URL: http://git.chromium.org/git/chromium/src@master
Patch Set: Created 8 years, 9 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 | « 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) 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 269 matching lines...) Expand 10 before | Expand all | Expand 10 after
280 'chromeos_power', 280 'chromeos_power',
281 'chromeos_prefs', 281 'chromeos_prefs',
282 'chromeos_security', 282 'chromeos_security',
283 'chromeos_time', 283 'chromeos_time',
284 'chromeos_update', 284 'chromeos_update',
285 'chromeos_wifi_sanity', 285 'chromeos_wifi_sanity',
286 286
287 # =========================== 287 # ===========================
288 # Permanently-disabled tests. 288 # Permanently-disabled tests.
289 # =========================== 289 # ===========================
290 # Disable app tests until r125069 reaches ChromeOS.
Nirnimesh 2012/03/06 02:11:30 ChromeOS -> 'Google Chrome'
291 '-apptest',
290 # You cannot resize the browser window on ChromeOS. 292 # You cannot resize the browser window on ChromeOS.
291 '-browser.BrowserTest.testWindowResize', 293 '-browser.BrowserTest.testWindowResize',
292 # No codesign verification on ChromeOS. 294 # No codesign verification on ChromeOS.
293 '-codesign', 295 '-codesign',
294 # Import tests are invalid on ChromeOS since Chrome is the only browser. 296 # Import tests are invalid on ChromeOS since Chrome is the only browser.
295 '-imports', 297 '-imports',
296 # Multi-profile doesn't apply to chromeos yet. 298 # Multi-profile doesn't apply to chromeos yet.
297 '-multiprofile', 299 '-multiprofile',
298 # These require a custom setup on ChromeOS and have their own suite for 300 # These require a custom setup on ChromeOS and have their own suite for
299 # this platform. 301 # this platform.
(...skipping 389 matching lines...) Expand 10 before | Expand all | Expand 10 after
689 ], 691 ],
690 }, 692 },
691 693
692 # HTML5 media performance tests. 694 # HTML5 media performance tests.
693 'AV_PERF': { 695 'AV_PERF': {
694 'linux': [ 696 'linux': [
695 'media.media_constrained_network_perf', 697 'media.media_constrained_network_perf',
696 ], 698 ],
697 }, 699 },
698 } 700 }
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