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

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

Issue 7778002: Disable testClearFetchedCredForNewUserName, testSavedPasswordInTabsAndWindows on chromeos (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 294 matching lines...) Expand 10 before | Expand all | Expand 10 after
305 '-find_in_page.FindMatchTests.testSearchInPDF', 305 '-find_in_page.FindMatchTests.testSearchInPDF',
306 # Plugin crash infobar does not show up for file:/// flash urls 306 # Plugin crash infobar does not show up for file:/// flash urls
307 # crosbug.com/14971 307 # crosbug.com/14971
308 '-infobars.InfobarTest.testPluginCrashInfobar', 308 '-infobars.InfobarTest.testPluginCrashInfobar',
309 # Flaky: crosbug.com/14439 309 # Flaky: crosbug.com/14439
310 '-instant.InstantSettingsTest.testEnableDisableInstant', 310 '-instant.InstantSettingsTest.testEnableDisableInstant',
311 # crosbug.com/14256 311 # crosbug.com/14256
312 '-ntp.NTPTest.testLaunchAppFullScreen', 312 '-ntp.NTPTest.testLaunchAppFullScreen',
313 # Content history broken in omnibox. crosbug.com/14416 313 # Content history broken in omnibox. crosbug.com/14416
314 '-omnibox.OmniboxTest.testContentHistory', 314 '-omnibox.OmniboxTest.testContentHistory',
315 # crosbug.com/19760
316 '-passwords.PasswordTest.testClearFetchedCredForNewUserName',
317 '-passwords.PasswordTest.testSavedPasswordInTabsAndWindows',
315 # onunload popups get created in the same window on chromeos 318 # onunload popups get created in the same window on chromeos
316 # crosbug.com/14924 319 # crosbug.com/14924
317 '-popups.PopupsTest.testPopupsLaunchWhenTabIsClosed', 320 '-popups.PopupsTest.testPopupsLaunchWhenTabIsClosed',
318 # Session restore not working with PyAuto. crosbug.com/12648 321 # Session restore not working with PyAuto. crosbug.com/12648
319 '-prefs.PrefsTest.testNavigationStateOnSessionRestore', 322 '-prefs.PrefsTest.testNavigationStateOnSessionRestore',
320 '-prefs.PrefsTest.testSessionRestoreURLs', 323 '-prefs.PrefsTest.testSessionRestoreURLs',
321 '-prefs.PrefsTest.testSessionRestore', 324 '-prefs.PrefsTest.testSessionRestore',
322 # sync tests were running into a secondary passphrase. crosbug.com/15016. 325 # sync tests were running into a secondary passphrase. crosbug.com/15016.
323 '-sync', 326 '-sync',
324 # crbug.com/87837 327 # crbug.com/87837
(...skipping 182 matching lines...) Expand 10 before | Expand all | Expand 10 after
507 510
508 # HTML5 media functional tests. 511 # HTML5 media functional tests.
509 'AV_FUNC': { 512 'AV_FUNC': {
510 'linux': [ 513 'linux': [
511 'media.media_event_simple_action', 514 'media.media_event_simple_action',
512 'media.media_event_simple_test', 515 'media.media_event_simple_test',
513 'media.media_event_track', 516 'media.media_event_track',
514 ], 517 ],
515 }, 518 },
516 } 519 }
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