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

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

Issue 9372120: Implementation of AutomationEventQueue and associated framework to support generic non-blocking aut… (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Addressed Nirnimesh's comments. 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 | Annotate | Revision Log
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 432 matching lines...) Expand 10 before | Expand all | Expand 10 after
443 443
444 # The FULL suite includes CONTINUOUS, and more. 444 # The FULL suite includes CONTINUOUS, and more.
445 # This the suite that gets run on 'Google Chrome' builds. 445 # This the suite that gets run on 'Google Chrome' builds.
446 'FULL': { 446 'FULL': {
447 'all': [ 447 'all': [
448 '@CONTINUOUS', 448 '@CONTINUOUS',
449 'media.media_basic_playback', 449 'media.media_basic_playback',
450 'nacl_sdk', 450 'nacl_sdk',
451 'translate', 451 'translate',
452 'about_plugins_ui', 452 'about_plugins_ui',
453 'apptest',
Nirnimesh 2012/02/28 09:13:09 why not in CONTINUOUS? FULL runs on branded build
craigdh 2012/02/28 22:42:56 Moved.
453 454
454 # ================================================== 455 # ==================================================
455 # Disabled tests that need to be investigated/fixed. 456 # Disabled tests that need to be investigated/fixed.
456 # ================================================== 457 # ==================================================
457 # This test fails due to crbug.com/35485 458 # This test fails due to crbug.com/35485
458 '-translate.TranslateTest.testBarNotVisibleOnSSLErrorPage', 459 '-translate.TranslateTest.testBarNotVisibleOnSSLErrorPage',
459 # This test fails due to crbug.com/50706 460 # This test fails due to crbug.com/50706
460 '-translate.TranslateTest.testToggleTranslateOption', 461 '-translate.TranslateTest.testToggleTranslateOption',
461 # crbug.com/85601 462 # crbug.com/85601
462 '-translate.TranslateTest.testAlwaysTranslateInIncognito', 463 '-translate.TranslateTest.testAlwaysTranslateInIncognito',
(...skipping 194 matching lines...) Expand 10 before | Expand all | Expand 10 after
657 ], 658 ],
658 }, 659 },
659 660
660 # HTML5 media performance tests. 661 # HTML5 media performance tests.
661 'AV_PERF': { 662 'AV_PERF': {
662 'linux': [ 663 'linux': [
663 'media.media_constrained_network_perf', 664 'media.media_constrained_network_perf',
664 ], 665 ],
665 }, 666 },
666 } 667 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698