Revert "tst_qmetatype: Temporarily disable expensive tests on QNX"

This reverts commit 925ad78024.

Reason for revert: Meanwhile, the QNX VM has been assigned more
resources, and the offending test function been split. Re-enable the
test on QNX, to get back to previous test coverage.

Fixes: QTQAINFRA-4669
Pick-to: 6.3
Change-Id: Ib085fbfa7e0d8445f007d1a9346cee3113620720
Reviewed-by: Thiago Macieira <thiago.macieira@intel.com>
Reviewed-by: Qt CI Bot <qt_ci_bot@qt-project.org>
This commit is contained in:
Marc Mutz 2021-12-14 13:07:09 +00:00
parent daaa3088ec
commit 9440c1a1fc

View File

@ -48,11 +48,11 @@ struct MessageHandlerCustom : public MessageHandler
inline static QString expectedMessage;
};
/* QNX's compiler requires too many resources, letting the CI system abort the test
/*
* mingw is blacklisted due to issues with gcc 4.8
* ### TODO: Check if mingw can be safely removed
*/
#if defined(__MINGW32__) || defined(Q_OS_QNX)
#if defined(__MINGW32__)
# define TST_QMETATYPE_BROKEN_COMPILER
#endif