-
Notifications
You must be signed in to change notification settings - Fork 2.5k
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
MINGW build failing in coverage tests #935
Comments
Would the coverage test also be the place to test whether large file support is working properly? Both the MinGW and MinGW-w64 (default build) targets appear to have never worked properly for large files (>4GB). See #934. |
No. infcover is a deep test of just the inflate code, which has nothing to do with large files. Or with files at all for that matter. |
infcover needs to be used with a libz that was built using configure's
|
Just looking at an Ubuntu build on my dev box, I don't see the coverage code in play at all when I run To get Ubuntu to run the coverage tests I need Not sure why the MINGW code is triggering it at all with my previous attempt , given I didn't ask for coverage. Let's try adding On the flip side, all the
This link msys2/MINGW-packages#2148 suggests that coverage on windows with clang is (or has been) broken. Next try disabling the
I think the |
Trying out a MinGW workflow (see https://github.com/pmqs/zlib/actions/runs/7862720591/job/21452504884)
I'm running
configure
, which appears to be ok.It builds fine & the standard tests pass,
but is failing in the coverage test
The text was updated successfully, but these errors were encountered: