summaryrefslogtreecommitdiffstats
path: root/tests/auto/corelib/io/qprocess
Commit message (Expand)AuthorAgeFilesLines
* QProcess: fix startCommand() with whitespace-only stringsThiago Macieira14 days1-0/+20
* Tests: make some QFile::open calls failGiuseppe D'Angelo2024-04-131-1/+2
* QProcess/Unix: fix close() on invalid file descriptorThiago Macieira2024-03-121-5/+20
* Change license for tests filesLucie Gérard2024-02-0426-26/+26
* 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
* Fix some -Wunused-* warnings on MinGWMarc Mutz2024-01-101-0/+1
* Tests: remove blacklisted CIs no longer availableChristian Ehrlicher2023-12-061-6/+0
* 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-082-0/+14
* QProcess/Unix: add a few, basic session & terminal management flagsThiago Macieira2023-07-082-0/+60
* QProcess on QNX: only expect failure if there is oneVolker Hilsheimer2023-07-091-2/+4
* CMake: Make corelib tests standalone projectsAlexandru Croitor2023-07-051-0/+6
* 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: add testUnixProcessParameters as a dep. for tst_qprocessAhmad Samir2023-06-181-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-092-4/+59
* QProcess/Unix: reset the signal block if ResetSignalHandlers requestedThiago Macieira2023-06-092-6/+28
* tst_QProcess: move the crasher code to a headerThiago Macieira2023-06-072-42/+63
* 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-224-0/+185
* 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
* tst_QProcess: don't link non-Qt helpers to QtCoreThiago Macieira2023-04-2517-0/+19
* Corelib: s/Q_OS_MAC/Q_OS_DARWIN/wg except for doc and definitionEdward Welbourne2023-03-201-1/+1
* Use qt_internal_add_executable in auto testsAmir Masoud Abdol2023-03-1417-19/+94
* QThread: add sleep(std::chrono::nanoseconds) overloadAhmad Samir2023-03-132-2/+2
* tests: Remove remains of qmake conversion from CMakeLists.txt filesFriedemann Kleint2023-02-175-11/+0
* Skip QProcess tests when run under ASanVille Voutilainen2022-12-161-0/+3
* Port from container::count() and length() to size() - V5Marc Mutz2022-11-032-34/+34
* Autotest/Unix: request zero-sized core dumps for crashing codeThiago Macieira2022-10-141-0/+16
* Port from container.count()/length() to size()Marc Mutz2022-10-041-1/+1
* tst_qprocess: remove unused loop counterJohannes Kauffmann2022-09-201-2/+0
* Change the license of all CMakeLists.txt and *.cmake files to BSDLucie Gérard2022-08-2324-24/+24
* Add license headers to cmake filesLucie Gérard2022-08-0324-0/+72
* CMake: Don't use PUBLIC_LIBRARIES for tests and test helpersAlexandru Croitor2022-07-283-3/+3
* QProcess: skip processesInMultipleThreads test on emulatorsVolker Hilsheimer2022-07-132-0/+6
* 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