| 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 109 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 120 '-sync.SyncTest.testPersonalStuffSyncSection', | 120 '-sync.SyncTest.testPersonalStuffSyncSection', |
| 121 ], | 121 ], |
| 122 | 122 |
| 123 'win': [ | 123 'win': [ |
| 124 # ================================================== | 124 # ================================================== |
| 125 # Disabled tests that need to be investigated/fixed. | 125 # Disabled tests that need to be investigated/fixed. |
| 126 # ================================================== | 126 # ================================================== |
| 127 # crbug.com/88210 | 127 # crbug.com/88210 |
| 128 '-autofill.AutofillTest.testCharsStrippedForAggregatedPhoneNumbers', | 128 '-autofill.AutofillTest.testCharsStrippedForAggregatedPhoneNumbers', |
| 129 # crbug.com/81271 | 129 # crbug.com/81271 |
| 130 '-autofill.AutofillTest.testMergeAggregatedProfilesWithSameAddress',» | 130 '-autofill.AutofillTest.testMergeAggregatedProfilesWithSameAddress', |
| 131 '-autofill.AutofillTest.testProfilesNotMergedWhenNoMinAddressData', | 131 '-autofill.AutofillTest.testProfilesNotMergedWhenNoMinAddressData', |
| 132 # Some download test fails on win official builder, only thru buildbot | 132 # Some download test fails on win official builder, only thru buildbot |
| 133 # when downloading the small zip file. | 133 # when downloading the small zip file. |
| 134 # crbug.com/91225 | 134 # crbug.com/91225 |
| 135 '-find_in_page.FindMatchTests.testSearchInPDF', | 135 '-find_in_page.FindMatchTests.testSearchInPDF', |
| 136 # Disabled on vista in the actual test. crbug.com/89767 | 136 # Disabled on vista in the actual test. crbug.com/89767 |
| 137 # -imports.ImportsTest.testImportFirefoxDataTwice | 137 # -imports.ImportsTest.testImportFirefoxDataTwice |
| 138 # Disabled on vista in the actual test. crbug.com/89767 | 138 # Disabled on vista in the actual test. crbug.com/89767 |
| 139 # -imports.ImportsTest.testFirefoxImportFromPrefs | 139 # -imports.ImportsTest.testFirefoxImportFromPrefs |
| 140 # Disabled on vista in the actual test. crbug.com/89767 | 140 # Disabled on vista in the actual test. crbug.com/89767 |
| (...skipping 40 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 181 # ================================================== | 181 # ================================================== |
| 182 # Disabled tests that need to be investigated/fixed. | 182 # Disabled tests that need to be investigated/fixed. |
| 183 # ================================================== | 183 # ================================================== |
| 184 # Keychain popups make autofill/password tests difficult: crbug.com/49378 | 184 # Keychain popups make autofill/password tests difficult: crbug.com/49378 |
| 185 '-autofill', | 185 '-autofill', |
| 186 # codesign tests should run *after* signing. crbug.com/50481 | 186 # codesign tests should run *after* signing. crbug.com/50481 |
| 187 '-codesign', | 187 '-codesign', |
| 188 '-crash_reporter.CrashReporterTest.testRendererCrash', # crbug.com/69464 | 188 '-crash_reporter.CrashReporterTest.testRendererCrash', # crbug.com/69464 |
| 189 # crbug.com/75724 | 189 # crbug.com/75724 |
| 190 '-downloads.DownloadsTest.testDeclineDangerousDownload', | 190 '-downloads.DownloadsTest.testDeclineDangerousDownload', |
| 191 # crbug.com/94468 |
| 192 '-downloads.DownloadsTest.testDownloadPercentage', |
| 191 # crbug.com/75724 | 193 # crbug.com/75724 |
| 192 '-downloads.DownloadsTest.testSaveDangerousFile', | 194 '-downloads.DownloadsTest.testSaveDangerousFile', |
| 193 '-instant.InstantTest.testInstantNavigation', # crbug.com/69090 | 195 '-instant.InstantTest.testInstantNavigation', # crbug.com/69090 |
| 194 # crbug.com/93956 | 196 # crbug.com/93956 |
| 195 '-find_in_page.FindMatchTests.testSearchInPDF', | 197 '-find_in_page.FindMatchTests.testSearchInPDF', |
| 196 # crbug.com/66072 | 198 # crbug.com/66072 |
| 197 '-notifications.NotificationsTest.testNotificationOrderAfterClosingOne', | 199 '-notifications.NotificationsTest.testNotificationOrderAfterClosingOne', |
| 198 '-ntp.NTPTest.testLaunchAppNewWindow', # crbug.com/79812 | 200 '-ntp.NTPTest.testLaunchAppNewWindow', # crbug.com/79812 |
| 199 # Causes browser crash. crbug.com/93548 | 201 # Causes browser crash. crbug.com/93548 |
| 200 '-notifications.NotificationsTest.testIncognitoNotification', | 202 '-notifications.NotificationsTest.testIncognitoNotification', |
| (...skipping 304 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 505 | 507 |
| 506 # HTML5 media functional tests. | 508 # HTML5 media functional tests. |
| 507 'AV_FUNC': { | 509 'AV_FUNC': { |
| 508 'linux': [ | 510 'linux': [ |
| 509 'media.media_event_simple_action', | 511 'media.media_event_simple_action', |
| 510 'media.media_event_simple_test', | 512 'media.media_event_simple_test', |
| 511 'media.media_event_track', | 513 'media.media_event_track', |
| 512 ], | 514 ], |
| 513 }, | 515 }, |
| 514 } | 516 } |
| OLD | NEW |