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 306 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
317 '-protector', | 317 '-protector', |
318 # You cannot adjust the downloads directory on ChromeOS. | 318 # You cannot adjust the downloads directory on ChromeOS. |
319 '-prefs.PrefsTest.testDownloadDirPref', | 319 '-prefs.PrefsTest.testDownloadDirPref', |
320 | 320 |
321 # ================================================== | 321 # ================================================== |
322 # Disabled tests that need to be investigated/fixed. | 322 # Disabled tests that need to be investigated/fixed. |
323 # ================================================== | 323 # ================================================== |
324 # crosbug.com/19556 | 324 # crosbug.com/19556 |
325 '-autofill.AutofillTest.testDisplayLineItemForEntriesWithNoCCNum', | 325 '-autofill.AutofillTest.testDisplayLineItemForEntriesWithNoCCNum', |
326 '-autofill.AutofillTest.testPostalCodeAndStateLabelsBasedOnCountry', | 326 '-autofill.AutofillTest.testPostalCodeAndStateLabelsBasedOnCountry', |
| 327 # crbug.com/132337 |
| 328 '-autofill.AutofillTest.testTabOrderForEditAddress', |
327 # crosbug.com/27405 | 329 # crosbug.com/27405 |
328 '-browser.BrowserTest.testKillAndReloadSharedProcess', | 330 '-browser.BrowserTest.testKillAndReloadSharedProcess', |
329 # crbug.com/129489 | 331 # crbug.com/129489 |
330 '-chromeos_file_browser.ChromeosFileBrowserTest.testCopyFolderInDialog', | 332 '-chromeos_file_browser.ChromeosFileBrowserTest.testCopyFolderInDialog', |
331 '-chromeos_file_browser.ChromeosFileBrowserTest.testCreateFolderInDialog', | 333 '-chromeos_file_browser.ChromeosFileBrowserTest.testCreateFolderInDialog', |
332 '-chromeos_file_browser.ChromeosFileBrowserTest.testCutFolderInDialog', | 334 '-chromeos_file_browser.ChromeosFileBrowserTest.testCutFolderInDialog', |
333 '-chromeos_file_browser.ChromeosFileBrowserTest.testOpenMediaFiles', | 335 '-chromeos_file_browser.ChromeosFileBrowserTest.testOpenMediaFiles', |
334 # crbug.com/129469 | 336 # crbug.com/129469 |
335 '-chromeos_prefs.ChromeosPrefsTest.testCaptureUserPhoto', | 337 '-chromeos_prefs.ChromeosPrefsTest.testCaptureUserPhoto', |
336 # Downloads panel stays even after declining a download. | 338 # Downloads panel stays even after declining a download. |
337 # crosbug.com/14728 | 339 # crosbug.com/14728 |
338 '-downloads.DownloadsTest.testDeclineDangerousDownload', | 340 '-downloads.DownloadsTest.testDeclineDangerousDownload', |
339 # crosbug.com/19556 | 341 # crosbug.com/19556 |
340 '-extensions.ExtensionsTest.testAllowAccessFileURLs', | 342 '-extensions.ExtensionsTest.testAllowAccessFileURLs', |
341 '-extensions.ExtensionsTest.testAllowIncognitoExtension', | 343 '-extensions.ExtensionsTest.testAllowIncognitoExtension', |
342 '-extensions.ExtensionsTest.testDisableEnableExtension', | 344 '-extensions.ExtensionsTest.testDisableEnableExtension', |
343 # Need internal data dirs in autotest package. crosbug.com/6855 | 345 # Need internal data dirs in autotest package. crosbug.com/6855 |
344 '-find_in_page.FindMatchTests.testSearchInPDF', | 346 '-find_in_page.FindMatchTests.testSearchInPDF', |
| 347 # crbug.com/132340 |
| 348 '-gtalk.test_basic.BasicTest.testBasicFunctionality', |
345 # crbug.com/129498 | 349 # crbug.com/129498 |
346 '-https.SSLTest.testSSLCertAuthorityOK', | 350 '-https.SSLTest.testSSLCertAuthorityOK', |
347 '-https.SSLTest.testSSLCertOK', | 351 '-https.SSLTest.testSSLCertOK', |
348 # crosbug.com/24496 | 352 # crosbug.com/24496 |
349 '-infobars.InfobarTest.testPluginCrashForMultiTabs', | 353 '-infobars.InfobarTest.testPluginCrashForMultiTabs', |
350 # crbug.com/109035 | 354 # crbug.com/109035 |
351 '-infobars.InfobarTest.testPluginCrashInfobar', | 355 '-infobars.InfobarTest.testPluginCrashInfobar', |
352 # Flaky: crosbug.com/14439 | 356 # Flaky: crosbug.com/14439 |
353 '-instant', | 357 '-instant', |
354 # crosbug.com/14256 | 358 # crosbug.com/14256 |
(...skipping 433 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
788 'all': [ | 792 'all': [ |
789 'media_stream_infobar', | 793 'media_stream_infobar', |
790 'webrtc_call', | 794 'webrtc_call', |
791 | 795 |
792 # Disabled tests. | 796 # Disabled tests. |
793 # ROAP issue: crbug.com/130531 | 797 # ROAP issue: crbug.com/130531 |
794 '-webrtc_call.WebRTCCallTest.testSimpleWebRtcRoapCall', | 798 '-webrtc_call.WebRTCCallTest.testSimpleWebRtcRoapCall', |
795 ], | 799 ], |
796 }, | 800 }, |
797 } | 801 } |
OLD | NEW |