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 <volker.hilsheimer@qt.io> (cherry picked from commit b242457d345132083512ff56ecc4980fada2352e) Reviewed-by: Qt Cherry-pick Bot <cherrypick_bot@qt-project.org>
This commit is contained in:
parent
90d340a071
commit
e762d8a29f
@ -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 = {
|
||||
|
Loading…
x
Reference in New Issue
Block a user