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

Side by Side Diff: functional/PYAUTO_TESTS

Issue 9969184: Disable 2 tests on linux (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/chrome/test/
Patch Set: 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 | « 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) 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 584 matching lines...) Expand 10 before | Expand all | Expand 10 after
595 # crbug.com/115917 595 # crbug.com/115917
596 '-flash.FlashTest.testFlashLoadsAfterKill', 596 '-flash.FlashTest.testFlashLoadsAfterKill',
597 '-infobars.InfobarTest.testPluginCrashForMultiTabs', 597 '-infobars.InfobarTest.testPluginCrashForMultiTabs',
598 '-infobars.InfobarTest.testPluginCrashInfobar', 598 '-infobars.InfobarTest.testPluginCrashInfobar',
599 '-flash.FlashTest.testCanLoadFlash', 599 '-flash.FlashTest.testCanLoadFlash',
600 '-flash.FlashTest.testFlashIncognitoMode', 600 '-flash.FlashTest.testFlashIncognitoMode',
601 '-flash.FlashTest.testFlashWithMultipleTabs', 601 '-flash.FlashTest.testFlashWithMultipleTabs',
602 '-flash.FlashTest.testSingleFlashPluginProcess', 602 '-flash.FlashTest.testSingleFlashPluginProcess',
603 '-plugins.PluginsTest.testBlockAllPlugins', 603 '-plugins.PluginsTest.testBlockAllPlugins',
604 '-plugins.PluginsTest.testBlockPluginException', 604 '-plugins.PluginsTest.testBlockPluginException',
605 # crbug.com/123419
606 '-browsing_data.BrowsingDataTest.testClearCookies'
607 '-databases.DatabasesTest.testDeleteAndUpdateDatabase'
605 ], 608 ],
606 609
607 'chromeos': [ 610 'chromeos': [
608 'netflix', 611 'netflix',
609 # =========================== 612 # ===========================
610 # Permanently-disabled tests. 613 # Permanently-disabled tests.
611 # =========================== 614 # ===========================
612 # No NaCl support on ChromeOS. 615 # No NaCl support on ChromeOS.
613 '-nacl_sdk', 616 '-nacl_sdk',
614 617
(...skipping 107 matching lines...) Expand 10 before | Expand all | Expand 10 after
722 725
723 # HTML5 media performance tests. 726 # HTML5 media performance tests.
724 'AV_PERF': { 727 'AV_PERF': {
725 'linux': [ 728 'linux': [
726 'media.media_constrained_network_perf', 729 'media.media_constrained_network_perf',
727 'media.media_jerky', 730 'media.media_jerky',
728 'media.media_stat_perf', 731 'media.media_stat_perf',
729 ], 732 ],
730 }, 733 },
731 } 734 }
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