-
Notifications
You must be signed in to change notification settings - Fork 80
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
Investigate why qmltestrunner tests fail on macOS in CI #110
Comments
I suspect this is a bug in |
Use QTest directly, this fixes the build on my Fedora machine, which only provides qmltestrunner linked with Qt5. This might fix KDAB#110 as well.
Use QTest directly, this fixes the build on my Fedora machine, which only provides qmltestrunner linked with Qt5. This might fix KDAB#110 as well.
Use QTest directly, this fixes the build on my Fedora machine, which only provides qmltestrunner linked with Qt5. This might fix KDAB#110 as well.
Use QTest directly, this fixes the build on my Fedora machine, which only provides qmltestrunner linked with Qt5. This might fix KDAB#110 as well.
Use QTest directly, this fixes the build on my Fedora machine, which only provides qmltestrunner linked with Qt5. This might fix KDAB#110 as well.
Use QTest directly, this fixes the build on my Fedora machine, which only provides qmltestrunner linked with Qt5. This might fix KDAB#110 as well.
After removing the qmltestrunner dependency in #453, the macOS test runner still fails, with this error:
It seems the root cause is that a statically linked Qt can't load any plugins! |
Use QTest directly, this fixes the build on my Fedora machine, which only provides qmltestrunner linked with Qt5. This might fix KDAB#110 as well.
Use QTest directly, this fixes the build on my Fedora machine, which only provides qmltestrunner linked with Qt5. This might fix KDAB#110 as well.
Use QTest directly, this fixes the build on my Fedora machine, which only provides qmltestrunner linked with Qt5. This might fix KDAB#110 as well.
We currently need to disable
example_qml_extension_plugin_test
tests on macOS as it fails to import QtQuick module.The text was updated successfully, but these errors were encountered: