qt5base-lts/tests/auto/corelib/io/qprocess
Joerg Bornemann 06abf7934b make tst_QProcess::softExitInSlots pass in under 120 seconds
Due to unconditional waits this test always needed 120 seconds to pass.
Now we're using QTRY_VERIFY and make sure that we write the data before
the process got killed even in the cases 3 and 4.
On my machine this test now takes 8 seconds.

Change-Id: I606a8b43ba4c97704be5202a6c5d8d1c75337f9c
Reviewed-by: Bill King <bill.king@nokia.com>
2012-01-20 14:20:51 +01:00
..
fileWriterProcess Changed qprocess unittest to work from installation directory. 2012-01-16 01:55:18 +01:00
test Changed qprocess unittest to work from installation directory. 2012-01-16 01:55:18 +01:00
testBatFiles Moving relevant tests to corelib/io 2011-08-31 10:08:38 +02:00
testDetached Changed qprocess unittest to work from installation directory. 2012-01-16 01:55:18 +01:00
testExitCodes Changed qprocess unittest to work from installation directory. 2012-01-16 01:55:18 +01:00
testGuiProcess Changed qprocess unittest to work from installation directory. 2012-01-16 01:55:18 +01:00
testProcessCrash Changed qprocess unittest to work from installation directory. 2012-01-16 01:55:18 +01:00
testProcessDeadWhileReading Changed qprocess unittest to work from installation directory. 2012-01-16 01:55:18 +01:00
testProcessEcho Changed qprocess unittest to work from installation directory. 2012-01-16 01:55:18 +01:00
testProcessEcho2 Changed qprocess unittest to work from installation directory. 2012-01-16 01:55:18 +01:00
testProcessEcho3 Changed qprocess unittest to work from installation directory. 2012-01-16 01:55:18 +01:00
testProcessEchoGui Changed qprocess unittest to work from installation directory. 2012-01-16 01:55:18 +01:00
testProcessEnvironment Changed qprocess unittest to work from installation directory. 2012-01-16 01:55:18 +01:00
testProcessEOF Changed qprocess unittest to work from installation directory. 2012-01-16 01:55:18 +01:00
testProcessLoopback Changed qprocess unittest to work from installation directory. 2012-01-16 01:55:18 +01:00
testProcessNormal Changed qprocess unittest to work from installation directory. 2012-01-16 01:55:18 +01:00
testProcessOutput Changed qprocess unittest to work from installation directory. 2012-01-16 01:55:18 +01:00
testProcessSpacesArgs Changed qprocess unittest to work from installation directory. 2012-01-16 01:55:18 +01:00
testSetWorkingDirectory Changed qprocess unittest to work from installation directory. 2012-01-16 01:55:18 +01:00
testSoftExit Changed qprocess unittest to work from installation directory. 2012-01-16 01:55:18 +01:00
testSpaceInName Changed qprocess unittest to work from installation directory. 2012-01-16 01:55:18 +01:00
.gitignore Moving relevant tests to corelib/io 2011-08-31 10:08:38 +02:00
qprocess.pri Changed qprocess unittest to work from installation directory. 2012-01-16 01:55:18 +01:00
qprocess.pro Changed qprocess unittest to work from installation directory. 2012-01-16 01:55:18 +01:00
tst_qprocess.cpp make tst_QProcess::softExitInSlots pass in under 120 seconds 2012-01-20 14:20:51 +01:00