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

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

Issue 11824012: Disable ntp.NTPTest.testCloseOneTab test. (Closed) Base URL: https://src.chromium.org/chrome/trunk/src/
Patch Set: Created 7 years, 11 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
« 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 113 matching lines...) Expand 10 before | Expand all | Expand 10 after
124 '-prefs_ui.PrefsUITest.testDeleteExceptionUI', 124 '-prefs_ui.PrefsUITest.testDeleteExceptionUI',
125 # crbug.com/151973 125 # crbug.com/151973
126 '-prefs_ui.PrefsUITest.testInitialLineEntryInIncognitoUI', 126 '-prefs_ui.PrefsUITest.testInitialLineEntryInIncognitoUI',
127 # crbug.com/162341 127 # crbug.com/162341
128 '-prefs_ui.PrefsUITest.testLocationSettingOptionsUI', 128 '-prefs_ui.PrefsUITest.testLocationSettingOptionsUI',
129 '-prefs_ui.PrefsUITest.testNoInitialLineEntryInUI', 129 '-prefs_ui.PrefsUITest.testNoInitialLineEntryInUI',
130 # crbug.com/132285 130 # crbug.com/132285
131 '-special_tabs.SpecialTabsTest.testSpecialURLTabs', 131 '-special_tabs.SpecialTabsTest.testSpecialURLTabs',
132 # crbug.com/88593 132 # crbug.com/88593
133 '-sync.SyncTest.testPersonalStuffSyncSection', 133 '-sync.SyncTest.testPersonalStuffSyncSection',
134 # crbug.com/168081
135 '-ntp.NTPTest.testCloseOneTab',
134 ], 136 ],
135 137
136 'win': [ 138 'win': [
137 'gpu', 139 'gpu',
138 140
139 # =========================== 141 # ===========================
140 # Permanently-disabled tests. 142 # Permanently-disabled tests.
141 # =========================== 143 # ===========================
142 144
143 # ================================================== 145 # ==================================================
(...skipping 445 matching lines...) Expand 10 before | Expand all | Expand 10 after
589 '-search_engines.SearchEnginesTest.testDiscoverSearchEngine', 591 '-search_engines.SearchEnginesTest.testDiscoverSearchEngine',
590 '-ntp.NTPTest.testUninstallApp', 592 '-ntp.NTPTest.testUninstallApp',
591 '-ntp.NTPTest.testLaunchAppWithDefaultSettings', 593 '-ntp.NTPTest.testLaunchAppWithDefaultSettings',
592 '-ntp.NTPTest.testLaunchAppRegularTab', 594 '-ntp.NTPTest.testLaunchAppRegularTab',
593 '-ntp.NTPTest.testLaunchAppPinnedTab', 595 '-ntp.NTPTest.testLaunchAppPinnedTab',
594 '-ntp.NTPTest.testGetAppsWhenInstallApp', 596 '-ntp.NTPTest.testGetAppsWhenInstallApp',
595 '-ntp.NTPTest.testLaunchAppNewWindow', 597 '-ntp.NTPTest.testLaunchAppNewWindow',
596 ], 598 ],
597 }, 599 },
598 } 600 }
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