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 336 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
347 '-chromeos_file_browser', | 347 '-chromeos_file_browser', |
348 # Downloads panel stays even after declining a download. | 348 # Downloads panel stays even after declining a download. |
349 # crosbug.com/14728 | 349 # crosbug.com/14728 |
350 '-downloads.DownloadsTest.testDeclineDangerousDownload', | 350 '-downloads.DownloadsTest.testDeclineDangerousDownload', |
351 # crosbug.com/19556 | 351 # crosbug.com/19556 |
352 '-extensions.ExtensionsTest.testAllowAccessFileURLs', | 352 '-extensions.ExtensionsTest.testAllowAccessFileURLs', |
353 '-extensions.ExtensionsTest.testAllowIncognitoExtension', | 353 '-extensions.ExtensionsTest.testAllowIncognitoExtension', |
354 '-extensions.ExtensionsTest.testDisableEnableExtension', | 354 '-extensions.ExtensionsTest.testDisableEnableExtension', |
355 # Need internal data dirs in autotest package. crosbug.com/6855 | 355 # Need internal data dirs in autotest package. crosbug.com/6855 |
356 '-find_in_page.FindMatchTests.testSearchInPDF', | 356 '-find_in_page.FindMatchTests.testSearchInPDF', |
| 357 # crbug.com/123045 |
| 358 '-indexeddb.IndexedDBTest.testIndexedDBNullKeyPathPersistence', |
| 359 '-indexeddb.IndexedDBTest.testVersionChangeCrashResilience', |
357 # crosbug.com/24496 | 360 # crosbug.com/24496 |
358 '-infobars.InfobarTest.testPluginCrashForMultiTabs', | 361 '-infobars.InfobarTest.testPluginCrashForMultiTabs', |
359 # crbug.com/109035 | 362 # crbug.com/109035 |
360 '-infobars.InfobarTest.testPluginCrashInfobar', | 363 '-infobars.InfobarTest.testPluginCrashInfobar', |
361 # Flaky: crosbug.com/14439 | 364 # Flaky: crosbug.com/14439 |
362 '-instant', | 365 '-instant', |
363 # crosbug.com/14256 | 366 # crosbug.com/14256 |
364 '-ntp.NTPTest.testLaunchAppFullScreen', | 367 '-ntp.NTPTest.testLaunchAppFullScreen', |
365 # Content history broken in omnibox. crosbug.com/14416 | 368 # Content history broken in omnibox. crosbug.com/14416 |
366 '-omnibox.OmniboxTest.testContentHistory', | 369 '-omnibox.OmniboxTest.testContentHistory', |
(...skipping 369 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
736 | 739 |
737 # HTML5 media performance tests. | 740 # HTML5 media performance tests. |
738 'AV_PERF': { | 741 'AV_PERF': { |
739 'linux': [ | 742 'linux': [ |
740 'media.media_constrained_network_perf', | 743 'media.media_constrained_network_perf', |
741 'media.media_jerky', | 744 'media.media_jerky', |
742 'media.media_stat_perf', | 745 'media.media_stat_perf', |
743 ], | 746 ], |
744 }, | 747 }, |
745 } | 748 } |
OLD | NEW |