Make Crashpad tests non-blocking on M1 Monterey bot
Crashpad tests fail on macOS >= 12. Mark them as experimental on the
M1 Monterey bot so that the bot can go green.
Bug: 1254975
Change-Id: I2487e5334f80e600dba389680fffd50e05478bf6
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/3557672
Auto-Submit: Avi Drissman <[email protected]>
Reviewed-by: Brian Sheedy <[email protected]>
Commit-Queue: Brian Sheedy <[email protected]>
Cr-Commit-Position: refs/heads/main@{#986568}
diff --git a/testing/buildbot/test_suite_exceptions.pyl b/testing/buildbot/test_suite_exceptions.pyl
index 2e2d882..c58e36d6 100644
--- a/testing/buildbot/test_suite_exceptions.pyl
+++ b/testing/buildbot/test_suite_exceptions.pyl
@@ -1537,6 +1537,12 @@
'CFI Linux ToT',
],
'modifications': {
+ # TODO(crbug.com/1254975): dyld was rebuilt for macOS 12, which breaks
+ # the tests. Run this experimentally on all the macOS bots >= 12 and
+ # remove this exception once fixed.
+ 'Mac Builder Next': {
+ 'experiment_percentage': 100,
+ },
'android-11-x86-rel': {
'args': [
'--test-launcher-filter-file=../../testing/buildbot/filters/android.emulator_11.crashpad_tests.filter',
@@ -1547,7 +1553,9 @@
'--test-launcher-filter-file=../../testing/buildbot/filters/android.emulator_12.crashpad_tests.filter',
],
},
- # TODO (crbug.com/1254975) Re-enable once fixed
+ # TODO(crbug.com/1254975): dyld was rebuilt for macOS 12, which breaks
+ # the tests. Run this experimentally on all the macOS bots >= 12 and
+ # remove this exception once fixed.
'mac-osxbeta-rel': {
'experiment_percentage': 100,
},