fftw icon indicating copy to clipboard operation
fftw copied to clipboard

cargo test --doc cannot find DLL on Windows

Open termoshtt opened this issue 4 years ago • 3 comments

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).

termoshtt avatar Aug 29 '20 06:08 termoshtt

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

termoshtt avatar Aug 29 '20 06:08 termoshtt

CI is disabled in #104. This issue is kept opening until it will be re-enabled without failure

termoshtt avatar Aug 29 '20 08:08 termoshtt

We should split tests for windows-msvc and windows-gnu environment. windows-gnu env seems to be broken.

termoshtt avatar Aug 29 '20 08:08 termoshtt