summaryrefslogtreecommitdiffstats
path: root/tests/auto/corelib/io
Commit message (Expand)AuthorAgeFilesLines
* Autotest: Remove blacklistingsSimo Fält2016-04-011-2/+0
* Remove QPROCESS_USE_SPAWN and all that it surroundsJames McDonnell2016-03-221-28/+10
* QTextStream test: Change current directoryMaurice Kalinowski2016-03-162-0/+20
* tst_QTextStream::textModeOnEmptyRead(): Create file in temporary directory.Friedemann Kleint2016-03-111-4/+2
* Ensure QTextStream doesn't modify the Text flag on the underlying iodeviceLars Knoll2016-03-081-0/+17
* Fix crash in QProcess::waitForFinished on WindowsJoerg Bornemann2016-02-291-0/+33
* Remove superfluous Windows CE special cases from tst_qprocess.cppJoerg Bornemann2016-02-291-29/+6
* Remove legacy from tst_qprocess.cppJoerg Bornemann2016-02-241-8/+0
* tst_QProcess: Transform loop into additional test rowsJoerg Bornemann2016-02-241-9/+18
* Autotest: Enable make check on rhel 7.1Simo Fält2016-02-111-0/+2
* winrt: msvc2015: refactor file handlingMaurice Kalinowski2016-01-2120-29/+171
* Merge "Merge remote-tracking branch 'origin/5.5' into 5.6" into refs/staging/5.6Jani Heikkinen2016-01-211-8/+7
|\
| * Merge remote-tracking branch 'origin/5.5' into 5.6Liang Qi2016-01-191-8/+7
| |\
| | * Fix UB in tst_QIODevice::getSetCheck()Marc Mutz2016-01-061-8/+7
* | | Fix toDisplayString(QUrl::PreferLocalFile) on WinKevin Funk2016-01-201-0/+25
|/ /
* | Blacklist failing tst_QFile tests (OS X)Timur Pocheptsov2016-01-061-0/+4
* | tst_QTemporaryDir::nonWritableCurrentDir: Add a check for write protection.Friedemann Kleint2015-12-221-6/+13
* | QUrl: revert path-normalization in setPath().David Faure2015-12-221-11/+43
* | QStandardPaths: warn if $XDG_RUNTIME_DIR doesn't existDavid Faure2015-12-221-0/+23
* | Extend blacklisting of tst_qsettings to OSX 10.11Tony Sarajärvi2015-12-151-0/+1
* | Revert "tests: fixed compilation of tst_qtextstream"Edward Welbourne2015-12-151-1/+1
* | tst_QProcess: Use a QTemporaryDir for files to be created.Friedemann Kleint2015-11-261-12/+18
* | tst_QProcess: Remove macro QPROCESS_VERIFY().Friedemann Kleint2015-11-251-15/+7
* | tst_qfilesystemwatcher: Blacklist flaky tests on Windows.Friedemann Kleint2015-11-171-2/+2
* | QIODevice: fix interleaving read() and write() in text mode under WindowsAlex Trotsenko2015-10-271-0/+41
* | Improve file handling in test of QSettings.Friedemann Kleint2015-10-211-64/+29
* | QTextStream: add missing op<<(QStringRef)Marc Mutz2015-10-161-0/+17
* | Improve tst_qfile.Friedemann Kleint2015-09-301-114/+170
* | Improve messages in tst_qdir/tst_fileinfo/tst_qfiledialog2.Friedemann Kleint2015-09-302-55/+104
* | MSVC2015: Blacklist tests reading from stdin in buffered/text mode.Friedemann Kleint2015-09-302-0/+8
* | tst_qprocess: Improve handling of helpers.Friedemann Kleint2015-09-304-17/+99
* | Tests: Always verify whether QTemporaryDir/File creation succeeded.Friedemann Kleint2015-09-2810-25/+37
* | tst_qprocess: Instantiate QProcess objects on the stack.Friedemann Kleint2015-09-251-165/+141
* | tst_qprocess: Port to Qt 5 connection syntax.Friedemann Kleint2015-09-251-46/+54
* | QSettings: Special-case serialization of QDateTime.Christian Kandeler2015-09-241-0/+4
* | Serialize the capitalization value of QFontAndy Shaw2015-09-151-1/+3
* | Merge remote-tracking branch 'origin/5.5' into 5.6Liang Qi2015-08-264-20/+212
|\|
| * tst_qprocess cleanupJoerg Bornemann2015-08-171-17/+15
| * fix assertion in QProcess/WinJoerg Bornemann2015-08-171-3/+28
| * QProcess: Ensure that the stdin buffer is cleared on start()Thiago Macieira2015-08-154-0/+169
* | remove pointless function separator comments from tst_qprocessJoerg Bornemann2015-08-261-67/+3
* | QProcess: discard unwanted output from the child processAlex Trotsenko2015-08-161-0/+20
* | Merge remote-tracking branch 'origin/5.5' into devFrederik Gladhorn2015-08-064-6/+100
|\|
| * Change how QDebug escapes QStrings in the outputThiago Macieira2015-08-061-5/+35
| * Seed the random number generator before using QTemporaryDirThiago Macieira2015-08-061-1/+7
| * QLoggingCategory: fix default severity in Q_LOGGING_CATEGORY macroAlex Merry2015-08-031-0/+11
| * consistently handle empty program string in QProcess::start overloadsJoerg Bornemann2015-07-301-0/+38
| * Fix compilation error while instantiating operator<< explicitlyOlivier Goffart2015-07-261-0/+9
* | QProcess: make setWorkingDirectory stop launch if the dir doesn't existThiago Macieira2015-07-201-5/+27
* | Add QTemporaryDir::errorString()Thiago Macieira2015-07-172-2/+9