summaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorPasi Petäjäjärvi <pasi.petajajarvi@qt.io>2021-11-24 16:37:14 +0200
committerQt Cherry-pick Bot <cherrypick_bot@qt-project.org>2021-12-12 13:54:31 +0000
commita9a5df0aed315def05e5347d7040064dfc5d8e21 (patch)
treeebaf0d72c634fa30a52a3a8f84a596aa86861d07 /tests
parentd4f8c60c8ccb5b0ea7a8a78ee9666ec809f120dc (diff)
QNX: Cannot handle threads in given time
Large amount of threads is unstable and do not finish in given time Change-Id: I0ce4c8cd278d6611c9e9da7326048279ccc458fd Reviewed-by: Thiago Macieira <thiago.macieira@intel.com> (cherry picked from commit fbbcd109f518adaedc5b3a009b204ac78a284a9a) Reviewed-by: Qt Cherry-pick Bot <cherrypick_bot@qt-project.org>
Diffstat (limited to 'tests')
-rw-r--r--tests/auto/corelib/io/qprocess/tst_qprocess.cpp4
1 files changed, 4 insertions, 0 deletions
diff --git a/tests/auto/corelib/io/qprocess/tst_qprocess.cpp b/tests/auto/corelib/io/qprocess/tst_qprocess.cpp
index 41f90de1e7..63f2a816fc 100644
--- a/tests/auto/corelib/io/qprocess/tst_qprocess.cpp
+++ b/tests/auto/corelib/io/qprocess/tst_qprocess.cpp
@@ -1236,6 +1236,10 @@ void tst_QProcess::processInAThread()
void tst_QProcess::processesInMultipleThreads()
{
+#if defined(Q_OS_QNX)
+ QSKIP("QNX: Large amount of threads is unstable and do not finish in given time");
+#endif
+
for (int i = 0; i < 10; ++i) {
// run from 1 to 10 threads, but run at least some tests
// with more threads than the ideal