summaryrefslogtreecommitdiffstats
path: root/tests/auto/corelib/io/qprocess
Commit message (Expand)AuthorAgeFilesLines
* Use SPDX license identifiersLucie Gérard2022-05-1624-650/+50
* Ensure that readAllStandardError() doesn't crash on assertJarek Kobus2022-04-091-0/+10
* QProcess/Unix: ensure we don't accidentally execute something from CWDThiago Macieira2022-02-091-1/+92
* QNX: Cannot handle threads in given timePasi Petäjäjärvi2021-12-121-0/+4
* Revert "QProcess: do not emit aboutToClose() twice"Alex Trotsenko2021-09-241-2/+0
* QProcess: do not emit aboutToClose() twiceAlex Trotsenko2021-09-191-0/+2
* Add missing dependencies of tests on their helper programsEdward Welbourne2021-09-173-17/+30
* 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
* Merge integration refs/builds/qtci/dev/1618515869Qt CI Bot2021-04-161-1/+3
|\
| * QWindowsPipe{Reader|Writer}: restructure signalsAlex Trotsenko2021-04-151-1/+3
* | Remove Qt dependency from some test helper executablesJoerg Bornemann2021-04-1517-186/+23
|/
* 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-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