| 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 104 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 115 # crbug.com/85307 | 115 # crbug.com/85307 |
| 116 '-plugins.PluginsTest.testKillAndReloadAllPlugins', | 116 '-plugins.PluginsTest.testKillAndReloadAllPlugins', |
| 117 # crbug.com/88574 | 117 # crbug.com/88574 |
| 118 '-special_tabs.SpecialTabsTest.testSpecialURLTabs', | 118 '-special_tabs.SpecialTabsTest.testSpecialURLTabs', |
| 119 # crbug.com/88593 | 119 # crbug.com/88593 |
| 120 '-sync.SyncTest.testPersonalStuffSyncSection', | 120 '-sync.SyncTest.testPersonalStuffSyncSection', |
| 121 # crbug.com/95031 | 121 # crbug.com/95031 |
| 122 '-notifications.NotificationsTest.testOriginPrefsNotSavedInIncognito', | 122 '-notifications.NotificationsTest.testOriginPrefsNotSavedInIncognito', |
| 123 # crbug.com/98918 | 123 # crbug.com/98918 |
| 124 '-policy.PolicyTest.testBookmarkBarPolicy', | 124 '-policy.PolicyTest.testBookmarkBarPolicy', |
| 125 # crbug.com/100217 | |
| 126 '-policy.PolicyTest.testBlacklistPolicy', | |
| 127 # crbug.com/100591 | 125 # crbug.com/100591 |
| 128 '-pdf.PDFTest.testPDFRunner', | 126 '-pdf.PDFTest.testPDFRunner', |
| 129 # crbug.com/100593 | 127 # crbug.com/100593 |
| 130 '-nacl_sdk.NaClSDKTest.testVerifyNaClPlugin', | 128 '-nacl_sdk.NaClSDKTest.testVerifyNaClPlugin', |
| 131 ], | 129 ], |
| 132 | 130 |
| 133 'win': [ | 131 'win': [ |
| 134 # ================================================== | 132 # ================================================== |
| 135 # Disabled tests that need to be investigated/fixed. | 133 # Disabled tests that need to be investigated/fixed. |
| 136 # ================================================== | 134 # ================================================== |
| (...skipping 448 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 585 | 583 |
| 586 # HTML5 media functional tests. | 584 # HTML5 media functional tests. |
| 587 'AV_FUNC': { | 585 'AV_FUNC': { |
| 588 'linux': [ | 586 'linux': [ |
| 589 'media.media_event_simple_action', | 587 'media.media_event_simple_action', |
| 590 'media.media_event_simple_test', | 588 'media.media_event_simple_test', |
| 591 'media.media_event_track', | 589 'media.media_event_track', |
| 592 ], | 590 ], |
| 593 }, | 591 }, |
| 594 } | 592 } |
| OLD | NEW |