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 115 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
126 '-pdf.PDFTest.testPDFRunner', | 126 '-pdf.PDFTest.testPDFRunner', |
127 # crbug.com/100593 | 127 # crbug.com/100593 |
128 '-nacl_sdk.NaClSDKTest.testVerifyNaClPlugin', | 128 '-nacl_sdk.NaClSDKTest.testVerifyNaClPlugin', |
129 ], | 129 ], |
130 | 130 |
131 'win': [ | 131 'win': [ |
132 # Enable sync.SyncIntegrationTest only for windows CONTINUIOUS, | 132 # Enable sync.SyncIntegrationTest only for windows CONTINUIOUS, |
133 # which contains the sync protobufs. | 133 # which contains the sync protobufs. |
134 #'sync.SyncIntegrationTest', | 134 #'sync.SyncIntegrationTest', |
135 | 135 |
| 136 # crbug.com/104886 - cannot trigger dangerous download. |
| 137 '-downloads.DownloadsTest.testDeclineDangerousDownload', |
| 138 '-downloads.DownloadsTest.testSaveDangerousFile', |
| 139 |
136 # ================================================== | 140 # ================================================== |
137 # Disabled tests that need to be investigated/fixed. | 141 # Disabled tests that need to be investigated/fixed. |
138 # ================================================== | 142 # ================================================== |
139 # Some download test fails on win official builder, only thru buildbot | 143 # Some download test fails on win official builder, only thru buildbot |
140 # when downloading the small zip file. | 144 # when downloading the small zip file. |
141 # crbug.com/91225 | 145 # crbug.com/91225 |
142 '-find_in_page.FindMatchTests.testSearchInPDF', | 146 '-find_in_page.FindMatchTests.testSearchInPDF', |
143 # Disabled on vista in the actual test. crbug.com/89767 | 147 # Disabled on vista in the actual test. crbug.com/89767 |
144 # -imports.ImportsTest.testImportFirefoxDataTwice | 148 # -imports.ImportsTest.testImportFirefoxDataTwice |
145 # Disabled on vista in the actual test. crbug.com/89767 | 149 # Disabled on vista in the actual test. crbug.com/89767 |
(...skipping 471 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
617 | 621 |
618 # HTML5 media functional tests. | 622 # HTML5 media functional tests. |
619 'AV_FUNC': { | 623 'AV_FUNC': { |
620 'linux': [ | 624 'linux': [ |
621 'media.media_event_simple_action', | 625 'media.media_event_simple_action', |
622 'media.media_event_simple_test', | 626 'media.media_event_simple_test', |
623 'media.media_event_track', | 627 'media.media_event_track', |
624 ], | 628 ], |
625 }, | 629 }, |
626 } | 630 } |
OLD | NEW |