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

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

Issue 10702153: Disable a pyauto test: testTabFSDoesNotExitForAnchorLinks (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 5 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
101 # crosbug.com/136875
102 '-fullscreen_mouselock.FullscreenMouselockTest.testTabFSDoesNotExitForAnch orLinks',
100 # crbug.com/131874 103 # crbug.com/131874
101 '-infobars.OneClickInfobarTest.testNoOneClickInfobarAfterCancel', 104 '-infobars.OneClickInfobarTest.testNoOneClickInfobarAfterCancel',
102 # crbug.com/133315 105 # crbug.com/133315
103 '-infobars.OneClickInfobarTest.testDisplayOneClickInfobarAfterDismiss', 106 '-infobars.OneClickInfobarTest.testDisplayOneClickInfobarAfterDismiss',
104 # crbug.com/105560 107 # crbug.com/105560
105 '-notifications', 108 '-notifications',
106 # crbug.com/99506 109 # crbug.com/99506
107 '-notifications.NotificationsTest.testSpecialURLNotification', 110 '-notifications.NotificationsTest.testSpecialURLNotification',
108 # crbug.com/71715 111 # crbug.com/71715
109 '-omnibox.OmniboxTest.testHistoryResult', 112 '-omnibox.OmniboxTest.testHistoryResult',
(...skipping 735 matching lines...) Expand 10 before | Expand all | Expand 10 after
845 '-policy', 848 '-policy',
846 '-prefs', 849 '-prefs',
847 '-prefs_ui', 850 '-prefs_ui',
848 '-apptest', 851 '-apptest',
849 '-plugins', 852 '-plugins',
850 '-omnibox', 853 '-omnibox',
851 '-special_tabs', 854 '-special_tabs',
852 ], 855 ],
853 }, 856 },
854 } 857 }
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