summaryrefslogtreecommitdiffstats
path: root/tests/auto/corelib/io/qprocess
Commit message (Expand)AuthorAgeFilesLines
* QProcess::startDetached: Fix behavior change on WindowsJoerg Bornemann2018-08-035-25/+126
* Skip tst_QProcess::processesInMultipleThreads under QEMUKari Oikarinen2018-05-142-0/+5
* Blacklist tst_QProcess::softExitInSlots on WindowsKari Oikarinen2018-03-231-0/+3
* Replace Q_NULLPTR with nullptr where possibleKevin Funk2017-09-191-2/+2
* Replace Q_DECL_OVERRIDE with override where possibleKevin Funk2017-09-191-1/+1
* Merge remote-tracking branch 'origin/5.9' into devGabriel de Dietrich2017-07-131-1/+2
|\
| * tst_QProcess/tst_QFile: Extend blacklisting to MSVC2017Friedemann Kleint2017-07-051-1/+2
* | Merge remote-tracking branch 'origin/5.9' into devLiang Qi2017-06-191-0/+42
|\|
| * Use QMap in QProcessEnvironment so variables are sortedThomas Sondergaard2017-06-131-0/+42
* | Support standard channel redirection in QProcess::startDetachedJoerg Bornemann2017-06-132-17/+106
* | Support setCreateProcessArgumentsModifier in QProcess:startDetachedJoerg Bornemann2017-04-231-0/+8
* | QProcess::startDetached: support custom process environmentJoerg Bornemann2017-03-312-9/+19
|/
* Merge remote-tracking branch 'origin/5.8' into 5.9Liang Qi2017-03-132-15/+0
|\
| * Properly use the "process" featureUlf Hermann2017-02-272-15/+0
* | Increase timeout of tst_QProcess::softExitInSlots even moreJoerg Bornemann2017-03-031-1/+1
* | macOS: Don't build auto-tests as application bundles unless explicitly requestedTor Arne Vestbø2016-10-231-1/+1
|/
* Merge remote-tracking branch 'origin/5.7' into devLiang Qi2016-08-161-6/+9
|\
| * Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-08-101-6/+9
| |\
| | * Fix tst_QProcess::closeWriteChannel() under WindowsAlex Trotsenko2016-08-051-6/+9
* | | Remove Windows CE vestigesJoerg Bornemann2016-06-023-13/+0
* | | Merge remote-tracking branch 'origin/5.7' into devLiang Qi2016-04-051-28/+10
|\| |
| * | Merge remote-tracking branch 'origin/5.6' into 5.7Simon Hausmann2016-03-231-28/+10
| |\|
| | * Remove QPROCESS_USE_SPAWN and all that it surroundsJames McDonnell2016-03-221-28/+10
* | | QtCore: Remove Windows CE.Friedemann Kleint2016-03-305-160/+9
|/ /
* | Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-03-111-29/+39
|\|
| * Fix crash in QProcess::waitForFinished on WindowsJoerg Bornemann2016-02-291-0/+33
| * Remove superfluous Windows CE special cases from tst_qprocess.cppJoerg Bornemann2016-02-291-29/+6
* | Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-02-291-17/+18
|\|
| * Remove legacy from tst_qprocess.cppJoerg Bornemann2016-02-241-8/+0
| * tst_QProcess: Transform loop into additional test rowsJoerg Bornemann2016-02-241-9/+18
* | Stabilize tst_QProcess::softExitInSlots()Alex Trotsenko2016-02-011-2/+2
* | Integrate QProcess into QIODevice's multistreaming infrastructureAlex Trotsenko2016-01-291-1/+7
* | Updated license headersJani Heikkinen2016-01-2123-392/+277
* | add a way to modify CreateProcess parametersJoerg Bornemann2015-12-101-2/+22
* | Merge remote-tracking branch 'origin/5.6' into devSimon Hausmann2015-11-271-27/+25
|\|
| * tst_QProcess: Use a QTemporaryDir for files to be created.Friedemann Kleint2015-11-261-12/+18
| * tst_QProcess: Remove macro QPROCESS_VERIFY().Friedemann Kleint2015-11-251-15/+7
* | Merge remote-tracking branch 'origin/5.6' into devLiang Qi2015-10-145-215/+284
|\|
| * MSVC2015: Blacklist tests reading from stdin in buffered/text mode.Friedemann Kleint2015-09-301-0/+3
| * tst_qprocess: Improve handling of helpers.Friedemann Kleint2015-09-304-17/+99
| * tst_qprocess: Instantiate QProcess objects on the stack.Friedemann Kleint2015-09-251-165/+141
| * tst_qprocess: Port to Qt 5 connection syntax.Friedemann Kleint2015-09-251-46/+54
* | Tests: Fix single-character string literals.Friedemann Kleint2015-10-131-5/+5
* | Merge remote-tracking branch 'origin/5.6' into devLiang Qi2015-09-254-87/+215
|\|
| * Merge remote-tracking branch 'origin/5.5' into 5.6Liang Qi2015-08-264-20/+212
| |\
| | * tst_qprocess cleanupJoerg Bornemann2015-08-171-17/+15
| | * fix assertion in QProcess/WinJoerg Bornemann2015-08-171-3/+28
| | * QProcess: Ensure that the stdin buffer is cleared on start()Thiago Macieira2015-08-154-0/+169
| * | remove pointless function separator comments from tst_qprocessJoerg Bornemann2015-08-261-67/+3
* | | QProcess: report the syscall that failed in the Unix child processThiago Macieira2015-09-211-0/+7