summaryrefslogtreecommitdiffstats
path: root/tests/auto/corelib/io/qprocess
Commit message (Expand)AuthorAgeFilesLines
* Remove QT_DISABLE_DEPRECATED_BEFORE=0 from tests not using deprecated API.Friedemann Kleint2015-09-0117-17/+0
* tests/corelib: Replace Q[TRY]_VERIFY(a == b) by Q[TRY]_COMPARE(a, b).Friedemann Kleint2015-08-191-5/+5
* QProcess: discard unwanted output from the child processAlex Trotsenko2015-08-161-0/+20
* Merge remote-tracking branch 'origin/5.5' into devFrederik Gladhorn2015-08-061-0/+38
|\
| * consistently handle empty program string in QProcess::start overloadsJoerg Bornemann2015-07-301-0/+38
* | QProcess: make setWorkingDirectory stop launch if the dir doesn't existThiago Macieira2015-07-201-5/+27
* | Core: Replace QProcess::error signal with QProcess::errorOccurredKai Koehne2015-07-101-11/+37
* | Merge remote-tracking branch 'origin/5.5' into devLiang Qi2015-07-012-2/+2
|\|
| * Replace MAC OS X with OS XNico Vertriest2015-06-301-1/+1
| * fix usage of wince scopeOswald Buddenhagen2015-06-051-1/+1
* | Blacklist and skip various tests that are flakeySimon Hausmann2015-06-141-0/+2
|/
* Update copyright headersJani Heikkinen2015-02-1122-154/+154
* Fix tst_process on QNX when using spawnRafael Roquetto2015-01-231-5/+5
* Handle posix_spawn using exit code 127 to indicate fail-to-startThiago Macieira2015-01-231-3/+5
* Use forkfd in QProcessThiago Macieira2015-01-232-1/+23
* Use waitid with WNOWAIT in forkfdThiago Macieira2015-01-231-15/+18
* Update license headers and add new license filesMatti Paaso2014-09-2422-418/+242
* Merge remote-tracking branch 'origin/5.3' into devFrederik Gladhorn2014-07-012-2/+1
|\
| * QProcess: Handle spurious socket notifications for stdout and stderrThiago Macieira2014-06-122-2/+1
* | Updated corelib's unit tests to use QSignalSpy's functor constructorKeith Gardner2014-05-081-28/+28
|/
* Stabilize tst_QProcess::softExitInSlots()Sergio Ahumada2014-03-271-1/+1
* Add function to get the actual PID from QProcessChristian Strømme2014-02-141-1/+3
* Replace win32-g++ with mingw scopeKai Koehne2014-01-171-1/+1
* QProcess/Win: allow child processes to change modes of the stdin pipeJoerg Bornemann2013-12-104-1/+71
* fix Windows CE commentsJoerg Bornemann2013-12-091-2/+1
* add QProcess::InputChannelModeOswald Buddenhagen2013-09-052-7/+19
* add QProcess::Forwarded{Output,Error}ChannelOswald Buddenhagen2013-09-052-9/+43
* fix warnings - qprocess needs a qcoreapp instanceOswald Buddenhagen2013-09-051-1/+4
* remove redundant forwardedChannels() testOswald Buddenhagen2013-09-051-21/+0
* make error reporting in forwardedChannelsOutput test more usefulOswald Buddenhagen2013-09-052-6/+16
* micro-optimization/-clarificationOswald Buddenhagen2013-09-051-4/+4
* add QProcess::nullDevice()Oswald Buddenhagen2013-08-301-0/+25
* Fix crash in QProcess::waitForStarted() on Unix.Christian Strømme2013-08-131-0/+7
* Fix incomplete override of QIODevice::open in QProcess and QLocalSocketThiago Macieira2013-07-201-0/+20
* remove wait calls in tst_QProcess::simpleStartJoerg Bornemann2013-07-021-9/+1
* QProcess/Win: drain output pipes on process finishJoerg Bornemann2013-05-071-0/+34
* Whitespace cleanup: remove trailing whitespaceAxel Waggershauser2013-03-163-4/+4
* Make QProcess startable with open()Corentin Jabot2013-03-051-0/+20
* Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2013-02-141-1/+1
|\
| * Make the null pointer dereference a volatile oneThiago Macieira2013-01-291-1/+1
* | qprocess autotests don't need QtGuiDavid Faure2013-02-097-0/+7
* | Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2013-01-2221-21/+21
|\|
| * Update copyright year in Digia's license headersSergio Ahumada2013-01-1821-21/+21
* | Clean up some metatype declarations and registrationsStephen Kelly2013-01-091-1/+0
|/
* Tests: Remove declaration of built-in and automatic metatypes.Stephen Kelly2013-01-061-1/+0
* add and use qtHaveModule() functionOswald Buddenhagen2012-12-211-1/+1
* Fix some typos in QProcess and QSslSocket unit tests.Stephen Kelly2012-12-041-2/+2
* fix error handling bug in QWindowsPipeReaderJoerg Bornemann2012-11-021-1/+0
* fix tst_QProcess::batFiles for shadow buildsJoerg Bornemann2012-11-021-2/+2
* Test: refactor tst_QProcessCaroline Chao2012-10-292-164/+142