Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

cargo test --doc cannot find DLL on Windows #102

Open
termoshtt opened this issue Aug 29, 2020 · 3 comments
Open

cargo test --doc cannot find DLL on Windows #102

termoshtt opened this issue Aug 29, 2020 · 3 comments

Comments

@termoshtt
Copy link
Member

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
Copy link
Member Author

exit code -1073741515

This means DLL not found. This happens only for doctests, it is similar to rust-ndarray/ndarray-linalg#229

@termoshtt termoshtt changed the title Windows/source test is broken cargo test --doc cannot find DLL on Windows Aug 29, 2020
@termoshtt
Copy link
Member Author

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

@termoshtt
Copy link
Member Author

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant