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

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

Issue 7740030: Disable pyauto notifications tests that cause a browser crash (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 9 years, 3 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) 2011 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2011 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 171 matching lines...) Expand 10 before | Expand all | Expand 10 after
182 # crbug.com/75724 182 # crbug.com/75724
183 '-downloads.DownloadsTest.testDeclineDangerousDownload', 183 '-downloads.DownloadsTest.testDeclineDangerousDownload',
184 # crbug.com/75724 184 # crbug.com/75724
185 '-downloads.DownloadsTest.testSaveDangerousFile', 185 '-downloads.DownloadsTest.testSaveDangerousFile',
186 '-instant.InstantTest.testInstantNavigation', # crbug.com/69090 186 '-instant.InstantTest.testInstantNavigation', # crbug.com/69090
187 # crbug.com/93956 187 # crbug.com/93956
188 '-find_in_page.FindMatchTests.testSearchInPDF', 188 '-find_in_page.FindMatchTests.testSearchInPDF',
189 # crbug.com/66072 189 # crbug.com/66072
190 '-notifications.NotificationsTest.testNotificationOrderAfterClosingOne', 190 '-notifications.NotificationsTest.testNotificationOrderAfterClosingOne',
191 '-ntp.NTPTest.testLaunchAppNewWindow', # crbug.com/79812 191 '-ntp.NTPTest.testLaunchAppNewWindow', # crbug.com/79812
192 # Causes browser crash. crbug.com/93548
193 '-notifications.NotificationsTest.testIncognitoNotification',
194 '-notifications.NotificationsTest.testOriginPrefsNotSavedInIncognito',
192 # crbug.com/70437 195 # crbug.com/70437
193 '-omnibox.OmniboxTest.testHistoryResult', 196 '-omnibox.OmniboxTest.testHistoryResult',
194 # crbug.com/91617 197 # crbug.com/91617
195 '-omnibox.OmniboxTest.testContentHistory', 198 '-omnibox.OmniboxTest.testContentHistory',
196 '-omnibox.OmniboxTest.testOmniboxSearchHistory', 199 '-omnibox.OmniboxTest.testOmniboxSearchHistory',
197 # Keychain popups make autofill/password tests difficult: crbug.com/49378 200 # Keychain popups make autofill/password tests difficult: crbug.com/49378
198 '-passwords', 201 '-passwords',
199 # WebDriver requires python 2.6, which mac pyauto does not use yet. 202 # WebDriver requires python 2.6, which mac pyauto does not use yet.
200 # crbug.com/49379 203 # crbug.com/49379
201 '-pyauto_webdriver', 204 '-pyauto_webdriver',
(...skipping 296 matching lines...) Expand 10 before | Expand all | Expand 10 after
498 501
499 # HTML5 media functional tests. 502 # HTML5 media functional tests.
500 'AV_FUNC': { 503 'AV_FUNC': {
501 'linux': [ 504 'linux': [
502 'media.media_event_simple_action', 505 'media.media_event_simple_action',
503 'media.media_event_simple_test', 506 'media.media_event_simple_test',
504 'media.media_event_track', 507 'media.media_event_track',
505 ], 508 ],
506 }, 509 },
507 } 510 }
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