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

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

Issue 10283009: Revert 134628 - Disable testSpecialURLTabs on linux QA bot (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 8 years, 7 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 518 matching lines...) Expand 10 before | Expand all | Expand 10 after
529 529
530 'mac': [ 530 'mac': [
531 # =========================== 531 # ===========================
532 # Permanently-disabled tests. 532 # Permanently-disabled tests.
533 # =========================== 533 # ===========================
534 # Consistently failing on Mac QA bots only: crbug.com/97810 534 # Consistently failing on Mac QA bots only: crbug.com/97810
535 '-process_count', 535 '-process_count',
536 ], 536 ],
537 537
538 'linux': [ 538 'linux': [
539
540 # Re-enable on 05/01/2012 when r134601 reaches linux QA bots.
541 '-special_tabs.SpecialTabsTest.testSpecialURLTabs',
542
543 # Add back the omnibox tests excluded from the CONTINUOUS suite above 539 # Add back the omnibox tests excluded from the CONTINUOUS suite above
544 # because they do not produce omnibox results under virtual X on linux. 540 # because they do not produce omnibox results under virtual X on linux.
545 # crbug.com/85310 541 # crbug.com/85310
546 'instant', 542 'instant',
547 'omnibox.OmniboxTest.testAppComboNameWithSpecialCharSearch', 543 'omnibox.OmniboxTest.testAppComboNameWithSpecialCharSearch',
548 'omnibox.OmniboxTest.testAppNameWithNumberSearch', 544 'omnibox.OmniboxTest.testAppNameWithNumberSearch',
549 'omnibox.OmniboxTest.testAppNameWithSpaceSearch', 545 'omnibox.OmniboxTest.testAppNameWithSpaceSearch',
550 'omnibox.OmniboxTest.testAppSearchWithVeryLongAppName', 546 'omnibox.OmniboxTest.testAppSearchWithVeryLongAppName',
551 'omnibox.OmniboxTest.testAutoCompleteForNonAsciiSearch', 547 'omnibox.OmniboxTest.testAutoCompleteForNonAsciiSearch',
552 'omnibox.OmniboxTest.testAutoCompleteForSearch', 548 'omnibox.OmniboxTest.testAutoCompleteForSearch',
(...skipping 161 matching lines...) Expand 10 before | Expand all | Expand 10 after
714 710
715 # HTML5 media performance tests. 711 # HTML5 media performance tests.
716 'AV_PERF': { 712 'AV_PERF': {
717 'linux': [ 713 'linux': [
718 'media.media_constrained_network_perf', 714 'media.media_constrained_network_perf',
719 'media.media_stat_perf', 715 'media.media_stat_perf',
720 'media.media_seek_perf', 716 'media.media_seek_perf',
721 ], 717 ],
722 }, 718 },
723 } 719 }
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