OLD | NEW |
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 537 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
548 # ================================================== | 548 # ================================================== |
549 # crbug.com/105948 | 549 # crbug.com/105948 |
550 '-autofill.AutofillTest.testDisplayLineItemForEntriesWithNoCCNum', | 550 '-autofill.AutofillTest.testDisplayLineItemForEntriesWithNoCCNum', |
551 '-autofill.AutofillTest.testPostalCodeAndStateLabelsBasedOnCountry', | 551 '-autofill.AutofillTest.testPostalCodeAndStateLabelsBasedOnCountry', |
552 # crbug.com/115707 | 552 # crbug.com/115707 |
553 '-browser.BrowserTest.testMaxProcess', | 553 '-browser.BrowserTest.testMaxProcess', |
554 # crbug.com/111289 | 554 # crbug.com/111289 |
555 '-extensions.ExtensionsTest.testAllowAccessFileURLs', | 555 '-extensions.ExtensionsTest.testAllowAccessFileURLs', |
556 # crbug.com/113090 | 556 # crbug.com/113090 |
557 '-extensions.ExtensionsTest.testAllowIncognitoExtension', | 557 '-extensions.ExtensionsTest.testAllowIncognitoExtension', |
| 558 # crbug.com/125424 |
| 559 '-media.media_basic_playback.MediaConstrainedNetworkPerfTest.testBasicPlay
backMatrix', |
558 # crbug.com/115646 | 560 # crbug.com/115646 |
559 '-translate.TranslateTest.testSeveralLanguages', | 561 '-translate.TranslateTest.testSeveralLanguages', |
560 ], | 562 ], |
561 | 563 |
562 'mac': [ | 564 'mac': [ |
563 # =========================== | 565 # =========================== |
564 # Permanently-disabled tests. | 566 # Permanently-disabled tests. |
565 # =========================== | 567 # =========================== |
566 # Consistently failing on Mac QA bots only: crbug.com/97810 | 568 # Consistently failing on Mac QA bots only: crbug.com/97810 |
567 '-process_count', | 569 '-process_count', |
(...skipping 171 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
739 | 741 |
740 # HTML5 media performance tests. | 742 # HTML5 media performance tests. |
741 'AV_PERF': { | 743 'AV_PERF': { |
742 'linux': [ | 744 'linux': [ |
743 'media.media_constrained_network_perf', | 745 'media.media_constrained_network_perf', |
744 'media.media_stat_perf', | 746 'media.media_stat_perf', |
745 'media.media_seek_perf', | 747 'media.media_seek_perf', |
746 ], | 748 ], |
747 }, | 749 }, |
748 } | 750 } |
OLD | NEW |