QNX: Cannot handle threads in given time
Large amount of threads is unstable and do not finish in given time Pick-to: 6.2 Change-Id: I0ce4c8cd278d6611c9e9da7326048279ccc458fd Reviewed-by: Thiago Macieira <thiago.macieira@intel.com>
This commit is contained in:
parent
6fbb02add5
commit
fbbcd109f5
@ -1236,6 +1236,10 @@ void tst_QProcess::processInAThread()
|
|||||||
|
|
||||||
void tst_QProcess::processesInMultipleThreads()
|
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) {
|
for (int i = 0; i < 10; ++i) {
|
||||||
// run from 1 to 10 threads, but run at least some tests
|
// run from 1 to 10 threads, but run at least some tests
|
||||||
// with more threads than the ideal
|
// with more threads than the ideal
|
||||||
|
Loading…
x
Reference in New Issue
Block a user