Hennadii Stepanov
Hennadii Stepanov
Needs rebase.
Closing for now. Feel free to reopen this based on the new [default](https://github.com/bitcoin-core/gui-qml/tree/qt6) branch.
cc @fanquake @theuni
Rebased. @sipa's [suggestion](https://github.com/bitcoin-core/secp256k1/pull/1582#issuecomment-2418886886) has been accepted.
> Shouldn't autotools get the same treatment though? This PR modifies only test names, while leaving executable names untouched. The concept of "named tests" is not applicable to Autotools. Changing...
> Thanks, I misunderstood. Based on sipa's comment I thought this was actually renaming, which would've been fine with me too. That explains the simplicity :) Apparently, the actual build...
Concept ACK.
I can reproduce the issue ~when cross-compiling on x86_64 to `arm-linux-gnueabihf`~ . UPD. It is reproducible when using depends built with `DEBUG=1` and is not Alpine-specific.
Does configuring with `-DCMAKE_BUILD_TYPE=Debug`, which pulls debug-specific macros, fix the issue?
> Does configuring with `-DCMAKE_BUILD_TYPE=Debug`, which pulls debug-specific macros, fix the issue? It seems to [work](https://github.com/hebasto/bitcoin-core-nightly/actions/runs/13023723653/job/36329211464).