| 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 59 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 70 'sync', | 70 'sync', |
| 71 'test_basic', | 71 'test_basic', |
| 72 'test_pyauto', | 72 'test_pyauto', |
| 73 'themes', | 73 'themes', |
| 74 | 74 |
| 75 # ================================================== | 75 # ================================================== |
| 76 # Disabled tests that need to be investigated/fixed. | 76 # Disabled tests that need to be investigated/fixed. |
| 77 # ================================================== | 77 # ================================================== |
| 78 # crbug.com/83686 | 78 # crbug.com/83686 |
| 79 '-autofill.AutofillTest.testFillProfileCrazyCharacters', | 79 '-autofill.AutofillTest.testFillProfileCrazyCharacters', |
| 80 # crbug.com/89784 |
| 81 '-autofill.AutofillTest.testProfileSavedWithValidCountryPhone', |
| 80 # crbug.com/81271 | 82 # crbug.com/81271 |
| 81 '-autofill.AutofillTest.testMergeAggregatedProfilesWithSameAddress', | 83 '-autofill.AutofillTest.testMergeAggregatedProfilesWithSameAddress', |
| 82 '-autofill.AutofillTest.testProfilesNotMergedWhenNoMinAddressData', | 84 '-autofill.AutofillTest.testProfilesNotMergedWhenNoMinAddressData', |
| 83 # Browser crash when clearing browsing history and downloads together. | 85 # Browser crash when clearing browsing history and downloads together. |
| 84 # crbug.com/88128 | 86 # crbug.com/88128 |
| 85 '-browsing_data.BrowsingDataTest.testClearHistoryAndDownloads', | 87 '-browsing_data.BrowsingDataTest.testClearHistoryAndDownloads', |
| 86 '-browsing_data.BrowsingDataTest.testClearingAccuracy', | 88 '-browsing_data.BrowsingDataTest.testClearingAccuracy', |
| 87 # Turkish I problem. crbug.com/60638 | 89 # Turkish I problem. crbug.com/60638 |
| 88 '-find_in_page.FindMatchTests.testLocalizationAndCaseOrder', | 90 '-find_in_page.FindMatchTests.testLocalizationAndCaseOrder', |
| 89 # crbug.com/87959 | 91 # crbug.com/87959 |
| (...skipping 68 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 158 # crbug.com/67588 | 160 # crbug.com/67588 |
| 159 '-passwords.PasswordTest.testSavedPasswordInTabsAndWindows', | 161 '-passwords.PasswordTest.testSavedPasswordInTabsAndWindows', |
| 160 # crbug.com/88679 | 162 # crbug.com/88679 |
| 161 '-sync', | 163 '-sync', |
| 162 # crbug.com/86949 | 164 # crbug.com/86949 |
| 163 '-sync.SyncTest.testRestartBrowser', | 165 '-sync.SyncTest.testRestartBrowser', |
| 164 # crbug.com/87642 | 166 # crbug.com/87642 |
| 165 '-sync.SyncTest.testDisableAndEnableDatatypes', | 167 '-sync.SyncTest.testDisableAndEnableDatatypes', |
| 166 # crbug.com/88190 | 168 # crbug.com/88190 |
| 167 '-passwords.PasswordTest.testClearFetchedCredForNewUserName', | 169 '-passwords.PasswordTest.testClearFetchedCredForNewUserName', |
| 168 # crbug.com/89784 | |
| 169 '-autofill.AutofillTest.testProfileSavedWithValidCountryPhone', | |
| 170 # Crashes browser. crbug.com/89000 | 170 # Crashes browser. crbug.com/89000 |
| 171 '-prefs.PrefsTest.testGeolocationPref', | 171 '-prefs.PrefsTest.testGeolocationPref', |
| 172 ], | 172 ], |
| 173 | 173 |
| 174 'mac': [ | 174 'mac': [ |
| 175 # ================================================== | 175 # ================================================== |
| 176 # Disabled tests that need to be investigated/fixed. | 176 # Disabled tests that need to be investigated/fixed. |
| 177 # ================================================== | 177 # ================================================== |
| 178 # Keychain popups make autofill/password tests difficult: crbug.com/49378 | 178 # Keychain popups make autofill/password tests difficult: crbug.com/49378 |
| 179 '-autofill', | 179 '-autofill', |
| (...skipping 307 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 487 | 487 |
| 488 # HTML5 media functional tests. | 488 # HTML5 media functional tests. |
| 489 'AV_FUNC': { | 489 'AV_FUNC': { |
| 490 'linux': [ | 490 'linux': [ |
| 491 'media.media_event_simple_action', | 491 'media.media_event_simple_action', |
| 492 'media.media_event_simple_test', | 492 'media.media_event_simple_test', |
| 493 'media.media_event_track', | 493 'media.media_event_track', |
| 494 ], | 494 ], |
| 495 }, | 495 }, |
| 496 } | 496 } |
| OLD | NEW |