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

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

Issue 7740041: Re-enable pyauto autofill tests in the FULL pyauto suite. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 9 years, 4 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) 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 375 matching lines...) Expand 10 before | Expand all | Expand 10 after
386 # The FULL suite includes CONTINUOUS, and more. 386 # The FULL suite includes CONTINUOUS, and more.
387 # This the suite that gets run on 'Google Chrome' builds. 387 # This the suite that gets run on 'Google Chrome' builds.
388 'FULL': { 388 'FULL': {
389 'all': [ 389 'all': [
390 '@CONTINUOUS', 390 '@CONTINUOUS',
391 'translate', 391 'translate',
392 392
393 # ================================================== 393 # ==================================================
394 # Disabled tests that need to be investigated/fixed. 394 # Disabled tests that need to be investigated/fixed.
395 # ================================================== 395 # ==================================================
396 # Temporarily disabling autofill tests until the following change
397 # cycles through to an official Chrome build:
398 # http://src.chromium.org/viewvc/chrome?view=rev&revision=98060
399 '-autofill',
400 # Disable pyauto+webdriver tests on 'Google Chrome' bots until next 396 # Disable pyauto+webdriver tests on 'Google Chrome' bots until next
401 # build is generated. 8/15/2011. Remove tomorrow. 397 # build is generated. 8/15/2011. Remove tomorrow.
402 '-pyauto_webdriver', 398 '-pyauto_webdriver',
403 # This test fails due to crbug.com/35485 399 # This test fails due to crbug.com/35485
404 '-translate.TranslateTest.testBarNotVisibleOnSSLErrorPage', 400 '-translate.TranslateTest.testBarNotVisibleOnSSLErrorPage',
405 # This test fails due to crbug.com/50706 401 # This test fails due to crbug.com/50706
406 '-translate.TranslateTest.testToggleTranslateOption', 402 '-translate.TranslateTest.testToggleTranslateOption',
407 # crbug.com/70280 403 # crbug.com/70280
408 '-translate.TranslateTest.testSeveralLanguages', 404 '-translate.TranslateTest.testSeveralLanguages',
409 # crbug.com/85601 405 # crbug.com/85601
(...skipping 91 matching lines...) Expand 10 before | Expand all | Expand 10 after
501 497
502 # HTML5 media functional tests. 498 # HTML5 media functional tests.
503 'AV_FUNC': { 499 'AV_FUNC': {
504 'linux': [ 500 'linux': [
505 'media.media_event_simple_action', 501 'media.media_event_simple_action',
506 'media.media_event_simple_test', 502 'media.media_event_simple_test',
507 'media.media_event_track', 503 'media.media_event_track',
508 ], 504 ],
509 }, 505 },
510 } 506 }
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