| 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 116 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 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. | 136 # crbug.com/104886 - cannot trigger dangerous download. |
| 137 '-downloads.DownloadsTest.testDeclineDangerousDownload', | |
| 138 '-downloads.DownloadsTest.testSaveDangerousFile', | 137 '-downloads.DownloadsTest.testSaveDangerousFile', |
| 139 | 138 |
| 140 # ================================================== | 139 # ================================================== |
| 141 # Disabled tests that need to be investigated/fixed. | 140 # Disabled tests that need to be investigated/fixed. |
| 142 # ================================================== | 141 # ================================================== |
| 143 # Some download test fails on win official builder, only thru buildbot | 142 # Some download test fails on win official builder, only thru buildbot |
| 144 # when downloading the small zip file. | 143 # when downloading the small zip file. |
| 145 # crbug.com/91225 | 144 # crbug.com/91225 |
| 146 '-find_in_page.FindMatchTests.testSearchInPDF', | 145 '-find_in_page.FindMatchTests.testSearchInPDF', |
| 147 # Disabled on vista in the actual test. crbug.com/89767 | 146 # Disabled on vista in the actual test. crbug.com/89767 |
| (...skipping 473 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 621 | 620 |
| 622 # HTML5 media functional tests. | 621 # HTML5 media functional tests. |
| 623 'AV_FUNC': { | 622 'AV_FUNC': { |
| 624 'linux': [ | 623 'linux': [ |
| 625 'media.media_event_simple_action', | 624 'media.media_event_simple_action', |
| 626 'media.media_event_simple_test', | 625 'media.media_event_simple_test', |
| 627 'media.media_event_track', | 626 'media.media_event_track', |
| 628 ], | 627 ], |
| 629 }, | 628 }, |
| 630 } | 629 } |
| OLD | NEW |