summaryrefslogtreecommitdiffstats
path: root/tests/auto/corelib/io/qprocess/tst_qprocess.cpp
Commit message (Expand)AuthorAgeFilesLines
* QProcess: fix startCommand() with whitespace-only stringsThiago Macieira2024-04-191-0/+20
* QProcess/Unix: fix close() on invalid file descriptorThiago Macieira2024-03-121-5/+20
* Change license for tests filesLucie Gérard2024-02-041-1/+1
* QProcess: align treatment of early start errorsThiago Macieira2024-01-221-3/+87
* QProcess: use enum types in tests instead of plain intAhmad Samir2024-01-221-28/+27
* tst_QProcess::startStopStartStopBuffers: depend less on OS configurationThiago Macieira2023-10-181-8/+13
* QProcess: remove a XFAIL for QNXGiuseppe D'Angelo2023-09-081-4/+0
* QProcess/Unix: add a simple way to reset the UID and GID for the childThiago Macieira2023-07-081-0/+6
* QProcess/Unix: add a few, basic session & terminal management flagsThiago Macieira2023-07-081-0/+44
* QProcess on QNX: only expect failure if there is oneVolker Hilsheimer2023-07-091-2/+4
* QProcess/Unix: block all Unix signals between vfork() and exec()Thiago Macieira2023-06-281-2/+78
* QProcess/Unix: fix setting SIGPIPE to SIG_IGN where SIG_DFL was intendedThiago Macieira2023-06-211-0/+4
* QProcess/Unix: capture the child process modifier exception's what()Thiago Macieira2023-06-091-1/+9
* QProcess/Unix: add failChildProcessModifier()Thiago Macieira2023-06-091-15/+112
* QProcess/Unix: update the close-file-descriptors feature with a minimumThiago Macieira2023-06-091-3/+48
* QProcess/Unix: reset the signal block if ResetSignalHandlers requestedThiago Macieira2023-06-091-0/+9
* tst_QProcess: put the tests in the right orderThiago Macieira2023-06-031-75/+73
* QProcess/Linux: add a flag to re-enable the vfork()-like semanticsThiago Macieira2023-05-221-2/+16
* QProcess/Unix: add setUnixProcessParameters()Thiago Macieira2023-05-221-0/+107
* QProcess/Unix: enable setChildProcessModifier for startDetachedThiago Macieira2023-05-151-8/+21
* QProcess/Unix: improve the error message if the child modifier throwsThiago Macieira2023-05-151-2/+2
* QProcess/Unix: protect against stack unwinding in the child process stubThiago Macieira2023-05-151-0/+29
* tst_QProcess: move setChildProcessModifier test to a Q_OS_UNIX sectionThiago Macieira2023-05-151-39/+38
* Corelib: s/Q_OS_MAC/Q_OS_DARWIN/wg except for doc and definitionEdward Welbourne2023-03-201-1/+1
* QThread: add sleep(std::chrono::nanoseconds) overloadAhmad Samir2023-03-131-1/+1
* Skip QProcess tests when run under ASanVille Voutilainen2022-12-161-0/+3
* Port from container::count() and length() to size() - V5Marc Mutz2022-11-031-33/+33
* Port from container.count()/length() to size()Marc Mutz2022-10-041-1/+1
* tst_qprocess: remove unused loop counterJohannes Kauffmann2022-09-201-2/+0
* QProcess: skip processesInMultipleThreads test on emulatorsVolker Hilsheimer2022-07-131-0/+5
* Use SPDX license identifiersLucie Gérard2022-05-161-28/+3
* 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
* 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