-
Notifications
You must be signed in to change notification settings - Fork 493
Fix unit test failures on recent macOS ARM platforms #1946
Copy link
Copy link
Open
Labels
Build IssueIssues related to build or environment problems on any platform.Issues related to build or environment problems on any platform.help wantedIssues that the TSC has decided are worth implementing, but don't currently have the dev resources.Issues that the TSC has decided are worth implementing, but don't currently have the dev resources.
Metadata
Metadata
Assignees
Labels
Build IssueIssues related to build or environment problems on any platform.Issues related to build or environment problems on any platform.help wantedIssues that the TSC has decided are worth implementing, but don't currently have the dev resources.Issues that the TSC has decided are worth implementing, but don't currently have the dev resources.
Type
Fields
Give feedbackNo fields configured for issues without a type.
As discussed on Slack, several people have reported that the CPU and GPU unit tests fail on macOS ARM chips with macOS 14.
Our experiments to set up a macOS ARM CI runner (also macOS 14) ran into similar problems.
It looks like many of the failures are probably ok but just slightly outside the existing tolerances or are happening where there currently are no tolerances in the test but should be.
This task will require going through the failing tests one by one and deciding what to do. If you want to take this on, please reach out on Slack and run into questions about a given test.