xsimd icon indicating copy to clipboard operation
xsimd copied to clipboard

Test failure on Macbook Pro M3

Open AntoinePrv opened this issue 1 month ago • 0 comments

On main, running the tests give this failure.

[doctest] doctest version is "2.4.12"
[doctest] run with "--help" for options
===============================================================================
/Users/antoine/workspace/github.com/xtensor-stack/xsimd/test/test_error_gamma.cpp:156:
TEST CASE:  [error gamma]<xsimd::batch<double>>
  gamma

/Users/antoine/workspace/github.com/xtensor-stack/xsimd/test/test_error_gamma.cpp:150: ERROR: CHECK_EQ( diff, 0 ) is NOT correct!
  values: CHECK_EQ( 4, 0 )
  logged: lgamma (negative input)

===============================================================================
[doctest] test cases:  343 |  342 passed | 1 failed | 0 skipped
[doctest] assertions: 7920 | 7919 passed | 1 failed |
[doctest] Status: FAILURE!

AntoinePrv avatar Nov 13 '25 00:11 AntoinePrv