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

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

Issue 8852002: Moved the policy functional tests to their own suite on ChromeOS. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Rebased Created 9 years 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/pyautolib/policy_base.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 263 matching lines...) Expand 10 before | Expand all | Expand 10 after
274 # Permanently-disabled tests. 274 # Permanently-disabled tests.
275 # =========================== 275 # ===========================
276 # You cannot resize the browser window on ChromeOS. 276 # You cannot resize the browser window on ChromeOS.
277 '-browser.BrowserTest.testWindowResize', 277 '-browser.BrowserTest.testWindowResize',
278 # No codesign verification on ChromeOS. 278 # No codesign verification on ChromeOS.
279 '-codesign', 279 '-codesign',
280 # Import tests are invalid on ChromeOS since Chrome is the only browser. 280 # Import tests are invalid on ChromeOS since Chrome is the only browser.
281 '-imports', 281 '-imports',
282 # Multi-profile doesn't apply to chromeos yet. 282 # Multi-profile doesn't apply to chromeos yet.
283 '-multiprofile', 283 '-multiprofile',
284 # These require a custom setup on ChromeOS and have their own suite for
285 # this platform.
286 '-policy',
287 '-policy_prefs_ui',
284 288
285 # ================================================== 289 # ==================================================
286 # Disabled tests that need to be investigated/fixed. 290 # Disabled tests that need to be investigated/fixed.
287 # ================================================== 291 # ==================================================
288 # crosbug.com/19556 292 # crosbug.com/19556
289 '-autofill.AutofillTest.testDisplayLineItemForEntriesWithNoCCNum', 293 '-autofill.AutofillTest.testDisplayLineItemForEntriesWithNoCCNum',
290 '-autofill.AutofillTest.testPostalCodeAndStateLabelsBasedOnCountry', 294 '-autofill.AutofillTest.testPostalCodeAndStateLabelsBasedOnCountry',
291 # Downloads panel stays even after declining a download. 295 # Downloads panel stays even after declining a download.
292 # crosbug.com/14728 296 # crosbug.com/14728
293 '-downloads.DownloadsTest.testDeclineDangerousDownload', 297 '-downloads.DownloadsTest.testDeclineDangerousDownload',
(...skipping 274 matching lines...) Expand 10 before | Expand all | Expand 10 after
568 ], 572 ],
569 }, 573 },
570 574
571 # ChromeOS login tests. 575 # ChromeOS login tests.
572 'CHROMEOS_LOGIN': { 576 'CHROMEOS_LOGIN': {
573 'chromeos': [ 577 'chromeos': [
574 'chromeos_login', 578 'chromeos_login',
575 ], 579 ],
576 }, 580 },
577 581
582 # ChromeOS policy tests. These are shared with Desktop Chrome tests, but
583 # require custom setup on ChromeOS.
584 'CHROMEOS_POLICY': {
585 'chromeos': [
586 'policy',
587 'policy_prefs_ui',
588 ],
589 },
590
578 # ChromeOS volume tests. 591 # ChromeOS volume tests.
579 'CHROMEOS_VOLUME': { 592 'CHROMEOS_VOLUME': {
580 'chromeos': [ 593 'chromeos': [
581 'chromeos_volume', 594 'chromeos_volume',
582 ], 595 ],
583 }, 596 },
584 597
585 # ChromeOS performance tests. 598 # ChromeOS performance tests.
586 'CHROMEOS_PERF': { 599 'CHROMEOS_PERF': {
587 'chromeos': [ 600 'chromeos': [
(...skipping 21 matching lines...) Expand all
609 622
610 # HTML5 media functional tests. 623 # HTML5 media functional tests.
611 'AV_FUNC': { 624 'AV_FUNC': {
612 'linux': [ 625 'linux': [
613 'media.media_event_simple_action', 626 'media.media_event_simple_action',
614 'media.media_event_simple_test', 627 'media.media_event_simple_test',
615 'media.media_event_track', 628 'media.media_event_track',
616 ], 629 ],
617 }, 630 },
618 } 631 }
OLDNEW
« no previous file with comments | « no previous file | chrome/test/pyautolib/policy_base.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698