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

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

Issue 10827395: Convert find_in_page.py pyauto test to a browser_test (Closed) Base URL: svn://chrome-svn/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
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 31 matching lines...) Expand 10 before | Expand all | Expand 10 after
42 'browsing_data', 42 'browsing_data',
43 'chromoting.it2me_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',
53 'flash', 52 'flash',
54 'fullscreen_mouselock', 53 'fullscreen_mouselock',
55 'history', 54 'history',
56 'https', 55 'https',
57 'gtalk.test_basic', 56 'gtalk.test_basic',
58 'imports', 57 'imports',
59 'indexeddb', 58 'indexeddb',
60 'infobars', 59 'infobars',
61 'instant', 60 'instant',
62 'multiprofile', 61 'multiprofile',
(...skipping 290 matching lines...) Expand 10 before | Expand all | Expand 10 after
353 '-browser.BrowserTest.testKillAndReloadSharedProcess', 352 '-browser.BrowserTest.testKillAndReloadSharedProcess',
354 # crbug.com/129469 353 # crbug.com/129469
355 '-chromeos_prefs.ChromeosPrefsTest.testCaptureUserPhoto', 354 '-chromeos_prefs.ChromeosPrefsTest.testCaptureUserPhoto',
356 # Downloads panel stays even after declining a download. 355 # Downloads panel stays even after declining a download.
357 # crosbug.com/14728 356 # crosbug.com/14728
358 '-downloads.DownloadsTest.testDeclineDangerousDownload', 357 '-downloads.DownloadsTest.testDeclineDangerousDownload',
359 # crosbug.com/19556 358 # crosbug.com/19556
360 '-extensions.ExtensionsTest.testAllowAccessFileURLs', 359 '-extensions.ExtensionsTest.testAllowAccessFileURLs',
361 '-extensions.ExtensionsTest.testAllowIncognitoExtension', 360 '-extensions.ExtensionsTest.testAllowIncognitoExtension',
362 '-extensions.ExtensionsTest.testDisableEnableExtension', 361 '-extensions.ExtensionsTest.testDisableEnableExtension',
363 # Need internal data dirs in autotest package. crosbug.com/6855
364 '-find_in_page.FindMatchTests.testSearchInPDF',
365 # crbug.com/134593 362 # crbug.com/134593
366 '-gtalk.test_basic.BasicTest.testCurrentVersion', 363 '-gtalk.test_basic.BasicTest.testCurrentVersion',
367 '-gtalk.test_basic.BasicTest.testRCVersion', 364 '-gtalk.test_basic.BasicTest.testRCVersion',
368 # crbug.com/129498 365 # crbug.com/129498
369 '-https.SSLTest.testSSLCertAuthorityOK', 366 '-https.SSLTest.testSSLCertAuthorityOK',
370 '-https.SSLTest.testSSLCertOK', 367 '-https.SSLTest.testSSLCertOK',
371 # crosbug.com/24496 368 # crosbug.com/24496
372 '-infobars.InfobarTest.testPluginCrashForMultiTabs', 369 '-infobars.InfobarTest.testPluginCrashForMultiTabs',
373 # crbug.com/109035 370 # crbug.com/109035
374 '-infobars.InfobarTest.testPluginCrashInfobar', 371 '-infobars.InfobarTest.testPluginCrashInfobar',
(...skipping 499 matching lines...) Expand 10 before | Expand all | Expand 10 after
874 '-search_engines.SearchEnginesTest.testDiscoverSearchEngine', 871 '-search_engines.SearchEnginesTest.testDiscoverSearchEngine',
875 '-ntp.NTPTest.testUninstallApp', 872 '-ntp.NTPTest.testUninstallApp',
876 '-ntp.NTPTest.testLaunchAppWithDefaultSettings', 873 '-ntp.NTPTest.testLaunchAppWithDefaultSettings',
877 '-ntp.NTPTest.testLaunchAppRegularTab', 874 '-ntp.NTPTest.testLaunchAppRegularTab',
878 '-ntp.NTPTest.testLaunchAppPinnedTab', 875 '-ntp.NTPTest.testLaunchAppPinnedTab',
879 '-ntp.NTPTest.testGetAppsWhenInstallApp', 876 '-ntp.NTPTest.testGetAppsWhenInstallApp',
880 '-ntp.NTPTest.testLaunchAppNewWindow', 877 '-ntp.NTPTest.testLaunchAppNewWindow',
881 ], 878 ],
882 }, 879 },
883 } 880 }
OLDNEW
« no previous file with comments | « chrome/browser/ui/find_bar/find_bar_host_browsertest.cc ('k') | chrome/test/functional/find_in_page.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698