summaryrefslogtreecommitdiffstats
path: root/tests/auto/corelib/io/qprocess/tst_qprocess.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* Use forkfd in QProcessThiago Macieira2015-01-231-0/+22
* Use waitid with WNOWAIT in forkfdThiago Macieira2015-01-231-15/+18
* Update license headers and add new license filesMatti Paaso2014-09-241-19/+11
* Merge remote-tracking branch 'origin/5.3' into devFrederik Gladhorn2014-07-011-1/+1
|\
| * QProcess: Handle spurious socket notifications for stdout and stderrThiago Macieira2014-06-121-1/+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
* QProcess/Win: allow child processes to change modes of the stdin pipeJoerg Bornemann2013-12-101-0/+12
* fix Windows CE commentsJoerg Bornemann2013-12-091-2/+1
* add QProcess::InputChannelModeOswald Buddenhagen2013-09-051-5/+12
* add QProcess::Forwarded{Output,Error}ChannelOswald Buddenhagen2013-09-051-4/+27
* remove redundant forwardedChannels() testOswald Buddenhagen2013-09-051-21/+0
* make error reporting in forwardedChannelsOutput test more usefulOswald Buddenhagen2013-09-051-1/+11
* 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
* Make QProcess startable with open()Corentin Jabot2013-03-051-0/+20
* Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2013-01-221-1/+1
|\
| * Update copyright year in Digia's license headersSergio Ahumada2013-01-181-1/+1
* | 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
* Fix some typos in QProcess and QSslSocket unit tests.Stephen Kelly2012-12-041-2/+2
* fix tst_QProcess::batFiles for shadow buildsJoerg Bornemann2012-11-021-2/+2
* Test: refactor tst_QProcessCaroline Chao2012-10-291-163/+140
* normalise signal/slot signatures [QtCore tests]Marc Mutz2012-10-221-9/+9
* test: Moving tst_QProcess::echoTest_performance()Sergio Ahumada2012-10-191-51/+0
* QProcess.tests: adding test for channel forwardingThomas Hartmann2012-10-021-0/+16
* Change copyrights from Nokia to DigiaIikka Eklund2012-09-221-24/+24
* Fix small problems with tst_QProcessThiago Macieira2012-07-121-3/+4
* Make qprocess autotest build without widgetsKent Hansen2012-06-071-0/+2
* Don't use obsolete qVariantValue, qVariantCanConvert, etc.Debao Zhang2012-05-021-8/+8
* Remove "All rights reserved" line from license headers.Jason McDonald2012-01-301-1/+1
* Update contact information in license headers.Jason McDonald2012-01-231-1/+1
* make tst_QProcess::softExitInSlots pass in under 120 secondsJoerg Bornemann2012-01-201-3/+24
* Changed qprocess unittest to work from installation directory.Kurt Korbatits2012-01-161-120/+1
* Update copyright year in license headers.Jason McDonald2012-01-051-1/+1
* fix invalid connection in tst_QProcess::lockupsInStartDetachedJoerg Bornemann2012-01-041-1/+2
* Cleanup corelib autotests.Jason McDonald2011-12-281-0/+38
* QProcess-Test: Improve error handling.Friedemann Kleint2011-12-091-6/+23
* Fixed installation of corelib testsRohan McGovern2011-12-011-4/+8
* Cleanup corelib autotestsJason McDonald2011-11-301-1/+0
* Remove misleading comment.Jason McDonald2011-11-231-1/+0
* Don't depend on moc to disable test functions.Jason McDonald2011-11-181-162/+141
* Remove SkipMode parameter from QSKIP calls.Jason McDonald2011-10-211-2/+2
* Prefer QSKIP to QTEST_NOOP_MAIN.Jason McDonald2011-10-191-35/+19
* Avoid using QSKIP in lieu of compile-time checksJason McDonald2011-10-071-5/+5
* Avoid using QSKIP in lieu of compile-time checksJason McDonald2011-10-051-139/+159