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

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

Issue 10216002: Fix IDB pyauto tests on cros by preventing restore after restart (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Review feedback Created 8 years, 8 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 | « chrome/test/data/indexeddb/version_change_crash.js ('k') | chrome/test/functional/indexeddb.py » ('j') | 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 340 matching lines...) Expand 10 before | Expand all | Expand 10 after
351 '-chromeos_file_browser', 351 '-chromeos_file_browser',
352 # Downloads panel stays even after declining a download. 352 # Downloads panel stays even after declining a download.
353 # crosbug.com/14728 353 # crosbug.com/14728
354 '-downloads.DownloadsTest.testDeclineDangerousDownload', 354 '-downloads.DownloadsTest.testDeclineDangerousDownload',
355 # crosbug.com/19556 355 # crosbug.com/19556
356 '-extensions.ExtensionsTest.testAllowAccessFileURLs', 356 '-extensions.ExtensionsTest.testAllowAccessFileURLs',
357 '-extensions.ExtensionsTest.testAllowIncognitoExtension', 357 '-extensions.ExtensionsTest.testAllowIncognitoExtension',
358 '-extensions.ExtensionsTest.testDisableEnableExtension', 358 '-extensions.ExtensionsTest.testDisableEnableExtension',
359 # Need internal data dirs in autotest package. crosbug.com/6855 359 # Need internal data dirs in autotest package. crosbug.com/6855
360 '-find_in_page.FindMatchTests.testSearchInPDF', 360 '-find_in_page.FindMatchTests.testSearchInPDF',
361 # crbug.com/123045
362 '-indexeddb.IndexedDBTest.testIndexedDBNullKeyPathPersistence',
363 '-indexeddb.IndexedDBTest.testVersionChangeCrashResilience',
364 # crosbug.com/24496 361 # crosbug.com/24496
365 '-infobars.InfobarTest.testPluginCrashForMultiTabs', 362 '-infobars.InfobarTest.testPluginCrashForMultiTabs',
366 # crbug.com/109035 363 # crbug.com/109035
367 '-infobars.InfobarTest.testPluginCrashInfobar', 364 '-infobars.InfobarTest.testPluginCrashInfobar',
368 # Flaky: crosbug.com/14439 365 # Flaky: crosbug.com/14439
369 '-instant', 366 '-instant',
370 # crosbug.com/14256 367 # crosbug.com/14256
371 '-ntp.NTPTest.testLaunchAppFullScreen', 368 '-ntp.NTPTest.testLaunchAppFullScreen',
372 # Content history broken in omnibox. crosbug.com/14416 369 # Content history broken in omnibox. crosbug.com/14416
373 '-omnibox.OmniboxTest.testContentHistory', 370 '-omnibox.OmniboxTest.testContentHistory',
(...skipping 368 matching lines...) Expand 10 before | Expand all | Expand 10 after
742 739
743 # HTML5 media performance tests. 740 # HTML5 media performance tests.
744 'AV_PERF': { 741 'AV_PERF': {
745 'linux': [ 742 'linux': [
746 'media.media_constrained_network_perf', 743 'media.media_constrained_network_perf',
747 'media.media_stat_perf', 744 'media.media_stat_perf',
748 'media.media_seek_perf', 745 'media.media_seek_perf',
749 ], 746 ],
750 }, 747 },
751 } 748 }
OLDNEW
« no previous file with comments | « chrome/test/data/indexeddb/version_change_crash.js ('k') | chrome/test/functional/indexeddb.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698