Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(181)

Side by Side Diff: chrome/test/functional/PYAUTO_TESTS

Issue 10837266: Revert 151717 - Initial checkin of the me2me pyauto automation (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 8 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « no previous file | chrome/test/functional/chromoting/auth.py » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
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
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.it2me_basic', 43 'chromoting_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 253 matching lines...) Expand 10 before | Expand all | Expand 10 after
307 'chromeos_wifi_sanity', 307 'chromeos_wifi_sanity',
308 'doc_viewing', 308 'doc_viewing',
309 'secure_shell', 309 'secure_shell',
310 310
311 # =========================== 311 # ===========================
312 # Permanently-disabled tests. 312 # Permanently-disabled tests.
313 # =========================== 313 # ===========================
314 # You cannot resize the browser window on ChromeOS. 314 # You cannot resize the browser window on ChromeOS.
315 '-browser.BrowserTest.testWindowResize', 315 '-browser.BrowserTest.testWindowResize',
316 # ChromeOS doesn't yet support the chromoting host. 316 # ChromeOS doesn't yet support the chromoting host.
317 '-chromoting.it2me_basic', 317 '-chromoting_basic',
318 # No codesign verification on ChromeOS. 318 # No codesign verification on ChromeOS.
319 '-codesign', 319 '-codesign',
320 # Import tests are invalid on ChromeOS since Chrome is the only browser. 320 # Import tests are invalid on ChromeOS since Chrome is the only browser.
321 '-imports', 321 '-imports',
322 # Sync is already signed in with the login account. 322 # Sync is already signed in with the login account.
323 # So one-click infobar tests do tno apply to chromeos. 323 # So one-click infobar tests do tno apply to chromeos.
324 '-infobars.OneClickInfobarTest', 324 '-infobars.OneClickInfobarTest',
325 # Multi-profile doesn't apply to chromeos yet. 325 # Multi-profile doesn't apply to chromeos yet.
326 '-bookmarks.BookmarksTest.testAddBookmarkInMultiProfile', 326 '-bookmarks.BookmarksTest.testAddBookmarkInMultiProfile',
327 '-bookmarks.BookmarksTest.testRemoveBookmarksInMultiProfile', 327 '-bookmarks.BookmarksTest.testRemoveBookmarksInMultiProfile',
(...skipping 162 matching lines...) Expand 10 before | Expand all | Expand 10 after
490 'about_plugins_ui.ChromeAboutPluginsUITest', 490 'about_plugins_ui.ChromeAboutPluginsUITest',
491 'media.media_basic_playback', 491 'media.media_basic_playback',
492 'nacl_sdk', 492 'nacl_sdk',
493 'translate', 493 'translate',
494 'youtube', 494 'youtube',
495 495
496 # =========================== 496 # ===========================
497 # Permanently-disabled tests. 497 # Permanently-disabled tests.
498 # =========================== 498 # ===========================
499 # The chromoting webapp isn't currently available when FULL is run. 499 # The chromoting webapp isn't currently available when FULL is run.
500 '-chromoting.it2me_basic', 500 '-chromoting_basic',
501 501
502 # ================================================== 502 # ==================================================
503 # Disabled tests that need to be investigated/fixed. 503 # Disabled tests that need to be investigated/fixed.
504 # ================================================== 504 # ==================================================
505 # The source is behind. Waiting for dev to automate the update. 505 # The source is behind. Waiting for dev to automate the update.
506 # crbug.com/109160 506 # crbug.com/109160
507 '-execute_javascript.ExecuteJavascriptTest.testExecuteJavascriptInExtensio n', 507 '-execute_javascript.ExecuteJavascriptTest.testExecuteJavascriptInExtensio n',
508 # crbug.com/132272 508 # crbug.com/132272
509 '-shortcuts.ShortcutsTest.testHelpShortcut', 509 '-shortcuts.ShortcutsTest.testHelpShortcut',
510 # crbug.com/132285 510 # crbug.com/132285
(...skipping 363 matching lines...) Expand 10 before | Expand all | Expand 10 after
874 '-search_engines.SearchEnginesTest.testDiscoverSearchEngine', 874 '-search_engines.SearchEnginesTest.testDiscoverSearchEngine',
875 '-ntp.NTPTest.testUninstallApp', 875 '-ntp.NTPTest.testUninstallApp',
876 '-ntp.NTPTest.testLaunchAppWithDefaultSettings', 876 '-ntp.NTPTest.testLaunchAppWithDefaultSettings',
877 '-ntp.NTPTest.testLaunchAppRegularTab', 877 '-ntp.NTPTest.testLaunchAppRegularTab',
878 '-ntp.NTPTest.testLaunchAppPinnedTab', 878 '-ntp.NTPTest.testLaunchAppPinnedTab',
879 '-ntp.NTPTest.testGetAppsWhenInstallApp', 879 '-ntp.NTPTest.testGetAppsWhenInstallApp',
880 '-ntp.NTPTest.testLaunchAppNewWindow', 880 '-ntp.NTPTest.testLaunchAppNewWindow',
881 ], 881 ],
882 }, 882 },
883 } 883 }
OLDNEW
« no previous file with comments | « no previous file | chrome/test/functional/chromoting/auth.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698