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

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

Issue 10443098: Add additional tests for mouse lock. (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: Created 8 years, 6 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/fullscreen_mouselock.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 73 matching lines...) Expand 10 before | Expand all | Expand 10 after
84 'test_pyauto', 84 'test_pyauto',
85 'themes', 85 'themes',
86 86
87 # ================================================== 87 # ==================================================
88 # Disabled tests that need to be investigated/fixed. 88 # Disabled tests that need to be investigated/fixed.
89 # ================================================== 89 # ==================================================
90 # crbug.com/102798 90 # crbug.com/102798
91 '-autofill.AutofillTest.testMergeAggregatedProfilesWithSameAddress', 91 '-autofill.AutofillTest.testMergeAggregatedProfilesWithSameAddress',
92 # crbug.com/99475 92 # crbug.com/99475
93 '-autofill.AutofillTest.testNoDuplicatePhoneNumsInPrefs', 93 '-autofill.AutofillTest.testNoDuplicatePhoneNumsInPrefs',
94 # crbug.com/130301
95 '-fullscreen_mouselock.FullscreenMouselockTest.testMouseLockLostOnReload',
94 # crbug.com/123396 96 # crbug.com/123396
95 '-fullscreen_mouselock.FullscreenMouselockTest.testPatternsForFSAndML', 97 '-fullscreen_mouselock.FullscreenMouselockTest.testPatternsForFSAndML',
96 # crbug.com/128563 98 # crbug.com/128563
97 '-gtalk.test_basic.BasicTest.testBasicFunctionality', 99 '-gtalk.test_basic.BasicTest.testBasicFunctionality',
98 # crbug.com/105560 100 # crbug.com/105560
99 '-notifications', 101 '-notifications',
100 # crbug.com/99506 102 # crbug.com/99506
101 '-notifications.NotificationsTest.testSpecialURLNotification', 103 '-notifications.NotificationsTest.testSpecialURLNotification',
102 # crbug.com/71715 104 # crbug.com/71715
103 '-omnibox.OmniboxTest.testHistoryResult', 105 '-omnibox.OmniboxTest.testHistoryResult',
(...skipping 223 matching lines...) Expand 10 before | Expand all | Expand 10 after
327 '-downloads.DownloadsTest.testDeclineDangerousDownload', 329 '-downloads.DownloadsTest.testDeclineDangerousDownload',
328 # crosbug.com/19556 330 # crosbug.com/19556
329 '-extensions.ExtensionsTest.testAllowAccessFileURLs', 331 '-extensions.ExtensionsTest.testAllowAccessFileURLs',
330 '-extensions.ExtensionsTest.testAllowIncognitoExtension', 332 '-extensions.ExtensionsTest.testAllowIncognitoExtension',
331 '-extensions.ExtensionsTest.testDisableEnableExtension', 333 '-extensions.ExtensionsTest.testDisableEnableExtension',
332 # Need internal data dirs in autotest package. crosbug.com/6855 334 # Need internal data dirs in autotest package. crosbug.com/6855
333 '-find_in_page.FindMatchTests.testSearchInPDF', 335 '-find_in_page.FindMatchTests.testSearchInPDF',
334 # crbug.com/125112 336 # crbug.com/125112
335 '-fullscreen_mouselock.FullscreenMouselockTest.testFullScreenMouseLockHook s', 337 '-fullscreen_mouselock.FullscreenMouselockTest.testFullScreenMouseLockHook s',
336 '-fullscreen_mouselock.FullscreenMouselockTest.testMouseLockExitWhenAlertD ialogShow', 338 '-fullscreen_mouselock.FullscreenMouselockTest.testMouseLockExitWhenAlertD ialogShow',
339 '-fullscreen_mouselock.FullscreenMouselockTest.testMouseLockInBrowserFS',
337 '-fullscreen_mouselock.FullscreenMouselockTest.testNoMouseLockRequest', 340 '-fullscreen_mouselock.FullscreenMouselockTest.testNoMouseLockRequest',
338 '-fullscreen_mouselock.FullscreenMouselockTest.testNoMouseLockWhenCancelFS ', 341 '-fullscreen_mouselock.FullscreenMouselockTest.testNoMouseLockWhenCancelFS ',
339 '-fullscreen_mouselock.FullscreenMouselockTest.testNoTabFSExitWhenJSExitMo useLock', 342 '-fullscreen_mouselock.FullscreenMouselockTest.testNoTabFSExitWhenJSExitMo useLock',
340 '-fullscreen_mouselock.FullscreenMouselockTest.testPatternsForAllowMouseLo ck', 343 '-fullscreen_mouselock.FullscreenMouselockTest.testPatternsForAllowMouseLo ck',
341 # crbug.com/129498 344 # crbug.com/129498
342 '-https.SSLTest.testSSLCertAuthorityOK', 345 '-https.SSLTest.testSSLCertAuthorityOK',
343 '-https.SSLTest.testSSLCertOK', 346 '-https.SSLTest.testSSLCertOK',
344 # crosbug.com/24496 347 # crosbug.com/24496
345 '-infobars.InfobarTest.testPluginCrashForMultiTabs', 348 '-infobars.InfobarTest.testPluginCrashForMultiTabs',
346 # crbug.com/109035 349 # crbug.com/109035
(...skipping 396 matching lines...) Expand 10 before | Expand all | Expand 10 after
743 746
744 # WebRTC MediaStream tests. Requires webcam and audio device to be present on 747 # WebRTC MediaStream tests. Requires webcam and audio device to be present on
745 # the test machine. 748 # the test machine.
746 'WEBRTC': { 749 'WEBRTC': {
747 'all': [ 750 'all': [
748 'media_stream_infobar', 751 'media_stream_infobar',
749 'webrtc_call', 752 'webrtc_call',
750 ], 753 ],
751 }, 754 },
752 } 755 }
OLDNEW
« no previous file with comments | « no previous file | chrome/test/functional/fullscreen_mouselock.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698