qt5base-lts/tests/auto/corelib/io/qprocess
Jason McDonald ea415e2060 Cleanup corelib autotests.
When using QSignalSpy, always verify that the signal spy is valid.  This
will cause the test to give a meaningful failure when spying on a
non-existant signal.  Without this change, tests that spy on a signal to
ensure that it is not emitted (i.e. by comparing the spy count to zero)
could pass erroneously if something went wrong when creating the signal
spy, as an invalid QSignalSpy will always return a count of zero.

Change-Id: I41f4a63d9f0de9190a86de237662dc96be802446
Reviewed-by: Thiago Macieira <thiago.macieira@intel.com>
Reviewed-by: Rohan McGovern <rohan.mcgovern@nokia.com>
2011-12-28 04:48:11 +01:00
..
fileWriterProcess Fixed installation of corelib tests 2011-12-01 09:12:52 +01:00
test QProcess-test: Fix executable location on Windows. 2011-12-09 12:25:14 +01:00
testBatFiles Moving relevant tests to corelib/io 2011-08-31 10:08:38 +02:00
testDetached Fixed installation of corelib tests 2011-12-01 09:12:52 +01:00
testExitCodes Fixed installation of corelib tests 2011-12-01 09:12:52 +01:00
testGuiProcess Fixed installation of corelib tests 2011-12-01 09:12:52 +01:00
testProcessCrash Fixed installation of corelib tests 2011-12-01 09:12:52 +01:00
testProcessDeadWhileReading Fixed installation of corelib tests 2011-12-01 09:12:52 +01:00
testProcessEcho Fixed installation of corelib tests 2011-12-01 09:12:52 +01:00
testProcessEcho2 Fixed installation of corelib tests 2011-12-01 09:12:52 +01:00
testProcessEcho3 Fixed installation of corelib tests 2011-12-01 09:12:52 +01:00
testProcessEchoGui Fixed installation of corelib tests 2011-12-01 09:12:52 +01:00
testProcessEnvironment Fixed installation of corelib tests 2011-12-01 09:12:52 +01:00
testProcessEOF Fixed installation of corelib tests 2011-12-01 09:12:52 +01:00
testProcessLoopback Fixed installation of corelib tests 2011-12-01 09:12:52 +01:00
testProcessNormal Fixed installation of corelib tests 2011-12-01 09:12:52 +01:00
testProcessOutput Fixed installation of corelib tests 2011-12-01 09:12:52 +01:00
testProcessSpacesArgs testProcessSpacesArgs fixed 2011-12-09 01:01:01 +01:00
testSetWorkingDirectory Fixed installation of corelib tests 2011-12-01 09:12:52 +01:00
testSoftExit Fixed installation of corelib tests 2011-12-01 09:12:52 +01:00
testSpaceInName Fixed installation of corelib tests 2011-12-01 09:12:52 +01:00
.gitignore Moving relevant tests to corelib/io 2011-08-31 10:08:38 +02:00
qprocess.pro Remove Symbian-specific code from tests. 2011-09-29 06:41:42 +02:00
tst_qprocess.cpp Cleanup corelib autotests. 2011-12-28 04:48:11 +01:00