OLD | NEW |
1 # Copyright 2013 The Chromium Authors. All rights reserved. | 1 # Copyright 2013 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 223 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
234 # No codesign verification on ChromeOS. | 234 # No codesign verification on ChromeOS. |
235 '-codesign', | 235 '-codesign', |
236 # Sync is already signed in with the login account. | 236 # Sync is already signed in with the login account. |
237 # So one-click infobar tests do tno apply to chromeos. | 237 # So one-click infobar tests do tno apply to chromeos. |
238 '-infobars.OneClickInfobarTest', | 238 '-infobars.OneClickInfobarTest', |
239 # Multi-profile doesn't apply to chromeos yet. | 239 # Multi-profile doesn't apply to chromeos yet. |
240 '-multiprofile', | 240 '-multiprofile', |
241 '-ntp.NTPTest.testDifferentProfileNotAppearInMostVisited', | 241 '-ntp.NTPTest.testDifferentProfileNotAppearInMostVisited', |
242 # No NaCl support on ChromeOS. | 242 # No NaCl support on ChromeOS. |
243 '-nacl_sdk', | 243 '-nacl_sdk', |
244 # You cannot adjust the downloads directory on ChromeOS. | |
245 '-prefs.PrefsTest.testDownloadDirPref', | |
246 | 244 |
247 # ================================================== | 245 # ================================================== |
248 # Disabled tests that need to be investigated/fixed. | 246 # Disabled tests that need to be investigated/fixed. |
249 # ================================================== | 247 # ================================================== |
250 # crbug.com/132337 | 248 # crbug.com/132337 |
251 '-autofill.AutofillTest.testTabOrderForEditAddress', | 249 '-autofill.AutofillTest.testTabOrderForEditAddress', |
252 # crosbug.com/19556 | 250 # crosbug.com/19556 |
253 '-extensions.ExtensionsTest.testAllowAccessFileURLs', | 251 '-extensions.ExtensionsTest.testAllowAccessFileURLs', |
254 '-extensions.ExtensionsTest.testAllowIncognitoExtension', | 252 '-extensions.ExtensionsTest.testAllowIncognitoExtension', |
255 '-extensions.ExtensionsTest.testDisableEnableExtension', | 253 '-extensions.ExtensionsTest.testDisableEnableExtension', |
(...skipping 319 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
575 '-search_engines.SearchEnginesTest.testDiscoverSearchEngine', | 573 '-search_engines.SearchEnginesTest.testDiscoverSearchEngine', |
576 '-ntp.NTPTest.testUninstallApp', | 574 '-ntp.NTPTest.testUninstallApp', |
577 '-ntp.NTPTest.testLaunchAppWithDefaultSettings', | 575 '-ntp.NTPTest.testLaunchAppWithDefaultSettings', |
578 '-ntp.NTPTest.testLaunchAppRegularTab', | 576 '-ntp.NTPTest.testLaunchAppRegularTab', |
579 '-ntp.NTPTest.testLaunchAppPinnedTab', | 577 '-ntp.NTPTest.testLaunchAppPinnedTab', |
580 '-ntp.NTPTest.testGetAppsWhenInstallApp', | 578 '-ntp.NTPTest.testGetAppsWhenInstallApp', |
581 '-ntp.NTPTest.testLaunchAppNewWindow', | 579 '-ntp.NTPTest.testLaunchAppNewWindow', |
582 ], | 580 ], |
583 }, | 581 }, |
584 } | 582 } |
OLD | NEW |