summaryrefslogtreecommitdiffstats
path: root/tests/auto/corelib/io
Commit message (Expand)AuthorAgeFilesLines
* Support for Q_OS_ANDROID_EMBEDDED and android-embedded build flagsOtto Ryynänen2018-01-2015-23/+23
* Fix source code file permissionsSimon Hausmann2018-01-021-0/+0
* Use AccessCheck for current user effective file permissionsDyami Caliri2017-12-211-6/+19
* Fix typoOliver Wolff2017-12-131-3/+3
* Initialize QLoggingRegistry rules on first useTor Arne Vestbø2017-11-251-6/+18
* Fix tst_QFile::openDirectory for systems using builtin test dataOliver Wolff2017-11-091-2/+3
* Fix tst_QFile::handle for systems using builtin test dataOliver Wolff2017-11-091-2/+3
* Fix tst_QFile::useQFileInAFileHandler for systems using resources for test dataOliver Wolff2017-11-091-1/+12
* qfile tests: Make sure files are writable before deleting themOliver Wolff2017-11-091-0/+2
* testlib: start sharing common helper functionsGatis Paeglis2017-11-044-25/+8
* tst_QFile::largeUncFileSupport(): Use QTRY_VERIFY() to open the fileFriedemann Kleint2017-10-271-5/+31
* tst_QFile: Introduce StdioFileGuardFriedemann Kleint2017-10-271-21/+43
* QUrl: make sure setPort(nonnegative) is taken as part of authorityThiago Macieira2017-10-261-0/+35
* Remove duplicate qnx from the platform file selector namesLiang Qi2017-10-245-1/+4
* QUrl: re-fix the setPath("//path") case leading to scheme://pathThiago Macieira2017-10-061-3/+14
* Remove unnecessary VxWorks ifdefJake Petroules2017-09-181-2/+0
* Exclude tst_QDir::mkdirOnSymlink on Unix platforms without symlinksJake Petroules2017-09-151-1/+1
* Fix resolution of relative links on WindowsOrgad Shaneh2017-09-041-3/+9
* Fix resolution of relative symlinks from relative path on unixOrgad Shaneh2017-08-271-0/+7
* Autotest: Fix test when running on a non-Unicode-capable localeThiago Macieira2017-08-121-3/+6
* unbreak tst_qresourceengine for prefix buildsOswald Buddenhagen2017-08-031-2/+3
* Refactor tst_qdir::entryList()Friedemann Kleint2017-07-291-30/+69
* Revert "Make QFile::open fail when using an invalid file name"Thiago Macieira2017-07-271-1/+0
* Use QSharedPointer::create() moreMarc Mutz2017-07-194-5/+5
* QFileSystemWatcher/Windows: Recreate handle for filesFriedemann Kleint2017-07-071-0/+4
* tst_QProcess/tst_QFile: Extend blacklisting to MSVC2017Friedemann Kleint2017-07-052-3/+6
* Remove remains of wince in .pro filesFriedemann Kleint2017-07-031-1/+1
* winrt: Fix tst_qurlOliver Wolff2017-06-191-5/+1
* winrt: Fix tst_qtextstreamOliver Wolff2017-06-192-1/+3
* Fix tst_qfile::size for configurations using builtin test dataOliver Wolff2017-06-192-0/+16
* Use QMap in QProcessEnvironment so variables are sortedThomas Sondergaard2017-06-131-0/+42
* Fix tst_QDir::emptyDirOliver Wolff2017-06-081-2/+5
* Fix tst_qresourceengine for platforms with embedded test dataOliver Wolff2017-06-081-2/+2
* Fix tst_QFile for configurations without process supportOliver Wolff2017-05-311-0/+2
* Fix tests that assume system files are owned by root for qemuSami Nurmenniemi2017-04-264-2/+26
* QUrl: fix IDN conversion when the ACE form is invalidThiago Macieira2017-04-251-0/+25
* QUrl: fix IDN whitelist checking when the TLD is in UnicodeThiago Macieira2017-04-241-0/+8
* QLoggingRegistry: remove rules vectorMarc Mutz2017-04-211-15/+11
* Revert "Initialize QLoggingRegistry rules on first use, not qApp construction"Tor Arne Vestbø2017-04-191-16/+2
* Initialize QLoggingRegistry rules on first use, not qApp constructionTor Arne Vestbø2017-04-181-2/+16
* Merge remote-tracking branch 'origin/5.8' into 5.9Liang Qi2017-04-1810-1/+17
|\
| * Restore compatibility with Qt 5.7.0 and 5.6.1Thiago Macieira2017-04-1210-1/+17
* | Fix QDir::mkpath() when the path contains "symlink/../"Thiago Macieira2017-04-071-0/+52
* | QDataStream: add operator<< and >> for std::nullptr_tThiago Macieira2017-04-071-0/+28
* | Merge "Merge remote-tracking branch 'origin/5.8' into 5.9" into refs/staging/5.9Liang Qi2017-04-061-11/+30
|\ \
| * | Merge remote-tracking branch 'origin/5.8' into 5.9Liang Qi2017-04-061-11/+30
| |\|
| | * tst_largefile: fix the mapOffsetOverflow case to match actual behaviorThiago Macieira2017-03-311-11/+30
* | | Fix tst_QFile for qemuSami Nurmenniemi2017-04-062-0/+8
|/ /
* | tests: Unify license to GPL-EXCEPTKai Koehne2017-04-031-17/+9
* | Fix largefile tests on ARM and QEMU targetsSami Nurmenniemi2017-03-282-0/+8