catchorg / Catch2

A modern, C++-native, test framework for unit-tests, TDD and BDD - using C++14, C++17 and later (C++11 support is in v2.x branch, and C++03 on the Catch1.x branch)
https://discord.gg/4CWS9zD
Boost Software License 1.0
18.51k stars 3.04k forks source link

Fix float reproducibility tests on Apple Silicon chips #2845

Closed ChrisThrasher closed 5 months ago

ChrisThrasher commented 6 months ago

Description

These only need to be disabled on select x86 chips but are fine to run on all Apple CPUs.

codecov[bot] commented 6 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 91.17%. Comparing base (a2a3c55) to head (ad36611). Report is 1 commits behind head on devel.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## devel #2845 +/- ## ========================================== - Coverage 91.19% 91.17% -0.02% ========================================== Files 197 197 Lines 8379 8379 ========================================== - Hits 7641 7639 -2 - Misses 738 740 +2 ```