summaryrefslogtreecommitdiffstats
path: root/tests/auto/corelib/io/qprocess/tst_qprocess.cpp
Commit message (Expand)AuthorAgeFilesLines
* Use a scope-guard to take care of process deletion in a testEdward Welbourne2021-08-171-6/+5
* tst_QProcess: increase wait time and remove ill-advised QCOMPAREThiago Macieira2021-05-031-2/+1
* QWindowsPipe{Reader|Writer}: restructure signalsAlex Trotsenko2021-04-151-1/+3
* QProcess/Unix: remove outdated notices about use of posix_spawn() on QNXThiago Macieira2021-02-211-3/+0
* QProcess::startDetached/Unix: report which function failedThiago Macieira2021-02-211-0/+4
* QProcess::startDetached: set the error condition on failure to startThiago Macieira2021-02-211-0/+2
* QProcess::startDetached/Unix: move up the chdir() and remove qWarningThiago Macieira2021-02-181-0/+15
* tst_qprocess: enable test again for cross-compilationsSamuli Piippo2021-02-161-3/+0
* Move QEMU emulation detector to QTestSamuli Piippo2021-02-131-3/+2
* QProcess: allow pipelining for detached processesAlex Trotsenko2020-12-311-1/+5
* QProcess: allow merged channels forwarding for detached processesAlex Trotsenko2020-12-311-0/+4
* Replace QtTest headers with QTestDavid Skoland2020-12-221-1/+4
* tst_QProcess: fix compilation on WindowsAlex Trotsenko2020-11-221-0/+2
* Properly deprecate QProcess::pidVolker Hilsheimer2020-10-011-1/+1
* Remove most compiler warnings about missing overridesLars Knoll2020-09-111-1/+1
* Introduce QProcess::startCommand(QString, OpenMode)Joerg Bornemann2020-09-101-0/+15
* QProcess/Unix: introduce setChildProcessModifier()Thiago Macieira2020-09-081-28/+19
* Use QList instead of QVector in corelib testsJarek Kobus2020-07-071-1/+1
* Remove deprecated QProcess methodsVolker Hilsheimer2020-05-271-180/+7
* Port test over to use QRegularExpressionLars Knoll2020-04-131-6/+6
* Merge remote-tracking branch 'origin/5.15' into devQt Forward Merge Bot2020-04-081-2/+54
|\
| * forkfd: fix forkfd_wait when FFD_USE_FORK was activeThiago Macieira2020-03-251-2/+54
* | Merge remote-tracking branch 'origin/5.15' into devQt Forward Merge Bot2020-03-031-2/+2
|\|
| * Core: Use Qt::SplitBehavior in preference to QString::SplitBehaviorEdward Welbourne2020-02-281-2/+2
* | QProcess: remove deprecated signature of finished signalVitaly Fanaskov2020-01-281-90/+18
|/
* Remove usages of deprecated APIs of corelibSona Kurazyan2019-07-051-40/+209
* Convert uses of QTime as a timer to QElapsedTimerEdward Welbourne2019-06-141-3/+4
* QProcess: mark obsolete functions as deprecatedChristian Ehrlicher2019-01-231-9/+9
* QProcess::startDetached: Fix behavior change on WindowsJoerg Bornemann2018-08-031-12/+32
* Skip tst_QProcess::processesInMultipleThreads under QEMUKari Oikarinen2018-05-141-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 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-131-1/+35
* | Support setCreateProcessArgumentsModifier in QProcess:startDetachedJoerg Bornemann2017-04-231-0/+8
* | QProcess::startDetached: support custom process environmentJoerg Bornemann2017-03-311-9/+17
|/
* Merge remote-tracking branch 'origin/5.8' into 5.9Liang Qi2017-03-131-13/+0
|\
| * Properly use the "process" featureUlf Hermann2017-02-271-13/+0
* | Increase timeout of tst_QProcess::softExitInSlots even moreJoerg Bornemann2017-03-031-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
* | | 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-301-145/+6
|/ /
* | 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