summaryrefslogtreecommitdiffstats
path: root/tests/auto/corelib/io
Commit message (Expand)AuthorAgeFilesLines
* QDir: Add support for setting directory permissions to mkdir()Ievgenii Meshcheriakov2021-11-261-0/+47
* QtBase: replace windows.h with qt_windows.hYuhang Zhao2021-11-234-4/+4
* Workaround MSVC 2022 bug about QString::replaceAndreas Buhr2021-11-101-2/+5
* Bump WINVER, _WIN32_WINNT and _WIN32_IE to _WIN32_WINNT_WIN10 (0x0A00)Yuhang Zhao2021-11-101-1/+1
* QProcess: Distinguish between null and empty QProcessEnvironmentIevgenii Meshcheriakov2021-11-071-0/+29
* tst_qfile: Remove unused methodsIevgenii Meshcheriakov2021-11-031-2/+0
* QAbstractFileEngine: Remove useless method overridesIevgenii Meshcheriakov2021-11-032-73/+0
* Rename LinkName to AbsoluteLinkTargetWang Fei2021-11-031-2/+2
* Make QDir::mkpath() return true when given an existing root pathKarsten Heimrich2021-10-201-4/+4
* Make QDir::mkpath() return true when given an existing drive nameKarsten Heimrich2021-10-201-0/+5
* Update UCD to Revision 28Ievgenii Meshcheriakov2021-10-182-186/+184
* Fix autotest public API compilation for INTEGRITYTatiana Borisova2021-10-151-4/+8
* Compile private Qt APIs autotests for INTEGRITYTatiana Borisova2021-10-051-2/+2
* Fix QDir::entryList to work for directories that end with '.lnk'Karsten Heimrich2021-09-304-3/+6
* Revert "QProcess: do not emit aboutToClose() twice"Alex Trotsenko2021-09-241-2/+0
* Compile autotests for IntegrityTatiana Borisova2021-09-207-2/+28
* QProcess: do not emit aboutToClose() twiceAlex Trotsenko2021-09-191-0/+2
* Remove conditioning on Android embeddedEdward Welbourne2021-09-1714-38/+47
* Add missing dependencies of tests on their helper programsEdward Welbourne2021-09-175-23/+37
* feat: add new interfaces for std::filesystem::pathJiDe Zhang2021-09-141-0/+18
* tests: Add test for UTS #46 implementation using Unicode dataIevgenii Meshcheriakov2021-09-014-0/+6506
* tst_qurl{,internal}: Use U+FB01 for normalization to ASCII test casesIevgenii Meshcheriakov2021-08-252-4/+6
* tst_qurlinternal: Remove testcases that use U+04CFIevgenii Meshcheriakov2021-08-251-6/+0
* tst_qurlinternal: Remove nameprep and STD3 rules testsIevgenii Meshcheriakov2021-08-251-325/+0
* tst_qurl: Make an invalid URL test compatible with UTS #46Ievgenii Meshcheriakov2021-08-251-3/+4
* Revive tst_qresourceengineJoerg Bornemann2021-08-245-3/+68
* Use a scope-guard to take care of process deletion in a testEdward Welbourne2021-08-171-6/+5
* tests: Remove unused SRCDIR definesIevgenii Meshcheriakov2021-08-171-2/+0
* QUrl: Improve Punycode overflow handlingIevgenii Meshcheriakov2021-08-161-2/+0
* QUrl: Fix handling of invalid sequences starting with xn--Ievgenii Meshcheriakov2021-08-111-1/+0
* tst_qurlinternal: Add another Punycode overflow testIevgenii Meshcheriakov2021-08-111-0/+4
* tst_qurlinternal: Use a lambda for bad IDN testsIevgenii Meshcheriakov2021-08-101-15/+13
* tst_qurlinternal: Add tests for punycode overflowIevgenii Meshcheriakov2021-08-101-0/+13
* QUrl: Fix Punycode handling for non-BMP codepointsIevgenii Meshcheriakov2021-08-101-1/+0
* tst_qurlinternal: Add a test for Punycode handling of non-BMP codepointsIevgenii Meshcheriakov2021-08-061-0/+4
* testlib: Deprecate QWARN() in favor of qWarning()Tor Arne Vestbø2021-08-043-10/+9
* QIODevice: rework validation policy for read() functionsAlex Trotsenko2021-08-011-0/+3
* QDirIterator: add nextFileInfo()Marc Mutz2021-07-284-26/+12
* QFileSelector: Preserve path to root directoryFabian Kosmale2021-07-211-0/+3
* macOS: Don't mangle QByteArray settings with @ prefix by decoding as UTF-8Tor Arne Vestbø2021-07-131-0/+4
* CMake: Remove the usage of QT_SOURCE_TREE from testsJoerg Bornemann2021-07-121-1/+2
* tst_QFile: fix GCC -Wignored-qualifiersMarc Mutz2021-07-091-2/+5
* Run tst_QIODevice::skip() on random-access deviceAlex Trotsenko2021-07-031-3/+4
* QLoggingSettingsParser: port setContent() to QStringViewMarc Mutz2021-06-161-15/+15
* tst_qsettings: reliably remove the empty.ini fileMarc Mutz2021-06-111-1/+2
* Implement QFileInfo::junctionTarget(), adjust auto-testKarsten Heimrich2021-06-051-3/+25
* Unify behavior for long path or UNC prefix removalKarsten Heimrich2021-06-055-7/+68
* Make bool isSymLink, isJunction inferred from resource.typeKarsten Heimrich2021-06-021-14/+16
* Refactor createSymbolicLink() and createNtfsJunction()Karsten Heimrich2021-06-021-29/+24
* Move createSymbolicLink() to the shared headerKarsten Heimrich2021-06-021-30/+5