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 111 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
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 # crbug.com/94683 |
| 133 '-execute_javascript.ExecuteJavascriptTest.testExecuteJavascriptInExtensio
n', |
132 # Some download test fails on win official builder, only thru buildbot | 134 # Some download test fails on win official builder, only thru buildbot |
133 # when downloading the small zip file. | 135 # when downloading the small zip file. |
134 # crbug.com/91225 | 136 # crbug.com/91225 |
135 '-find_in_page.FindMatchTests.testSearchInPDF', | 137 '-find_in_page.FindMatchTests.testSearchInPDF', |
| 138 # crbug.com/94682 |
| 139 '-gpu.GpuTest.test2dCanvas', |
| 140 # crbug.com/93423 |
| 141 '-gpu.GpuTest.test3dCss', |
136 # Disabled on vista in the actual test. crbug.com/89767 | 142 # Disabled on vista in the actual test. crbug.com/89767 |
137 # -imports.ImportsTest.testImportFirefoxDataTwice | 143 # -imports.ImportsTest.testImportFirefoxDataTwice |
138 # Disabled on vista in the actual test. crbug.com/89767 | 144 # Disabled on vista in the actual test. crbug.com/89767 |
139 # -imports.ImportsTest.testFirefoxImportFromPrefs | 145 # -imports.ImportsTest.testFirefoxImportFromPrefs |
140 # Disabled on vista in the actual test. crbug.com/89767 | 146 # Disabled on vista in the actual test. crbug.com/89767 |
141 # -imports.ImportsTest.testImportFirefoxPasswordsFromPrefs | 147 # -imports.ImportsTest.testImportFirefoxPasswordsFromPrefs |
142 # crbug.com/66072 | 148 # crbug.com/66072 |
143 '-notifications.NotificationsTest.testNotificationOrderAfterClosingOne', | 149 '-notifications.NotificationsTest.testNotificationOrderAfterClosingOne', |
144 # crbug.com/85598 | 150 # crbug.com/85598 |
145 '-ntp.NTPTest.testGetAppsWhenInstallApp', | 151 '-ntp.NTPTest.testGetAppsWhenInstallApp', |
(...skipping 364 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
510 | 516 |
511 # HTML5 media functional tests. | 517 # HTML5 media functional tests. |
512 'AV_FUNC': { | 518 'AV_FUNC': { |
513 'linux': [ | 519 'linux': [ |
514 'media.media_event_simple_action', | 520 'media.media_event_simple_action', |
515 'media.media_event_simple_test', | 521 'media.media_event_simple_test', |
516 'media.media_event_track', | 522 'media.media_event_track', |
517 ], | 523 ], |
518 }, | 524 }, |
519 } | 525 } |
OLD | NEW |