fftw
fftw copied to clipboard
cargo test --doc cannot find DLL on Windows
https://github.com/rust-math/fftw/runs/1044484751
running 3 tests
test src\array.rs - array::alignment_of (line 109) ... FAILED
test src\lib.rs - (line 10) ... FAILED
test src\lib.rs - (line 29) ... FAILED
failures:
---- src\array.rs - array::alignment_of (line 109) stdout ----
Test executable failed (exit code -1073741515).
---- src\lib.rs - (line 10) stdout ----
Test executable failed (exit code -1073741515).
---- src\lib.rs - (line 29) stdout ----
Test executable failed (exit code -1073741515).
exit code -1073741515
This means DLL not found. This happens only for doctests, it is similar to https://github.com/rust-ndarray/ndarray-linalg/issues/229
CI is disabled in #104. This issue is kept opening until it will be re-enabled without failure
We should split tests for windows-msvc and windows-gnu environment. windows-gnu env seems to be broken.