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

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

Issue 10254019: Disable a gtalk test on QA bots (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 7 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 | 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 478 matching lines...) Expand 10 before | Expand all | Expand 10 after
489 # The FULL suite includes CONTINUOUS, and more. 489 # The FULL suite includes CONTINUOUS, and more.
490 # This the suite that gets run on 'Google Chrome' builds. 490 # This the suite that gets run on 'Google Chrome' builds.
491 'FULL': { 491 'FULL': {
492 'all': [ 492 'all': [
493 '@CONTINUOUS', 493 '@CONTINUOUS',
494 'about_plugins_ui.ChromeAboutPluginsUITest', 494 'about_plugins_ui.ChromeAboutPluginsUITest',
495 'media.media_basic_playback', 495 'media.media_basic_playback',
496 'nacl_sdk', 496 'nacl_sdk',
497 'translate', 497 'translate',
498 498
499 # Re-enable when r124240 reaches builds on QA bots.
500 # crbug.com/125386
501 '-gtalk.test_basic.BasicTest.testBasicFunctionality',
502
499 # ================================================== 503 # ==================================================
500 # Disabled tests that need to be investigated/fixed. 504 # Disabled tests that need to be investigated/fixed.
501 # ================================================== 505 # ==================================================
502 # This test fails due to crbug.com/35485 506 # This test fails due to crbug.com/35485
503 '-translate.TranslateTest.testBarNotVisibleOnSSLErrorPage', 507 '-translate.TranslateTest.testBarNotVisibleOnSSLErrorPage',
504 # This test fails due to crbug.com/50706 508 # This test fails due to crbug.com/50706
505 '-translate.TranslateTest.testToggleTranslateOption', 509 '-translate.TranslateTest.testToggleTranslateOption',
506 # crbug.com/85601 510 # crbug.com/85601
507 '-translate.TranslateTest.testAlwaysTranslateInIncognito', 511 '-translate.TranslateTest.testAlwaysTranslateInIncognito',
508 # This test fails due to crbug.com/85633 512 # This test fails due to crbug.com/85633
(...skipping 238 matching lines...) Expand 10 before | Expand all | Expand 10 after
747 751
748 # HTML5 media performance tests. 752 # HTML5 media performance tests.
749 'AV_PERF': { 753 'AV_PERF': {
750 'linux': [ 754 'linux': [
751 'media.media_constrained_network_perf', 755 'media.media_constrained_network_perf',
752 'media.media_stat_perf', 756 'media.media_stat_perf',
753 'media.media_seek_perf', 757 'media.media_seek_perf',
754 ], 758 ],
755 }, 759 },
756 } 760 }
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