summaryrefslogtreecommitdiffstats
path: root/tests/auto/corelib/io
Commit message (Expand)AuthorAgeFilesLines
* Add cmdline feature to qmakeJoerg Bornemann2019-02-1824-54/+40
* Use a more robust test for absolute paths in QDirEdward Welbourne2019-01-133-0/+47
* Make url normalization closer to common browser behaviorJoni Poikelin2018-12-132-9/+36
* Fix QSettings parsing of spaces after comment linesThiago Macieira2018-12-073-0/+49
* Merge remote-tracking branch 'origin/5.11' into 5.12Qt Forward Merge Bot2018-11-273-3/+9
|\
| * Make developer build tests pass for boot2qtSami Nurmenniemi2018-11-263-3/+9
* | Merge remote-tracking branch 'origin/5.11' into 5.12Liang Qi2018-11-191-0/+3
|\|
| * Modernize the "settings" featureLiang Qi2018-11-151-0/+3
* | QResourceFileEngine: fix use of mapped files after close()Thiago Macieira2018-11-191-0/+4
* | QResourceFileEngine: fix map() for compressed filesThiago Macieira2018-11-191-0/+6
* | tst_QResourceEngine: use QTest::addRow instead of QString concatenationThiago Macieira2018-11-191-23/+23
* | tst_QResourceEngine: store the actual byte contents that we expectThiago Macieira2018-11-1912-39/+41
* | macOS: Remove blacklist entries for no longer supported OS versionsTor Arne Vestbø2018-11-121-2/+0
* | Remove QSKIP and bring the test back to businessTimur Pocheptsov2018-10-251-3/+0
* | Merge remote-tracking branch 'origin/5.11' into 5.12Qt Forward Merge Bot2018-09-303-6/+15
|\|
| * Fix QUrl::matches for when removing authority parts (other than host)Thiago Macieira2018-09-291-0/+12
| * Modernize the "filesystemwatcher" featureLiang Qi2018-09-272-6/+3
* | darwin: fix tst_qsettings depsOswald Buddenhagen2018-08-291-0/+2
* | Migrate QDir to use QRegularExpressionSamuel Gaist2018-08-191-1/+0
* | Merge remote-tracking branch 'origin/5.11' into devQt Forward Merge Bot2018-08-171-1/+18
|\|
| * QUrl: Make sure we do reject URLs for which IDNA nameprep failedThiago Macieira2018-08-161-1/+18
* | Fix QMetaObject naming of class enum flagAllan Sandfeld Jensen2018-08-111-0/+16
* | Merge remote-tracking branch 'origin/5.11' into devQt Forward Merge Bot2018-08-075-25/+126
|\|
| * QProcess::startDetached: Fix behavior change on WindowsJoerg Bornemann2018-08-035-25/+126
* | Merge branch '5.11' into devEdward Welbourne2018-07-312-18/+32
|\|
| * Fix the fix for mmap() overflow checkThiago Macieira2018-07-251-3/+3
| * Let QDir::absoluteFilePath() use isAbsolutePath() for resource pathsEdward Welbourne2018-07-231-15/+29
* | canonicalFilePath: treat ENOTDIR as a case of file not existingEdward Welbourne2018-07-301-0/+10
* | Reduce redundancy and duplication in tst_QFile::appendAndReadEdward Welbourne2018-07-301-6/+5
* | Actually truncate when asked toEdward Welbourne2018-07-301-3/+10
* | Logging: Accept .ini files written by QSettingsKai Koehne2018-07-281-0/+7
* | QUrl: Support IPv6 addresses with zone idRobbert Proost2018-07-271-0/+52
* | Improve output of Q_ENUMAllan Sandfeld Jensen2018-07-261-1/+1
* | Rework the start-of-time fileTimes() test to add another test-caseEdward Welbourne2018-07-251-11/+21
* | Fix two "unused variable" warningsEdward Welbourne2018-07-251-1/+2
* | Add qt_test_helper featureOliver Wolff2018-07-254-48/+28
* | Metatype: make the Qt CBOR value-like types built-in meta typesThiago Macieira2018-07-041-0/+4
* | Merge remote-tracking branch 'origin/5.11' into devLiang Qi2018-07-024-13/+35
|\|
| * Android: Make tst_qfile passMårten Nordheim2018-06-281-3/+22
| * Make tests compile for AndroidLiang Qi2018-06-252-0/+11
| * Android: fix qdiriterator testMårten Nordheim2018-06-212-10/+10
* | tst_qfile: Do not build helper application for winrtOliver Wolff2018-06-281-1/+2
* | tst_qfile: Fix execution for WinRTOliver Wolff2018-06-285-12/+37
* | tst_qresourceengine: Fix position of testqrc for builtin testdataOliver Wolff2018-06-221-1/+1
* | Merge remote-tracking branch 'origin/5.11' into devLiang Qi2018-06-071-28/+60
|\|
| * macOS: Fix QFileSystemWatcher to watch paths with the same prefixMikhail Svetkin2018-05-291-28/+60
* | tst_qstandardpaths: #if-out a function only used within #if-eryEdward Welbourne2018-05-311-0/+2
* | Merge remote-tracking branch 'origin/5.11' into devLiang Qi2018-05-242-0/+5
|\|
| * Skip tst_QProcess::processesInMultipleThreads under QEMUKari Oikarinen2018-05-142-0/+5
* | Merge remote-tracking branch 'origin/5.11' into devLiang Qi2018-05-083-1/+25
|\|