summaryrefslogtreecommitdiffstats
path: root/tests/auto/corelib/io/qprocess
Commit message (Expand)AuthorAgeFilesLines
* Update for failures only on dev branch. Use general platform namesDaniel Smith2019-08-191-1/+0
* unblacklist passing testsDaniel Smith2019-07-081-5/+3
* 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
* Migrate Windows system libs to external dependenciesJoerg Bornemann2019-05-082-2/+2
* Merge remote-tracking branch 'origin/5.12' into 5.13Liang Qi2019-05-021-2/+0
|\
| * Remove cruft from testProcessEOF.proJoerg Bornemann2019-04-301-2/+0
* | Merge remote-tracking branch 'origin/5.12' into 5.13Qt Forward Merge Bot2019-02-1923-52/+39
|\|
| * Add cmdline feature to qmakeJoerg Bornemann2019-02-1823-52/+39
* | QProcess: mark obsolete functions as deprecatedChristian Ehrlicher2019-01-231-9/+9
|/
* 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