| 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 368 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 379 # The FULL suite includes CONTINUOUS, and more. | 379 # The FULL suite includes CONTINUOUS, and more. |
| 380 # This the suite that gets run on 'Google Chrome' builds. | 380 # This the suite that gets run on 'Google Chrome' builds. |
| 381 'FULL': { | 381 'FULL': { |
| 382 'all': [ | 382 'all': [ |
| 383 '@CONTINUOUS', | 383 '@CONTINUOUS', |
| 384 'translate', | 384 'translate', |
| 385 | 385 |
| 386 # ================================================== | 386 # ================================================== |
| 387 # Disabled tests that need to be investigated/fixed. | 387 # Disabled tests that need to be investigated/fixed. |
| 388 # ================================================== | 388 # ================================================== |
| 389 # Disable pyauto+webdriver tests on 'Google Chrome' bots until next |
| 390 # build is generated. 8/15/2011. Remove tomorrow. |
| 391 '-pyauto_webdriver', |
| 389 # This test fails due to crbug.com/35485 | 392 # This test fails due to crbug.com/35485 |
| 390 '-translate.TranslateTest.testBarNotVisibleOnSSLErrorPage', | 393 '-translate.TranslateTest.testBarNotVisibleOnSSLErrorPage', |
| 391 # This test fails due to crbug.com/50706 | 394 # This test fails due to crbug.com/50706 |
| 392 '-translate.TranslateTest.testToggleTranslateOption', | 395 '-translate.TranslateTest.testToggleTranslateOption', |
| 393 # crbug.com/70280 | 396 # crbug.com/70280 |
| 394 '-translate.TranslateTest.testSeveralLanguages', | 397 '-translate.TranslateTest.testSeveralLanguages', |
| 395 # crbug.com/85601 | 398 # crbug.com/85601 |
| 396 '-translate.TranslateTest.testAlwaysTranslateInIncognito', | 399 '-translate.TranslateTest.testAlwaysTranslateInIncognito', |
| 397 # This test fails due to crbug.com/85633 | 400 # This test fails due to crbug.com/85633 |
| 398 '-translate.TranslateTest.testSessionRestore', | 401 '-translate.TranslateTest.testSessionRestore', |
| (...skipping 88 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 487 | 490 |
| 488 # HTML5 media functional tests. | 491 # HTML5 media functional tests. |
| 489 'AV_FUNC': { | 492 'AV_FUNC': { |
| 490 'linux': [ | 493 'linux': [ |
| 491 'media.media_event_simple_action', | 494 'media.media_event_simple_action', |
| 492 'media.media_event_simple_test', | 495 'media.media_event_simple_test', |
| 493 'media.media_event_track', | 496 'media.media_event_track', |
| 494 ], | 497 ], |
| 495 }, | 498 }, |
| 496 } | 499 } |
| OLD | NEW |