From 82d90fbb9ef70bea6d1e13d6c84ff734c6a828c8 Mon Sep 17 00:00:00 2001 From: Marc Mutz Date: Thu, 25 Nov 2021 13:13:17 +0100 Subject: [PATCH] tst_qmetatype: remove the previous MingW workaround Let's see whether splitting the TUs has made the test amenable to be compiled with MinGW again. Pick-to: 6.3 Change-Id: Icde1bad20943c7648dbb119ca879bce62325bd6c Reviewed-by: Thiago Macieira Reviewed-by: Qt CI Bot --- tests/auto/corelib/kernel/qmetatype/tst_qmetatype.h | 8 -------- 1 file changed, 8 deletions(-) diff --git a/tests/auto/corelib/kernel/qmetatype/tst_qmetatype.h b/tests/auto/corelib/kernel/qmetatype/tst_qmetatype.h index 767194b9288..d8b0f9412d3 100644 --- a/tests/auto/corelib/kernel/qmetatype/tst_qmetatype.h +++ b/tests/auto/corelib/kernel/qmetatype/tst_qmetatype.h @@ -48,14 +48,6 @@ struct MessageHandlerCustom : public MessageHandler inline static QString expectedMessage; }; -/* -* mingw is blacklisted due to issues with gcc 4.8 -* ### TODO: Check if mingw can be safely removed -*/ -#if defined(__MINGW32__) -# define TST_QMETATYPE_BROKEN_COMPILER -#endif - class tst_QMetaType: public QObject { Q_OBJECT