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 363 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
374 | 374 |
375 'chromeos': [ | 375 'chromeos': [ |
376 ], | 376 ], |
377 }, | 377 }, |
378 | 378 |
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 'nacl_sdk', |
384 'translate', | 385 'translate', |
385 | 386 |
386 # ================================================== | 387 # ================================================== |
387 # Disabled tests that need to be investigated/fixed. | 388 # Disabled tests that need to be investigated/fixed. |
388 # ================================================== | 389 # ================================================== |
389 # Disable pyauto+webdriver tests on 'Google Chrome' bots until next | 390 # Disable pyauto+webdriver tests on 'Google Chrome' bots until next |
390 # build is generated. 8/15/2011. Remove tomorrow. | 391 # build is generated. 8/15/2011. Remove tomorrow. |
391 '-pyauto_webdriver', | 392 '-pyauto_webdriver', |
392 # This test fails due to crbug.com/35485 | 393 # This test fails due to crbug.com/35485 |
393 '-translate.TranslateTest.testBarNotVisibleOnSSLErrorPage', | 394 '-translate.TranslateTest.testBarNotVisibleOnSSLErrorPage', |
394 # This test fails due to crbug.com/50706 | 395 # This test fails due to crbug.com/50706 |
395 '-translate.TranslateTest.testToggleTranslateOption', | 396 '-translate.TranslateTest.testToggleTranslateOption', |
396 # crbug.com/70280 | 397 # crbug.com/70280 |
397 '-translate.TranslateTest.testSeveralLanguages', | 398 '-translate.TranslateTest.testSeveralLanguages', |
398 # crbug.com/85601 | 399 # crbug.com/85601 |
399 '-translate.TranslateTest.testAlwaysTranslateInIncognito', | 400 '-translate.TranslateTest.testAlwaysTranslateInIncognito', |
400 # This test fails due to crbug.com/85633 | 401 # This test fails due to crbug.com/85633 |
401 '-translate.TranslateTest.testSessionRestore', | 402 '-translate.TranslateTest.testSessionRestore', |
| 403 # The source is behind. Waiting for dev to automate the update. |
| 404 '-nacl_sdk.NaClSDKTest.testVerifyNaClSDKChecksum', |
402 ], | 405 ], |
403 | 406 |
404 'win': [ | 407 'win': [ |
405 'enterprise', | 408 'enterprise', |
406 'gpu', | 409 'gpu', |
407 # crbug.com/92446 | 410 # crbug.com/92446 |
408 '-gpu.GpuTest.testGpuWithVideo', | 411 '-gpu.GpuTest.testGpuWithVideo', |
409 ], | 412 ], |
410 | 413 |
411 'mac': [ | 414 'mac': [ |
(...skipping 17 matching lines...) Expand all Loading... |
429 'omnibox.OmniboxTest.testSuggestPref', | 432 'omnibox.OmniboxTest.testSuggestPref', |
430 | 433 |
431 # ================================================== | 434 # ================================================== |
432 # Disabled tests that need to be investigated/fixed. | 435 # Disabled tests that need to be investigated/fixed. |
433 # ================================================== | 436 # ================================================== |
434 # crbug.com/83459 | 437 # crbug.com/83459 |
435 '-instant.InstantTest.testPreFetchInstantURLSetsNoCookies', | 438 '-instant.InstantTest.testPreFetchInstantURLSetsNoCookies', |
436 ], | 439 ], |
437 | 440 |
438 'chromeos': [ | 441 'chromeos': [ |
| 442 # =========================== |
| 443 # Permanently-disabled tests. |
| 444 # =========================== |
| 445 # No NaCl support on ChromeOS. |
| 446 '-nacl_sdk', |
| 447 |
439 # ================================================== | 448 # ================================================== |
440 # Disabled tests that need to be investigated/fixed. | 449 # Disabled tests that need to be investigated/fixed. |
441 # ================================================== | 450 # ================================================== |
442 # Session restore not working with PyAuto. crosbug.com/12648 | 451 # Session restore not working with PyAuto. crosbug.com/12648 |
443 '-translate.TranslateTest.testSessionRestore', | 452 '-translate.TranslateTest.testSessionRestore', |
444 # Deal with i18n chars. crosbug.com/12639 | 453 # Deal with i18n chars. crosbug.com/12639 |
445 '-translate.TranslateTest.testDownloadsNotTranslated', | 454 '-translate.TranslateTest.testDownloadsNotTranslated', |
446 ], | 455 ], |
447 }, | 456 }, |
448 | 457 |
(...skipping 41 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
490 | 499 |
491 # HTML5 media functional tests. | 500 # HTML5 media functional tests. |
492 'AV_FUNC': { | 501 'AV_FUNC': { |
493 'linux': [ | 502 'linux': [ |
494 'media.media_event_simple_action', | 503 'media.media_event_simple_action', |
495 'media.media_event_simple_test', | 504 'media.media_event_simple_test', |
496 'media.media_event_track', | 505 'media.media_event_track', |
497 ], | 506 ], |
498 }, | 507 }, |
499 } | 508 } |
OLD | NEW |