summaryrefslogtreecommitdiffstats
path: root/tests/auto/corelib/io/qprocess
Commit message (Expand)AuthorAgeFilesLines
* 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-162-4/+0
* Move QEMU emulation detector to QTestSamuli Piippo2021-02-132-6/+3
* Remove .prev_CMakeLists.txt filesJoerg Bornemann2021-01-1213-198/+0
* Remove the qmake project filesJoerg Bornemann2021-01-0727-189/+0
* QProcess: allow pipelining for detached processesAlex Trotsenko2020-12-311-1/+5
* QProcess: allow merged channels forwarding for detached processesAlex Trotsenko2020-12-312-1/+5
* Replace QtTest headers with QTestDavid Skoland2020-12-221-1/+4
* Tests: Fix building with qmake on WindowsFriedemann Kleint2020-12-172-2/+2
* tst_QProcess: fix compilation on WindowsAlex Trotsenko2020-11-221-0/+2
* Properly deprecate QProcess::pidVolker Hilsheimer2020-10-011-1/+1
* CMake: Regenerate projects to use new qt_internal_ APIAlexandru Croitor2020-09-2335-41/+41
* CMake: Fix building with -DQT_FEATURE_gui=OFFAlex Richardson2020-09-1521-26/+156
* 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
* tst_QProcess: create a more reliable crashingThiago Macieira2020-05-051-6/+25
* Port more tests from qtbase/tests/auto/corelib/io/ to CMakeSona Kurazyan2020-05-0427-0/+452
* 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
|/
* 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
|\