AcademySoftwareFoundation / OpenColorIO

A color management framework for visual effects and animation.
https://opencolorio.org
BSD 3-Clause "New" or "Revised" License
1.74k stars 430 forks source link

Fix unit test failures on recent macOS ARM platforms #1946

Open doug-walker opened 5 months ago

doug-walker commented 5 months ago

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.