qt5base-lts/tests/auto/qprocess
Rohan McGovern 6e50394c4e Reduce usage of Q_ASSERT in autotests.
Using Q_ASSERT does nothing in release-mode builds, and in debug builds
it causes tests to terminate prematurely.  It is much better to use
QVERIFY or QCOMPARE.

Task-number: QTBUG-17582
Reviewed-by: Rohan McGovern
(cherry picked from commit 3475168550c1a804f04f2a4edfeb30c04cd36551)

Change-Id: Ic39972b685ca35a9a71d9c8d03e8dae31481fb19
2011-05-18 10:57:56 +10:00
..
fileWriterProcess Initial import from the monolithic Qt. 2011-04-27 12:05:43 +02:00
test Initial import from the monolithic Qt. 2011-04-27 12:05:43 +02:00
testBatFiles Initial import from the monolithic Qt. 2011-04-27 12:05:43 +02:00
testDetached Initial import from the monolithic Qt. 2011-04-27 12:05:43 +02:00
testExitCodes Initial import from the monolithic Qt. 2011-04-27 12:05:43 +02:00
testGuiProcess Initial import from the monolithic Qt. 2011-04-27 12:05:43 +02:00
testProcessCrash Initial import from the monolithic Qt. 2011-04-27 12:05:43 +02:00
testProcessDeadWhileReading Initial import from the monolithic Qt. 2011-04-27 12:05:43 +02:00
testProcessEcho Initial import from the monolithic Qt. 2011-04-27 12:05:43 +02:00
testProcessEcho2 Initial import from the monolithic Qt. 2011-04-27 12:05:43 +02:00
testProcessEcho3 Initial import from the monolithic Qt. 2011-04-27 12:05:43 +02:00
testProcessEchoGui Initial import from the monolithic Qt. 2011-04-27 12:05:43 +02:00
testProcessEnvironment Initial import from the monolithic Qt. 2011-04-27 12:05:43 +02:00
testProcessEOF Initial import from the monolithic Qt. 2011-04-27 12:05:43 +02:00
testProcessLoopback Initial import from the monolithic Qt. 2011-04-27 12:05:43 +02:00
testProcessNormal Initial import from the monolithic Qt. 2011-04-27 12:05:43 +02:00
testProcessOutput Initial import from the monolithic Qt. 2011-04-27 12:05:43 +02:00
testProcessSpacesArgs Initial import from the monolithic Qt. 2011-04-27 12:05:43 +02:00
testSetWorkingDirectory Initial import from the monolithic Qt. 2011-04-27 12:05:43 +02:00
testSoftExit Initial import from the monolithic Qt. 2011-04-27 12:05:43 +02:00
testSpaceInName Initial import from the monolithic Qt. 2011-04-27 12:05:43 +02:00
.gitignore Initial import from the monolithic Qt. 2011-04-27 12:05:43 +02:00
qprocess.pro Initial import from the monolithic Qt. 2011-04-27 12:05:43 +02:00
tst_qprocess.cpp Reduce usage of Q_ASSERT in autotests. 2011-05-18 10:57:56 +10:00