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

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

Issue 8513021: Disable all PyAuto instant tests on ChromeOS. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 9 years, 1 month 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 308 matching lines...) Expand 10 before | Expand all | Expand 10 after
319 '-autofill.AutofillTest.testPostalCodeAndStateLabelsBasedOnCountry', 319 '-autofill.AutofillTest.testPostalCodeAndStateLabelsBasedOnCountry',
320 # Downloads panel stays even after declining a download. 320 # Downloads panel stays even after declining a download.
321 # crosbug.com/14728 321 # crosbug.com/14728
322 '-downloads.DownloadsTest.testDeclineDangerousDownload', 322 '-downloads.DownloadsTest.testDeclineDangerousDownload',
323 # Need internal data dirs in autotest package. crosbug.com/6855 323 # Need internal data dirs in autotest package. crosbug.com/6855
324 '-find_in_page.FindMatchTests.testSearchInPDF', 324 '-find_in_page.FindMatchTests.testSearchInPDF',
325 # Plugin crash infobar does not show up for file:/// flash urls 325 # Plugin crash infobar does not show up for file:/// flash urls
326 # crosbug.com/14971 326 # crosbug.com/14971
327 '-infobars.InfobarTest.testPluginCrashInfobar', 327 '-infobars.InfobarTest.testPluginCrashInfobar',
328 # Flaky: crosbug.com/14439 328 # Flaky: crosbug.com/14439
329 '-instant.InstantSettingsTest.testEnableDisableInstant', 329 '-instant',
330 # crosbug.com/14256 330 # crosbug.com/14256
331 '-ntp.NTPTest.testLaunchAppFullScreen', 331 '-ntp.NTPTest.testLaunchAppFullScreen',
332 # Content history broken in omnibox. crosbug.com/14416 332 # Content history broken in omnibox. crosbug.com/14416
333 '-omnibox.OmniboxTest.testContentHistory', 333 '-omnibox.OmniboxTest.testContentHistory',
334 # crosbug.com/19760 334 # crosbug.com/19760
335 '-passwords.PasswordTest.testClearFetchedCredForNewUserName', 335 '-passwords.PasswordTest.testClearFetchedCredForNewUserName',
336 '-passwords.PasswordTest.testSavedPasswordInTabsAndWindows', 336 '-passwords.PasswordTest.testSavedPasswordInTabsAndWindows',
337 # onunload popups get created in the same window on chromeos 337 # onunload popups get created in the same window on chromeos
338 # crosbug.com/14924 338 # crosbug.com/14924
339 '-popups.PopupsTest.testPopupsLaunchWhenTabIsClosed', 339 '-popups.PopupsTest.testPopupsLaunchWhenTabIsClosed',
(...skipping 289 matching lines...) Expand 10 before | Expand all | Expand 10 after
629 629
630 # HTML5 media functional tests. 630 # HTML5 media functional tests.
631 'AV_FUNC': { 631 'AV_FUNC': {
632 'linux': [ 632 'linux': [
633 'media.media_event_simple_action', 633 'media.media_event_simple_action',
634 'media.media_event_simple_test', 634 'media.media_event_simple_test',
635 'media.media_event_track', 635 'media.media_event_track',
636 ], 636 ],
637 }, 637 },
638 } 638 }
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