summaryrefslogtreecommitdiffstats
path: root/tests/auto/corelib/global/qlogging
diff options
context:
space:
mode:
authorThiago Macieira <thiago.macieira@intel.com>2022-12-21 13:57:30 -0300
committerThiago Macieira <thiago.macieira@intel.com>2022-12-21 23:22:59 -0300
commitb242457d345132083512ff56ecc4980fada2352e (patch)
tree44a4e4eddc8a9a4c7777bcfa8509a92f01f27e03 /tests/auto/corelib/global/qlogging
parent5aa66034c2c81e62bdd159e32a3226f8971089a7 (diff)
tst_qlogging: don't skip all tests under static builds
We only need to skip the backtrace ones, because there's no library called "Qt6Core". Pick-to: 6.4 6.5 Change-Id: I69ecc04064514f939896fffd1732dd680058ba6e Reviewed-by: Volker Hilsheimer <volker.hilsheimer@qt.io>
Diffstat (limited to 'tests/auto/corelib/global/qlogging')
-rw-r--r--tests/auto/corelib/global/qlogging/tst_qlogging.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/auto/corelib/global/qlogging/tst_qlogging.cpp b/tests/auto/corelib/global/qlogging/tst_qlogging.cpp
index efe8d8b308..694646753f 100644
--- a/tests/auto/corelib/global/qlogging/tst_qlogging.cpp
+++ b/tests/auto/corelib/global/qlogging/tst_qlogging.cpp
@@ -724,7 +724,7 @@ void tst_qmessagehandler::qMessagePattern_data()
#ifdef __GLIBC__
# if QT_CONFIG(static)
- QSKIP("These test cases don't work with static Qt builds");
+ // These test cases don't work with static Qt builds
# else
# ifndef QT_NO_DEBUG
QList<QByteArray> expectedBacktrace = {