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