From b242457d345132083512ff56ecc4980fada2352e Mon Sep 17 00:00:00 2001 From: Thiago Macieira Date: Wed, 21 Dec 2022 13:57:30 -0300 Subject: 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 --- tests/auto/corelib/global/qlogging/tst_qlogging.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/auto/corelib/global/qlogging') 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 expectedBacktrace = { -- cgit v1.2.3