Hennadii Stepanov
Hennadii Stepanov
cc @jarolrod @johnny9
> Can I work on this bug? This project is permissionless. Just open a PR :)
@johnny9 Thank you very much for working on tests! Mind adding some words to the PR description?
> Still have some linking issues with Makefile.qmltest.include it seems as CI isn't happy. I likely linked too make things into the binary. Looking into them...
Static builds, which all builds with depends are, require importing of plugins like this: ```diff --- a/src/qml/test/onboardingtests.cpp +++ b/src/qml/test/onboardingtests.cpp @@ -1,11 +1,32 @@ // Copyright (c) 2023 The Bitcoin Core...
Maybe, label this PR as a draft for now?
FWIW, I'm testing this PR on Ubuntu 22.04 with depends: ``` $ make -C depends NO_WALLET=1 NO_ZMQ=1 NO_UPNP=1 NO_NATPMP=1 NO_QR=1 $ ./autogen.sh $ ./configure --disable-fuzz-binary --disable-bench CONFIG_SITE=$PWD/depends/x86_64-pc-linux-gnu/share/config.site $ make clean...
From https://doc.qt.io/qt-5/qtquicktest-index.html: > Note: There is no binary compatibility guarantee for the Qt Quick Test module. This means that an application that uses Qt Quick Test is only guaranteed to...
@johnny9 [Here](https://github.com/hebasto/gui-qml/commits/pr215/alt) is a quick and dirty branch which is built [successfully](https://cirrus-ci.com/build/5945618690998272) in all CI tasks. However, running `qml/test/test_bitcoin-qt` in the CI environment needs more investigation regarding which value of...
> I made an attempt last night but struggled with the QT STATIC PLUGIN checks. Still thinking it doesn't worth. See https://github.com/bitcoin-core/gui-qml/pull/215#issuecomment-1382813668.