summaryrefslogtreecommitdiffstats
path: root/tests/auto/corelib/io
Commit message (Expand)AuthorAgeFilesLines
* QSettings: port key processing to QAnyStringViewMarc Mutz2022-03-191-15/+12
* Enable move semantics for QTemporaryDirLuca Di Sera2022-03-181-0/+55
* Tests: Do not depend on transitive includesFabian Kosmale2022-03-174-0/+8
* qDecodeDataUrl(): treat ";base64" marker as case-insensitiveMarc Mutz2022-03-111-0/+2
* Do not assume implicit string-ish → QColor conversionMarc Mutz2022-03-111-1/+1
* Rewrite tst_qdataurl as a data-driven testMarc Mutz2022-03-111-30/+34
* Add QFileInfo::isAlias() to reflect whether the file is a macOS aliasTor Arne Vestbø2022-03-062-0/+62
* QSettings: support reading UTF-8 keys in INI filesIvan Solovev2022-03-024-0/+62
* Repair tst_qfileinfo on AndroidAndreas Buhr2022-02-161-1/+8
* Cleanup tests that add test data to resources explicitlyAlexey Edelev2022-02-112-40/+0
* CMake: Add BUILTIN_TESTDATA option to qt_internal_add_testAlexey Edelev2022-02-112-30/+20
* QProcess/Unix: ensure we don't accidentally execute something from CWDThiago Macieira2022-02-091-1/+92
* tst_qresourceengine: use QFINDTESTDATA() to find correct pathJanne Juntunen2022-02-041-1/+1
* Blacklist tst_QFileSystemWatcher::signalsEmittedAfterFileMoved on all Windows...Ivan Solovev2022-01-311-2/+1
* Remove unused .qrc filesJoerg Bornemann2022-01-179-103/+0
* Exclude filesystem autotests for INTEGRITYTatiana Borisova2021-12-301-0/+4
* Windows: Fix handling of childGroups() when fallbacks are disabledJeremie Graulle2021-12-271-0/+10
* tst_QIODevice: fix UB (precondition violation) in SequentialReadBuffer::readD...Marc Mutz2021-12-161-3/+6
* QNX: Cannot handle threads in given timePasi Petäjäjärvi2021-12-121-0/+4
* QNX: inotify is supported, so enable testsPasi Petäjäjärvi2021-12-121-3/+3
* QNX: Skip failing testPasi Petäjäjärvi2021-12-121-0/+3
* QNX: Remove not supported testcasePasi Petäjäjärvi2021-12-121-1/+3
* QNX: Limit maximum largefile sizePasi Petäjäjärvi2021-12-121-1/+6
* QNX: Successful check depends on user running testPasi Petäjäjärvi2021-12-121-1/+1
* QFile: Add open() overload that accepts permissions argumentIevgenii Meshcheriakov2021-12-041-0/+52
* QAbstractFileEngine: Add permission argument to open()Ievgenii Meshcheriakov2021-12-041-1/+3
* 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