openssl: `make test` failures for OpenSSL-1.1.0-dev builds using Mingw-w64
Hi, Everyone,
Built OpenSSL-1.1.0 from master branch using command:
./Configure --prefix="$PWD/../GCC64r" -std=gnu11 -mtune=native -march=native threads no-deprecated shared mingw64 && make
then ran tests using:
make test
and it launched all tests, thought some of them failed; then ran tests using:
HARNESS_VERBOSE=yes make test
and it stop respond on some ../test/recipes/70-x test, so I have to terminate it manually (logs added in attachment).
Do make test failures reproduce on other systems?
Does it mean, that PR: https://github.com/openssl/openssl/commit/cb2e10f257a464c6b475b321dd9e4769df84dbf6 not work with HARNESS_VERBOSE=yes option?
CC: @mattcaswell @levitte since this report could relate to issue 4255.
Regards, Alexander
About this issue
- Original URL
- State: closed
- Created 8 years ago
- Comments: 28 (16 by maintainers)
Maybe it is my system that is unusual in that it works. I wonder what is different?
FYI, Windows reinstall didn’t solve the issue on my system (TLS tests remain disabled and
openssl.exeinstance exists after all tests finished). It doesn’t mean, that anything should be done with it. But there is a possibility that this issue would be reproduced on other systems too.