-
Notifications
You must be signed in to change notification settings - Fork 5
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
2 c-tests are failing on a win cross-build from the cmake-staging branch #55
Comments
Thank you for testing! Any improvements with the the recent staging branch? |
I've checked compiling updated branch On WSL with Ubuntu 22.04: Only 1 test fails now (
|
The failure in the The remained one perhaps is the same as reported in bitcoin#29014. Mind testing a fix? |
@hebasto the fix works as expected, thanks! Tested it running all tests successfully on Windows 11 Pro after a cross-build on Ubuntu 22.04 with the fix provided above.
|
It also passes on WSL.
|
Closing it as resolved. Thanks @hebasto! |
Is there an existing issue for this?
Current behaviour
Performing tests on PR #54 cross-built the binaries for Windows on WSL with Ubuntu 22.04, due to 2
ctest
s failing and following suggestion from @hebasto to checkcmake-staging
I see the same tests are also failing on thiscmake
base branch:ctest full results
ctest rerun failures results
On the same machine platform rebuild the system from master and executed
make check
successfully.tests run fine on autotooling
Expected behaviour
All tests should pass as in a normal build on any platform.
Steps to reproduce
Perform cross-compilation on WSL Ubuntu 22.04 for Windows (source) on
cmake-staging
branch:Relevant log output
No response
How did you obtain Bitcoin Core
Other
What version of Bitcoin Core are you using?
v26.99
Operating system and version
Ubuntu 22.04 on WSL
Machine specifications
No response
The text was updated successfully, but these errors were encountered: