summaryrefslogtreecommitdiffstats
path: root/tests/auto/corelib/io
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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
* 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
* 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
|/
* 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
* | Tests: Use blacklist for failing tst_qfilesystemwatcher testsCaroline Chao2015-04-282-2/+8
* | fix distclean targetsOswald Buddenhagen2015-04-231-0/+1
* | Windows: Fix QLockFile hanging when file cannot be created.Friedemann Kleint2015-04-232-0/+66
* | tst_QFileSystemWatcher: Improve diagnostics.Friedemann Kleint2015-04-231-7/+67
* | QDir: fix int overflowNikita Baryshnikov2015-04-201-0/+41
* | QSaveFile: Fix permissions on creationKai Koehne2015-04-081-0/+8
* | QIODevice: do not change the 'pos' member for sequential devicesAlex Trotsenko2015-04-041-0/+44
* | Update strtoll and strtoull from upstream FreeBSDThiago Macieira2015-03-261-0/+6
* | Fix tst_largefile QCOMPARE value typesMarko Kangas2015-03-181-6/+6
* | Skip instead of entirely excluding tests with disabled featuresMarko Kangas2015-03-163-9/+34
* | tst_QUrl: Add extra testcasesThiago Macieira2015-03-141-1/+10
* | QDateTime: drop quotes in QDebug outputMarc Mutz2015-02-211-1/+1
* | tst_QNoDebug: don't use sprintf if there're no argumentsMarc Mutz2015-02-211-1/+1
* | Use qrc for test data in QFileInfo test on all platformsEskil Abrahamsen Blomfeldt2015-02-183-36/+14
* | Fixed license headersJani Heikkinen2015-02-171-1/+1
* | Android: Fix tst_QFileInfo::isExecutable()Eskil Abrahamsen Blomfeldt2015-02-171-1/+5
* | Android: Fix tst_QDir::cdBelowRoot()Eskil Abrahamsen Blomfeldt2015-02-171-1/+5
* | QDateTime: micro-optimize QDebug op<<Marc Mutz2015-02-151-3/+2
* | Haiku: Adapt tst_qstorageinfo unit test to HaikuTobias Koenig2015-02-141-0/+2
* | QUrl effective TLDs: update tablePeter Hartmann2015-02-131-0/+3
* | Haiku: Adapt tst_qdir unit test to HaikuTobias Koenig2015-02-121-0/+2
* | Update copyright headersJani Heikkinen2015-02-1164-456/+448
* | Merge remote-tracking branch 'origin/5.4' into devFrederik Gladhorn2015-02-101-0/+14
|\|
| * QTemporaryDir: Remove directories on failureEskil Abrahamsen Blomfeldt2015-01-221-0/+14
* | 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