qt5base-lts/tests/auto/corelib/io/qprocess
Joerg Bornemann c6f3d919dd fix error handling bug in QWindowsPipeReader
If ReadFile returns with an error then we must set our internal state
accordingly. QWindowsPipeReader::readSequenceStarted must be set to
false. If ReadFile fails, we're not within a read sequence.
Also, we must handle the ERROR_BROKEN_PIPE error.

Task-number: QTBUG-25342

Change-Id: Ic9247f170fa9cc47fa7e45d0f47ccfedac06a593
Reviewed-by: Oswald Buddenhagen <oswald.buddenhagen@digia.com>
2012-11-02 12:16:49 +01:00
..
fileWriterProcess Change copyrights from Nokia to Digia 2012-09-22 19:20:11 +02:00
test fix error handling bug in QWindowsPipeReader 2012-11-02 12:16:49 +01:00
testBatFiles Moving relevant tests to corelib/io 2011-08-31 10:08:38 +02:00
testDetached Change copyrights from Nokia to Digia 2012-09-22 19:20:11 +02:00
testExitCodes Change copyrights from Nokia to Digia 2012-09-22 19:20:11 +02:00
testForwarding Test: refactor tst_QProcess 2012-10-29 13:57:15 +01:00
testGuiProcess Change copyrights from Nokia to Digia 2012-09-22 19:20:11 +02:00
testProcessCrash Change copyrights from Nokia to Digia 2012-09-22 19:20:11 +02:00
testProcessDeadWhileReading Change copyrights from Nokia to Digia 2012-09-22 19:20:11 +02:00
testProcessEcho Change copyrights from Nokia to Digia 2012-09-22 19:20:11 +02:00
testProcessEcho2 Change copyrights from Nokia to Digia 2012-09-22 19:20:11 +02:00
testProcessEcho3 Change copyrights from Nokia to Digia 2012-09-22 19:20:11 +02:00
testProcessEchoGui Change copyrights from Nokia to Digia 2012-09-22 19:20:11 +02:00
testProcessEnvironment Change copyrights from Nokia to Digia 2012-09-22 19:20:11 +02:00
testProcessEOF Change copyrights from Nokia to Digia 2012-09-22 19:20:11 +02:00
testProcessNormal Change copyrights from Nokia to Digia 2012-09-22 19:20:11 +02:00
testProcessOutput Change copyrights from Nokia to Digia 2012-09-22 19:20:11 +02:00
testProcessSpacesArgs Change copyrights from Nokia to Digia 2012-09-22 19:20:11 +02:00
testSetWorkingDirectory Change copyrights from Nokia to Digia 2012-09-22 19:20:11 +02:00
testSoftExit Change copyrights from Nokia to Digia 2012-09-22 19:20:11 +02:00
testSpaceInName Change copyrights from Nokia to Digia 2012-09-22 19:20:11 +02:00
.gitignore test: Moving tst_QProcess::echoTest_performance() 2012-10-19 02:43:05 +02:00
qprocess.pri test: Moving tst_QProcess::echoTest_performance() 2012-10-19 02:43:05 +02:00
qprocess.pro Changed qprocess unittest to work from installation directory. 2012-01-16 01:55:18 +01:00
tst_qprocess.cpp fix tst_QProcess::batFiles for shadow builds 2012-11-02 12:16:49 +01:00