| OLD | NEW |
| 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 Loading... |
| 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 Loading... |
| 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 } |
| OLD | NEW |