Kenneth Russell | eb60cbd2 | 2017-12-05 07:54:28 | [diff] [blame] | 1 | # Copyright 2017 The Chromium Authors. All rights reserved. |
| 2 | # Use of this source code is governed by a BSD-style license that can be |
| 3 | # found in the LICENSE file. |
| 4 | |
| 5 | # This is a .pyl, or "Python Literal", file. You can treat it just like a |
| 6 | # .json file, with the following exceptions: |
| 7 | # * all keys must be quoted (use single quotes, please); |
| 8 | # * comments are allowed, using '#' syntax; and |
| 9 | # * trailing commas are allowed. |
| 10 | |
| 11 | # Exceptions to the common test suites can only include removal from |
| 12 | # particular bots, and modifications on particular bots. By design, |
| 13 | # it's not possible to add one-off tests to bots. Instead they have to |
| 14 | # be added to one of the test suites in test_suites.pyl. |
| 15 | # |
| 16 | # The goal is to drive the number of exceptions to zero, to make all |
| 17 | # the bots behave similarly. |
| 18 | { |
Chong Gu | 7d62147 | 2020-04-03 00:54:30 | [diff] [blame] | 19 | 'accessibility_unittests': { |
| 20 | 'remove_from': [ |
| 21 | # crbug.com/1067355 |
| 22 | 'Fuchsia ARM64', |
| 23 | 'Fuchsia x64', |
| 24 | ], |
| 25 | }, |
Andrew Luo | 38b311f | 2019-10-04 03:42:09 | [diff] [blame] | 26 | 'android_browsertests': { |
| 27 | 'modifications': { |
| 28 | 'android-pie-arm64-rel': { |
Andrew Luo | be83fd8 | 2019-12-19 03:07:58 | [diff] [blame] | 29 | 'args': [ |
| 30 | '--gtest_filter=-ImportantSitesUtilBrowserTest.DSENotConsideredImportantInRegularMode', # https://crbug.com/1034001 |
| 31 | ], |
Andrew Luo | 38b311f | 2019-10-04 03:42:09 | [diff] [blame] | 32 | }, |
Haiyang Pan | 08d09dc | 2020-04-01 16:11:21 | [diff] [blame] | 33 | 'android-pie-x86-rel': { |
John Budorick | 191adfcd | 2020-01-29 18:19:04 | [diff] [blame] | 34 | 'args': [ |
| 35 | '--gtest_filter=-ImportantSitesUtilBrowserTest.DSENotConsideredImportantInRegularMode', # https://crbug.com/1034001 |
| 36 | ], |
| 37 | }, |
Andrew Luo | 38b311f | 2019-10-04 03:42:09 | [diff] [blame] | 38 | }, |
| 39 | }, |
Kenneth Russell | eb60cbd2 | 2017-12-05 07:54:28 | [diff] [blame] | 40 | 'android_webview_unittests': { |
| 41 | 'remove_from': [ |
John Budorick | 826d5ed | 2017-12-28 19:27:32 | [diff] [blame] | 42 | # On chromium.android, these do not need to run prior to M. |
John Budorick | 2232bb98 | 2018-05-18 17:50:07 | [diff] [blame] | 43 | 'android-kitkat-arm-rel', |
Kenneth Russell | eb60cbd2 | 2017-12-05 07:54:28 | [diff] [blame] | 44 | 'KitKat Phone Tester (dbg)', |
Kenneth Russell | eb60cbd2 | 2017-12-05 07:54:28 | [diff] [blame] | 45 | 'KitKat Tablet Tester', |
Yun Liu | 3e759dbb | 2019-11-01 19:25:52 | [diff] [blame] | 46 | 'android-code-coverage-native', # crbug/1018434 |
Kenneth Russell | eb60cbd2 | 2017-12-05 07:54:28 | [diff] [blame] | 47 | ], |
Kenneth Russell | eb60cbd2 | 2017-12-05 07:54:28 | [diff] [blame] | 48 | }, |
Kenneth Russell | 8a386d4 | 2018-06-02 09:48:01 | [diff] [blame] | 49 | 'angle_end2end_tests': { |
| 50 | 'remove_from': [ |
Kenneth Russell | 8a386d4 | 2018-06-02 09:48:01 | [diff] [blame] | 51 | # TODO(ynovikov) Investigate why the test breaks on older devices. |
| 52 | 'Android FYI Release (Nexus 5)', |
| 53 | 'Android FYI Release (Nexus 6)', |
| 54 | 'Android FYI Release (Nexus 9)', |
| 55 | # Temporarily disabled due to AMDGPU-PRO issues crbug.com/786219 |
| 56 | 'Linux FYI Release (AMD R7 240)', |
Yuly Novikov | ab725623 | 2019-04-08 19:08:09 | [diff] [blame] | 57 | # Temporarily disabled due to bad NVIDIA driver upgrade crbug.com/950542 |
| 58 | 'Linux FYI Debug (NVIDIA)', |
| 59 | 'Linux FYI GPU TSAN Release', |
jonross | fb1c61b7 | 2019-11-19 01:43:59 | [diff] [blame] | 60 | # Disabling on RX 550 as we are currently qualifying the card and not |
| 61 | # checking for regressions. crbug.com/1025745 |
| 62 | 'Win10 FYI x64 Release (AMD RX 550)', |
Kenneth Russell | 8a386d4 | 2018-06-02 09:48:01 | [diff] [blame] | 63 | ], |
| 64 | }, |
| 65 | 'angle_perftests': { |
| 66 | 'remove_from': [ |
Yuly Novikov | 04baee6d | 2018-12-21 21:22:21 | [diff] [blame] | 67 | 'Android FYI Release (Nexus 5)', # crbug.com/915429 |
Nico Weber | 521565b | 2018-07-12 22:50:16 | [diff] [blame] | 68 | 'Android FYI Release (Nexus 6)', # anglebug.com/2433 |
Yuly Novikov | ab725623 | 2019-04-08 19:08:09 | [diff] [blame] | 69 | 'Linux FYI GPU TSAN Release', # crbug.com/950542 |
Kenneth Russell | 8a386d4 | 2018-06-02 09:48:01 | [diff] [blame] | 70 | ], |
| 71 | }, |
Kenneth Russell | fbda3c53 | 2017-12-08 23:57:24 | [diff] [blame] | 72 | 'angle_unittests': { |
| 73 | 'remove_from': [ |
Kenneth Russell | 8a386d4 | 2018-06-02 09:48:01 | [diff] [blame] | 74 | # On Android, these are already run on the main waterfall. |
Kenneth Russell | 8a386d4 | 2018-06-02 09:48:01 | [diff] [blame] | 75 | 'Android FYI Release (Nexus 5X)', |
Kenneth Russell | fbda3c53 | 2017-12-08 23:57:24 | [diff] [blame] | 76 | ], |
John Budorick | ca14c76f6 | 2017-12-09 14:19:18 | [diff] [blame] | 77 | 'modifications': { |
| 78 | 'Linux ASan LSan Tests (1)': { |
| 79 | 'swarming': { |
| 80 | 'shards': 10, |
| 81 | }, |
| 82 | }, |
| 83 | }, |
Kenneth Russell | fbda3c53 | 2017-12-08 23:57:24 | [diff] [blame] | 84 | }, |
Saman Sami | 8e2eedaa | 2019-12-18 20:23:07 | [diff] [blame] | 85 | 'angle_white_box_tests': { |
| 86 | 'remove_from': [ |
| 87 | # https://crbug.com/1035178 |
| 88 | 'Win10 FYI x64 Release (AMD RX 550)', |
| 89 | # https://crbug.com/1035461 |
| 90 | 'Linux FYI GPU TSAN Release', |
| 91 | ], |
| 92 | }, |
John Chen | aab16fc0 | 2020-03-03 06:35:45 | [diff] [blame] | 93 | 'blink_web_tests': { |
| 94 | 'remove_from': [ |
| 95 | 'Win 7 Tests x64 (1)', # 64-bit win is unsupported by the layout tests. |
| 96 | 'Win10 Tests x64 (dbg)', |
| 97 | ], |
| 98 | 'modifications': { |
| 99 | 'Fuchsia x64': { |
| 100 | 'args': [ |
| 101 | '--platform=fuchsia', |
| 102 | ], |
| 103 | 'swarming': { |
| 104 | 'shards': 1, |
| 105 | }, |
|
|