From e762d8a29f35fc54e70c601c94f28f3ebeca6d71 Mon Sep 17 00:00:00 2001 From: Thiago Macieira Date: Wed, 21 Dec 2022 13:57:30 -0300 Subject: [PATCH] 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". Change-Id: I69ecc04064514f939896fffd1732dd680058ba6e Reviewed-by: Volker Hilsheimer (cherry picked from commit b242457d345132083512ff56ecc4980fada2352e) Reviewed-by: Qt Cherry-pick Bot --- tests/auto/corelib/global/qlogging/tst_qlogging.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/auto/corelib/global/qlogging/tst_qlogging.cpp b/tests/auto/corelib/global/qlogging/tst_qlogging.cpp index efe8d8b3087..694646753f8 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 = {