summaryrefslogtreecommitdiffstats
path: root/tests/auto/corelib/io
Commit message (Expand)AuthorAgeFilesLines
...
| * | 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
| * 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
* | Merge remote-tracking branch 'origin/5.5' into HEADSimon Hausmann2015-07-173-7/+11
|\|
| * QDir::removeRecursively(): Retry file deletion with write permission set.Friedemann Kleint2015-07-172-7/+10
| * Set the state of QTemporaryFileEngine properly prior to reopeningThiago Macieira2015-07-151-0/+1
* | Core: Replace QProcess::error signal with QProcess::errorOccurredKai Koehne2015-07-101-11/+37
* | QProcessEnvironment: fix op==Marc Mutz2015-07-071-1/+9
* | QProcessEnvironment: add a check for inserting into selfMarc Mutz2015-07-071-0/+9
* | Merge remote-tracking branch 'origin/5.5' into devLiang Qi2015-07-0113-44/+88
|\|
| * Replace MAC OS X with OS XNico Vertriest2015-06-305-5/+5
| * Merge remote-tracking branch 'origin/5.5.0' into 5.5Liang Qi2015-06-273-25/+26
| |\
| | * QTest: Make qExtractTestData() return the created QTemporaryDirv5.5.0-rc1Marc Mutz2015-06-141-7/+8
| | * Fix sizes QStorageInfo returns for invalid drivesIvan Komissarov2015-06-111-9/+9
| | * Rename QTextStream::readLine(QString *, qint64) into readLineIntoSimon Hausmann2015-06-031-9/+9
| * | Make QDir::relativeFilePath() return "." for a path to itself.Christian Kandeler2015-06-241-4/+7
| * | Fix leaking of link in tst_QFileInfo::canonicalFilePath().Friedemann Kleint2015-06-101-6/+20
| * | Fix return value of QWindowsFileSystemWatcherEngine::removePaths().Friedemann Kleint2015-06-091-0/+26
| * | fix usage of wince scopeOswald Buddenhagen2015-06-054-4/+4
| |/
* | Insignifify qfileinfo on Windows, like QDirSimon Hausmann2015-06-201-0/+2
* | Extend the scope of QTBUG-30943Simon Hausmann2015-06-201-1/+1
* | Insignifify qdiriterator testSimon Hausmann2015-06-201-0/+2
* | Blacklist and skip various tests that are flakeySimon Hausmann2015-06-146-0/+11
* | Merge remote-tracking branch 'origin/5.5' into devSimon Hausmann2015-06-034-4/+69
|\|
| * take process name into account for QLockFile's pid clash resolutionJoerg Bornemann2015-05-261-0/+48
| * Make warnings of QIODevice more verbose.Friedemann Kleint2015-05-233-4/+4
| * Merge remote-tracking branch 'origin/5.4' into merge5.5Allan Sandfeld Jensen2015-05-081-0/+17
| |\
| | * QLockFile: fix deadlock when the lock file is corruptedOlivier Goffart2015-04-151-0/+17