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

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

Issue 10826140: Disable pyauto test that was broken by the last WebKit roll. (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 | no next file » | 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 79 matching lines...) Expand 10 before | Expand all | Expand 10 after
90 '-autofill.AutofillTest.testMergeAggregatedProfilesWithSameAddress', 90 '-autofill.AutofillTest.testMergeAggregatedProfilesWithSameAddress',
91 # crbug.com/99475 91 # crbug.com/99475
92 '-autofill.AutofillTest.testNoDuplicatePhoneNumsInPrefs', 92 '-autofill.AutofillTest.testNoDuplicatePhoneNumsInPrefs',
93 # crbug.com/123396 93 # crbug.com/123396
94 '-fullscreen_mouselock.FullscreenMouselockTest.testPatternsForFSAndML', 94 '-fullscreen_mouselock.FullscreenMouselockTest.testPatternsForFSAndML',
95 # crbug.com/132665 95 # crbug.com/132665
96 '-fullscreen_mouselock.FullscreenMouselockTest.testTabFSExitWhenNavBackToP revPage', 96 '-fullscreen_mouselock.FullscreenMouselockTest.testTabFSExitWhenNavBackToP revPage',
97 '-fullscreen_mouselock.FullscreenMouselockTest.testTabFSExitWhenNavToNewPa ge', 97 '-fullscreen_mouselock.FullscreenMouselockTest.testTabFSExitWhenNavToNewPa ge',
98 '-fullscreen_mouselock.FullscreenMouselockTest.testMLExitWhenNavBackToPrev Page', 98 '-fullscreen_mouselock.FullscreenMouselockTest.testMLExitWhenNavBackToPrev Page',
99 '-fullscreen_mouselock.FullscreenMouselockTest.testMLExitWhenNavToNewPage' , 99 '-fullscreen_mouselock.FullscreenMouselockTest.testMLExitWhenNavToNewPage' ,
100 # crbug.com/140460
101 '-fullscreen_mouselock.FullscreenMouselockTest.testNoTabFSExitWhenJSExitMo useLock',
100 102
101 # crosbug.com/136875 103 # crosbug.com/136875
102 '-fullscreen_mouselock.FullscreenMouselockTest.testTabFSDoesNotExitForAnch orLinks', 104 '-fullscreen_mouselock.FullscreenMouselockTest.testTabFSDoesNotExitForAnch orLinks',
103 # crbug.com/131874 105 # crbug.com/131874
104 '-infobars.OneClickInfobarTest.testNoOneClickInfobarAfterCancel', 106 '-infobars.OneClickInfobarTest.testNoOneClickInfobarAfterCancel',
105 # crbug.com/133315 107 # crbug.com/133315
106 '-infobars.OneClickInfobarTest.testDisplayOneClickInfobarAfterDismiss', 108 '-infobars.OneClickInfobarTest.testDisplayOneClickInfobarAfterDismiss',
107 # crbug.com/105560 109 # crbug.com/105560
108 '-notifications', 110 '-notifications',
109 # crbug.com/99506 111 # crbug.com/99506
(...skipping 771 matching lines...) Expand 10 before | Expand all | Expand 10 after
881 '-search_engines.SearchEnginesTest.testDiscoverSearchEngine', 883 '-search_engines.SearchEnginesTest.testDiscoverSearchEngine',
882 '-ntp.NTPTest.testUninstallApp', 884 '-ntp.NTPTest.testUninstallApp',
883 '-ntp.NTPTest.testLaunchAppWithDefaultSettings', 885 '-ntp.NTPTest.testLaunchAppWithDefaultSettings',
884 '-ntp.NTPTest.testLaunchAppRegularTab', 886 '-ntp.NTPTest.testLaunchAppRegularTab',
885 '-ntp.NTPTest.testLaunchAppPinnedTab', 887 '-ntp.NTPTest.testLaunchAppPinnedTab',
886 '-ntp.NTPTest.testGetAppsWhenInstallApp', 888 '-ntp.NTPTest.testGetAppsWhenInstallApp',
887 '-ntp.NTPTest.testLaunchAppNewWindow', 889 '-ntp.NTPTest.testLaunchAppNewWindow',
888 ], 890 ],
889 }, 891 },
890 } 892 }
OLDNEW
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698