summaryrefslogtreecommitdiffstats
path: root/tests/auto
diff options
context:
space:
mode:
authorMarc Mutz <marc.mutz@qt.io>2021-12-14 13:07:09 +0000
committerMarc Mutz <marc.mutz@qt.io>2021-12-15 01:33:05 +0100
commit9440c1a1fccc8962939a837cb2b81cb3584872f3 (patch)
tree00ba82ac4278c5d29dc4347309970e26ff9b522a /tests/auto
parentdaaa3088ec92b2616f7e2f40812d6d32d4018023 (diff)
Revert "tst_qmetatype: Temporarily disable expensive tests on QNX"
This reverts commit 925ad7802470ab9b4fd1cce51548ccc5182eb4cc. 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>
Diffstat (limited to 'tests/auto')
-rw-r--r--tests/auto/corelib/kernel/qmetatype/tst_qmetatype.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/auto/corelib/kernel/qmetatype/tst_qmetatype.h b/tests/auto/corelib/kernel/qmetatype/tst_qmetatype.h
index 6e02959add..767194b928 100644
--- a/tests/auto/corelib/kernel/qmetatype/tst_qmetatype.h
+++ b/tests/auto/corelib/kernel/qmetatype/tst_qmetatype.h
@@ -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