OLD | NEW |
1 # Copyright (c) 2012 The Chromium Authors. All rights reserved. | 1 # Copyright (c) 2012 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 22 matching lines...) Expand all Loading... |
33 # This is the suite that gets run on 'Chromium' builds. | 33 # This is the suite that gets run on 'Chromium' builds. |
34 'CONTINUOUS': { | 34 'CONTINUOUS': { |
35 'all': [ | 35 'all': [ |
36 'about_plugins_ui.AboutPluginsUITest', | 36 'about_plugins_ui.AboutPluginsUITest', |
37 'apptest', | 37 'apptest', |
38 'autofill', | 38 'autofill', |
39 'bookmark_bar', | 39 'bookmark_bar', |
40 'bookmarks', | 40 'bookmarks', |
41 'browser', | 41 'browser', |
42 'browsing_data', | 42 'browsing_data', |
43 'chromoting_basic', | 43 'chromoting.it2me_basic', |
44 'codesign', | 44 'codesign', |
45 'content', | 45 'content', |
46 'cookies', | 46 'cookies', |
47 'crash_reporter', | 47 'crash_reporter', |
48 'databases', | 48 'databases', |
49 'downloads', | 49 'downloads', |
50 'execute_javascript', | 50 'execute_javascript', |
51 'extensions', | 51 'extensions', |
52 'find_in_page', | 52 'find_in_page', |
53 'flash', | 53 'flash', |
(...skipping 259 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
313 'chromeos_wifi_sanity', | 313 'chromeos_wifi_sanity', |
314 'doc_viewing', | 314 'doc_viewing', |
315 'secure_shell', | 315 'secure_shell', |
316 | 316 |
317 # =========================== | 317 # =========================== |
318 # Permanently-disabled tests. | 318 # Permanently-disabled tests. |
319 # =========================== | 319 # =========================== |
320 # You cannot resize the browser window on ChromeOS. | 320 # You cannot resize the browser window on ChromeOS. |
321 '-browser.BrowserTest.testWindowResize', | 321 '-browser.BrowserTest.testWindowResize', |
322 # ChromeOS doesn't yet support the chromoting host. | 322 # ChromeOS doesn't yet support the chromoting host. |
323 '-chromoting_basic', | 323 '-chromoting.it2me_basic', |
324 # No codesign verification on ChromeOS. | 324 # No codesign verification on ChromeOS. |
325 '-codesign', | 325 '-codesign', |
326 # Import tests are invalid on ChromeOS since Chrome is the only browser. | 326 # Import tests are invalid on ChromeOS since Chrome is the only browser. |
327 '-imports', | 327 '-imports', |
328 # Sync is already signed in with the login account. | 328 # Sync is already signed in with the login account. |
329 # So one-click infobar tests do tno apply to chromeos. | 329 # So one-click infobar tests do tno apply to chromeos. |
330 '-infobars.OneClickInfobarTest', | 330 '-infobars.OneClickInfobarTest', |
331 # Multi-profile doesn't apply to chromeos yet. | 331 # Multi-profile doesn't apply to chromeos yet. |
332 '-bookmarks.BookmarksTest.testAddBookmarkInMultiProfile', | 332 '-bookmarks.BookmarksTest.testAddBookmarkInMultiProfile', |
333 '-bookmarks.BookmarksTest.testRemoveBookmarksInMultiProfile', | 333 '-bookmarks.BookmarksTest.testRemoveBookmarksInMultiProfile', |
(...skipping 164 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
498 'about_plugins_ui.ChromeAboutPluginsUITest', | 498 'about_plugins_ui.ChromeAboutPluginsUITest', |
499 'media.media_basic_playback', | 499 'media.media_basic_playback', |
500 'nacl_sdk', | 500 'nacl_sdk', |
501 'translate', | 501 'translate', |
502 'youtube', | 502 'youtube', |
503 | 503 |
504 # =========================== | 504 # =========================== |
505 # Permanently-disabled tests. | 505 # Permanently-disabled tests. |
506 # =========================== | 506 # =========================== |
507 # The chromoting webapp isn't currently available when FULL is run. | 507 # The chromoting webapp isn't currently available when FULL is run. |
508 '-chromoting_basic', | 508 '-chromoting.it2me_basic', |
509 | 509 |
510 # ================================================== | 510 # ================================================== |
511 # Disabled tests that need to be investigated/fixed. | 511 # Disabled tests that need to be investigated/fixed. |
512 # ================================================== | 512 # ================================================== |
513 # The source is behind. Waiting for dev to automate the update. | 513 # The source is behind. Waiting for dev to automate the update. |
514 # crbug.com/109160 | 514 # crbug.com/109160 |
515 '-execute_javascript.ExecuteJavascriptTest.testExecuteJavascriptInExtensio
n', | 515 '-execute_javascript.ExecuteJavascriptTest.testExecuteJavascriptInExtensio
n', |
516 # crbug.com/132272 | 516 # crbug.com/132272 |
517 '-shortcuts.ShortcutsTest.testHelpShortcut', | 517 '-shortcuts.ShortcutsTest.testHelpShortcut', |
518 # crbug.com/132285 | 518 # crbug.com/132285 |
(...skipping 364 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
883 '-search_engines.SearchEnginesTest.testDiscoverSearchEngine', | 883 '-search_engines.SearchEnginesTest.testDiscoverSearchEngine', |
884 '-ntp.NTPTest.testUninstallApp', | 884 '-ntp.NTPTest.testUninstallApp', |
885 '-ntp.NTPTest.testLaunchAppWithDefaultSettings', | 885 '-ntp.NTPTest.testLaunchAppWithDefaultSettings', |
886 '-ntp.NTPTest.testLaunchAppRegularTab', | 886 '-ntp.NTPTest.testLaunchAppRegularTab', |
887 '-ntp.NTPTest.testLaunchAppPinnedTab', | 887 '-ntp.NTPTest.testLaunchAppPinnedTab', |
888 '-ntp.NTPTest.testGetAppsWhenInstallApp', | 888 '-ntp.NTPTest.testGetAppsWhenInstallApp', |
889 '-ntp.NTPTest.testLaunchAppNewWindow', | 889 '-ntp.NTPTest.testLaunchAppNewWindow', |
890 ], | 890 ], |
891 }, | 891 }, |
892 } | 892 } |
OLD | NEW |