summaryrefslogtreecommitdiffstats
path: root/tests/auto/corelib/io
Commit message (Expand)AuthorAgeFilesLines
* 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
* Fix QUrl::fromLocalFile with long path prefixKarsten Heimrich2021-05-191-0/+4
* tst_QFile: confirm behavior is the same on pipes and socketpairsThiago Macieira2021-05-181-2/+75
* Fix QSaveFile and QTemporaryFile issues with windows network sharesKarsten Heimrich2021-05-114-1/+28
* tst_QProcess: increase wait time and remove ill-advised QCOMPAREThiago Macieira2021-05-031-2/+1
* Fix warnings from deprecated posix functionsVolker Hilsheimer2021-04-282-4/+6
* Skip tst_QUrl::testThreading() under QEMUAndrei Golubev2021-04-272-0/+5
* Merge integration refs/builds/qtci/dev/1618515869Qt CI Bot2021-04-161-1/+3
|\
| * QWindowsPipe{Reader|Writer}: restructure signalsAlex Trotsenko2021-04-151-1/+3
* | Remove Qt dependency from some test helper executablesJoerg Bornemann2021-04-1517-186/+23
|/
* Disable security warnings from MSVC in testsVolker Hilsheimer2021-03-172-0/+4
* QProcess/Unix: remove outdated notices about use of posix_spawn() on QNXThiago Macieira2021-02-211-3/+0
* QProcess::startDetached/Unix: report which function failedThiago Macieira2021-02-211-0/+4
* QProcess::startDetached: set the error condition on failure to startThiago Macieira2021-02-211-0/+2
* QProcess::startDetached/Unix: move up the chdir() and remove qWarningThiago Macieira2021-02-181-0/+15
* tst_qprocess: enable test again for cross-compilationsSamuli Piippo2021-02-163-10/+1
* Move QEMU emulation detector to QTestSamuli Piippo2021-02-136-17/+11
* Split up the QMetaType unit testVolker Hilsheimer2021-02-091-1/+1
* tests: remove unnecessary skips for qemuSamuli Piippo2021-01-282-10/+0
* Android: skip tst_QFile::moveToTrash()Assam Boudjelthia2021-01-192-3/+3
* QSettings: Add support for QMetaType::FloatChristian Ehrlicher2021-01-154-0/+28
* Remove .prev_CMakeLists.txt filesJoerg Bornemann2021-01-1216-350/+0
* Android: exclude tst_QFile::moveToTrash on AndroidAssam Boudjelthia2021-01-111-0/+3
* Remove the qmake project filesJoerg Bornemann2021-01-0766-549/+0
* Fix minor errors in testsDavid Skoland2021-01-051-1/+1
* QProcess: allow pipelining for detached processesAlex Trotsenko2020-12-311-1/+5
* QProcess: allow merged channels forwarding for detached processesAlex Trotsenko2020-12-312-1/+5
* Replace QtTest headers with QTestDavid Skoland2020-12-2232-34/+82
* Tests: Fix building with qmake on WindowsFriedemann Kleint2020-12-176-6/+6
* tst_QFile: add a couple more sequential Unix device filesThiago Macieira2020-12-101-1/+10
* QUrl: fix parsing of empty IPv6 addressesThiago Macieira2020-12-091-0/+2
* tst_qstorageinfo: Test the copy ctorMårten Nordheim2020-12-031-0/+7
* QStandardPaths: Don't change permissions of XDG_RUNTIME_DIRAlexander Volkov2020-11-301-1/+7
* Android: exclude faulty qfilesystemwatcher testAssam Boudjelthia2020-11-253-2/+7
* tst_QProcess: fix compilation on WindowsAlex Trotsenko2020-11-221-0/+2
* QFileInfo: mark constructors as explicitGiuseppe D'Angelo2020-11-151-1/+1
* QChar: make construction from integral explicitGiuseppe D'Angelo2020-11-152-6/+6
* QDebug: add op<<(QUtf8StringView)Karsten Heimrich2020-11-071-0/+41