sdr icon indicating copy to clipboard operation
sdr copied to clipboard

sdr-0.1.0.1 test suite failure

Open peti opened this issue 10 years ago • 3 comments

While packaging sdr in NixOS, we've encountered a somewhat mysterious test suite failure in our CI: http://hydra.cryp.to/build/795272/log/raw. Do you happen to have an idea why that test suite reports a failure?

peti avatar May 05 '15 19:05 peti

Its difficult to know for sure without the test log. I use the test suite to test signal processing code written in C that uses SIMD instructions including AVX2. My guess would be that as AVX2 is relatively new, the instruction set is not supported on your CI server.

I plan to implement checks for AVX, SSE, etc in the near future, which should eliminate this problem.

adamwalker avatar May 06 '15 02:05 adamwalker

I have implemented the checks. Did this resolve the problem?

adamwalker avatar Nov 28 '15 07:11 adamwalker

I've enabled the test suite again in https://github.com/peti/nixpkgs/commit/d7004bb6c89e84c2f5d0e65e5a4cf517c5a6c8bf. I'll let you know what comes out of it ASAP. Right now, we cannot build sdr, unfortunately, because GLUtil won't cope with recent versions of hpp.

peti avatar Nov 29 '15 15:11 peti