| OLD | NEW |
| 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 274 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 285 # Multi-profile doesn't apply to chromeos yet. | 285 # Multi-profile doesn't apply to chromeos yet. |
| 286 '-multiprofile', | 286 '-multiprofile', |
| 287 # These require a custom setup on ChromeOS and have their own suite for | 287 # These require a custom setup on ChromeOS and have their own suite for |
| 288 # this platform. | 288 # this platform. |
| 289 '-policy', | 289 '-policy', |
| 290 '-policy_prefs_ui', | 290 '-policy_prefs_ui', |
| 291 # No Protector on ChromeOS. | 291 # No Protector on ChromeOS. |
| 292 '-protector', | 292 '-protector', |
| 293 # No Web Driver test for ChromeOS. | 293 # No Web Driver test for ChromeOS. |
| 294 '-about_plugins_ui', | 294 '-about_plugins_ui', |
| 295 # You cannot adjust the downloads directory on ChromeOS. |
| 296 '-prefs.PrefsTest.testDownloadDirPref' |
| 295 | 297 |
| 296 # ================================================== | 298 # ================================================== |
| 297 # Disabled tests that need to be investigated/fixed. | 299 # Disabled tests that need to be investigated/fixed. |
| 298 # ================================================== | 300 # ================================================== |
| 299 # crosbug.com/19556 | 301 # crosbug.com/19556 |
| 300 '-autofill.AutofillTest.testDisplayLineItemForEntriesWithNoCCNum', | 302 '-autofill.AutofillTest.testDisplayLineItemForEntriesWithNoCCNum', |
| 301 '-autofill.AutofillTest.testPostalCodeAndStateLabelsBasedOnCountry', | 303 '-autofill.AutofillTest.testPostalCodeAndStateLabelsBasedOnCountry', |
| 302 # Downloads panel stays even after declining a download. | 304 # Downloads panel stays even after declining a download. |
| 303 # crosbug.com/14728 | 305 # crosbug.com/14728 |
| 304 '-downloads.DownloadsTest.testDeclineDangerousDownload', | 306 '-downloads.DownloadsTest.testDeclineDangerousDownload', |
| (...skipping 38 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 343 # crosbug.com/20025 | 345 # crosbug.com/20025 |
| 344 '-chromeos_browser.ChromeosBrowserTest.testFullScreen', | 346 '-chromeos_browser.ChromeosBrowserTest.testFullScreen', |
| 345 # crosbug.com/19556 | 347 # crosbug.com/19556 |
| 346 '-pyauto_webdriver', | 348 '-pyauto_webdriver', |
| 347 # crbug.com/102549 | 349 # crbug.com/102549 |
| 348 '-notifications.NotificationsTest.testOriginPrefsNotSavedInIncognito', | 350 '-notifications.NotificationsTest.testOriginPrefsNotSavedInIncognito', |
| 349 # crbug.com/103379 | 351 # crbug.com/103379 |
| 350 '-policy.PolicyTest.testDisable3DAPIs', | 352 '-policy.PolicyTest.testDisable3DAPIs', |
| 351 # Chrome driver does not work in Chrome OS. | 353 # Chrome driver does not work in Chrome OS. |
| 352 '-prefs_ui', | 354 '-prefs_ui', |
| 355 '-prefs.PrefsTest.testGeolocationBlockedWhenTrackingDenied' |
| 353 ], | 356 ], |
| 354 }, | 357 }, |
| 355 | 358 |
| 356 # The CONTINUOUS_PUBLIC is a subset of CONTINUOUS suite | 359 # The CONTINUOUS_PUBLIC is a subset of CONTINUOUS suite |
| 357 # and excludes tests that depend on internal data | 360 # and excludes tests that depend on internal data |
| 358 'CONTINUOUS_PUBLIC': { | 361 'CONTINUOUS_PUBLIC': { |
| 359 'all': [ | 362 'all': [ |
| 360 '@CONTINUOUS', | 363 '@CONTINUOUS', |
| 361 | 364 |
| 362 # ================================================== | 365 # ================================================== |
| (...skipping 280 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 643 ], | 646 ], |
| 644 }, | 647 }, |
| 645 | 648 |
| 646 # HTML5 media performance tests. | 649 # HTML5 media performance tests. |
| 647 'AV_PERF': { | 650 'AV_PERF': { |
| 648 'linux': [ | 651 'linux': [ |
| 649 'media.media_constrained_network_perf', | 652 'media.media_constrained_network_perf', |
| 650 ], | 653 ], |
| 651 }, | 654 }, |
| 652 } | 655 } |
| OLD | NEW |