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

Side by Side Diff: PYAUTO_TESTS

Issue 7794017: Disable on win xp failing pyAuto gpu tests and a javascript test giving errors (Closed) Base URL: http://src.chromium.org/svn/trunk/src/chrome/test/functional/
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 111 matching lines...) Expand 10 before | Expand all | Expand 10 after
122 122
123 'win': [ 123 'win': [
124 # ================================================== 124 # ==================================================
125 # Disabled tests that need to be investigated/fixed. 125 # Disabled tests that need to be investigated/fixed.
126 # ================================================== 126 # ==================================================
127 # crbug.com/88210 127 # crbug.com/88210
128 '-autofill.AutofillTest.testCharsStrippedForAggregatedPhoneNumbers', 128 '-autofill.AutofillTest.testCharsStrippedForAggregatedPhoneNumbers',
129 # crbug.com/81271 129 # crbug.com/81271
130 '-autofill.AutofillTest.testMergeAggregatedProfilesWithSameAddress', 130 '-autofill.AutofillTest.testMergeAggregatedProfilesWithSameAddress',
131 '-autofill.AutofillTest.testProfilesNotMergedWhenNoMinAddressData', 131 '-autofill.AutofillTest.testProfilesNotMergedWhenNoMinAddressData',
132 # crbug.com/94683
133 '-execute_javascript.ExecuteJavascriptTest.testExecuteJavascriptInExtensio n',
132 # Some download test fails on win official builder, only thru buildbot 134 # Some download test fails on win official builder, only thru buildbot
133 # when downloading the small zip file. 135 # when downloading the small zip file.
134 # crbug.com/91225 136 # crbug.com/91225
135 '-find_in_page.FindMatchTests.testSearchInPDF', 137 '-find_in_page.FindMatchTests.testSearchInPDF',
138 # crbug.com/94682
139 '-gpu.GpuTest.test2dCanvas',
140 # crbug.com/93423
141 '-gpu.GpuTest.test3dCss',
136 # Disabled on vista in the actual test. crbug.com/89767 142 # Disabled on vista in the actual test. crbug.com/89767
137 # -imports.ImportsTest.testImportFirefoxDataTwice 143 # -imports.ImportsTest.testImportFirefoxDataTwice
138 # Disabled on vista in the actual test. crbug.com/89767 144 # Disabled on vista in the actual test. crbug.com/89767
139 # -imports.ImportsTest.testFirefoxImportFromPrefs 145 # -imports.ImportsTest.testFirefoxImportFromPrefs
140 # Disabled on vista in the actual test. crbug.com/89767 146 # Disabled on vista in the actual test. crbug.com/89767
141 # -imports.ImportsTest.testImportFirefoxPasswordsFromPrefs 147 # -imports.ImportsTest.testImportFirefoxPasswordsFromPrefs
142 # crbug.com/66072 148 # crbug.com/66072
143 '-notifications.NotificationsTest.testNotificationOrderAfterClosingOne', 149 '-notifications.NotificationsTest.testNotificationOrderAfterClosingOne',
144 # crbug.com/85598 150 # crbug.com/85598
145 '-ntp.NTPTest.testGetAppsWhenInstallApp', 151 '-ntp.NTPTest.testGetAppsWhenInstallApp',
(...skipping 364 matching lines...) Expand 10 before | Expand all | Expand 10 after
510 516
511 # HTML5 media functional tests. 517 # HTML5 media functional tests.
512 'AV_FUNC': { 518 'AV_FUNC': {
513 'linux': [ 519 'linux': [
514 'media.media_event_simple_action', 520 'media.media_event_simple_action',
515 'media.media_event_simple_test', 521 'media.media_event_simple_test',
516 'media.media_event_track', 522 'media.media_event_track',
517 ], 523 ],
518 }, 524 },
519 } 525 }
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