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 67 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
78 # Disabled tests that need to be investigated/fixed. | 78 # Disabled tests that need to be investigated/fixed. |
79 # ================================================== | 79 # ================================================== |
80 # crbug.com/83686 | 80 # crbug.com/83686 |
81 '-autofill.AutofillTest.testFillProfileCrazyCharacters', | 81 '-autofill.AutofillTest.testFillProfileCrazyCharacters', |
82 # crbug.com/97369 | 82 # crbug.com/97369 |
83 '-autofill.AutofillTest.testNoDuplicatePhoneNumsInPrefs', | 83 '-autofill.AutofillTest.testNoDuplicatePhoneNumsInPrefs', |
84 # Browser crash when clearing browsing history and downloads together. | 84 # Browser crash when clearing browsing history and downloads together. |
85 # crbug.com/88128 | 85 # crbug.com/88128 |
86 '-browsing_data.BrowsingDataTest.testClearHistoryAndDownloads', | 86 '-browsing_data.BrowsingDataTest.testClearHistoryAndDownloads', |
87 '-browsing_data.BrowsingDataTest.testClearingAccuracy', | 87 '-browsing_data.BrowsingDataTest.testClearingAccuracy', |
| 88 # crbug.com/97695 |
| 89 '-downloads.DownloadsTest.testBigZip', |
| 90 '-downloads.DownloadsTest.testFileRenaming', |
| 91 '-downloads.DownloadsTest.testCrazyFilenames', |
88 # Turkish I problem. crbug.com/60638 | 92 # Turkish I problem. crbug.com/60638 |
89 '-find_in_page.FindMatchTests.testLocalizationAndCaseOrder', | 93 '-find_in_page.FindMatchTests.testLocalizationAndCaseOrder', |
90 '-omnibox.OmniboxTest.testHistoryResult', # crbug.com/71715 | 94 '-omnibox.OmniboxTest.testHistoryResult', # crbug.com/71715 |
91 # crbug.com/91033 | 95 # crbug.com/91033 |
92 '-omnibox.OmniboxTest.testOmniboxSearchHistory', | 96 '-omnibox.OmniboxTest.testOmniboxSearchHistory', |
93 # crbug.com/82629 - real bug. | 97 # crbug.com/82629 - real bug. |
94 '-popups.PopupsTest.testPopupsLaunchUponBrowserBackButton', | 98 '-popups.PopupsTest.testPopupsLaunchUponBrowserBackButton', |
95 # crbug.com/47935 | 99 # crbug.com/47935 |
96 '-popups.PopupsTest.testBlockedPopupNotShowInHistory', | 100 '-popups.PopupsTest.testBlockedPopupNotShowInHistory', |
97 # crbug.com/83827 | 101 # crbug.com/83827 |
(...skipping 458 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
556 | 560 |
557 # HTML5 media functional tests. | 561 # HTML5 media functional tests. |
558 'AV_FUNC': { | 562 'AV_FUNC': { |
559 'linux': [ | 563 'linux': [ |
560 'media.media_event_simple_action', | 564 'media.media_event_simple_action', |
561 'media.media_event_simple_test', | 565 'media.media_event_simple_test', |
562 'media.media_event_track', | 566 'media.media_event_track', |
563 ], | 567 ], |
564 }, | 568 }, |
565 } | 569 } |
OLD | NEW |