summaryrefslogtreecommitdiffstats
path: root/tests/auto/corelib/io
Commit message (Expand)AuthorAgeFilesLines
* QDataStream: handle incomplete reads from QIODeviceAlex Trotsenko2016-01-131-0/+164
* QIODevice: handle incomplete readsAlex Trotsenko2016-01-121-64/+125
* Merge remote-tracking branch 'origin/5.6' into devFrederik Gladhorn2016-01-084-17/+83
|\
| * 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
* | Merge remote-tracking branch 'origin/5.6' into devLiang Qi2015-12-182-1/+2
|\|
| * 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
* | add a way to modify CreateProcess parametersJoerg Bornemann2015-12-101-2/+22
* | Merge remote-tracking branch 'origin/5.6' into devSimon Hausmann2015-11-271-27/+25
|\|
| * 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
* | Remove remaining support for BlackberryLouai Al-Khanji2015-11-216-67/+5
* | Merge remote-tracking branch 'origin/5.6' into devLiang Qi2015-11-181-2/+2
|\|
| * tst_qfilesystemwatcher: Blacklist flaky tests on Windows.Friedemann Kleint2015-11-171-2/+2
* | Merge remote-tracking branch 'origin/5.6' into devLiang Qi2015-11-041-0/+41
|\|
| * QIODevice: fix interleaving read() and write() in text mode under WindowsAlex Trotsenko2015-10-271-0/+41
* | Merge remote-tracking branch 'origin/5.6' into devLiang Qi2015-10-232-64/+46
|\|
| * Improve file handling in test of QSettings.Friedemann Kleint2015-10-211-64/+29
| * QTextStream: add missing op<<(QStringRef)Marc Mutz2015-10-161-0/+17
* | tests/auto/corelib: Remove some placeholder formatting.Friedemann Kleint2015-10-226-10/+14
* | Merge remote-tracking branch 'origin/5.6' into devLiang Qi2015-10-1416-409/+600
|\|
| * 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
* | Tests: Use QCOMPARE() with QLatin1String() for QString values.Friedemann Kleint2015-10-142-11/+11
* | Tests: Fix single-character string literals.Friedemann Kleint2015-10-138-25/+25
* | Merge remote-tracking branch 'origin/5.6' into devLiang Qi2015-09-256-88/+222
|\|
| * 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: report the syscall that failed in the Unix child processThiago Macieira2015-09-211-0/+7
* | | Tests: Remove CONFIG += parallel_test.Friedemann Kleint2015-09-0520-20/+12
* | | Remove QT_DISABLE_DEPRECATED_BEFORE=0 from tests not using deprecated API.Friedemann Kleint2015-09-0146-46/+0
* | | Support accessing 32-bit Registry from 64-bit programs and vice versaSebastian Schuberth2015-08-271-0/+47
* | | tests/corelib: Replace Q[TRY]_VERIFY(a == b) by Q[TRY]_COMPARE(a, b).Friedemann Kleint2015-08-1914-160/+160
|/ /
* | 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