summaryrefslogtreecommitdiffstats
path: root/tests/auto/corelib/io
Commit message (Expand)AuthorAgeFilesLines
* 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
* QDebug: add op<<(QByteArrayView)Karsten Heimrich2020-11-071-0/+43
* Forbid implicit conversions between QFuture and other typesSona Kurazyan2020-10-301-1/+1
* Remove usage of deprecated QStandardPaths::DataLocationKarsten Heimrich2020-10-231-2/+2
* Deprecate QVariant::TypeLars Knoll2020-10-231-5/+5
* Add function to access QLockFile's file nameShantanu Tushar2020-10-181-0/+1
* Fix warning: helper functions are only used on some platformsVolker Hilsheimer2020-10-161-2/+2
* qDebug: Avoid implicit QVariant conversionFabian Kosmale2020-10-131-0/+15
* Another round of replacing 0 with nullptrAllan Sandfeld Jensen2020-10-072-2/+2
* QUrl::fromLocalFile: accept invalid hostnamesThiago Macieira2020-10-051-0/+15
* tst_QUrl/Win: test QUrl::fromLocalFile with backslashesThiago Macieira2020-10-051-6/+17
* tst_QUrl: give the to/fromLocalFile test rows proper namesThiago Macieira2020-10-051-52/+60
* Properly deprecate QProcess::pidVolker Hilsheimer2020-10-012-2/+2
* CMake: Regenerate projects to use new qt_internal_ APIAlexandru Croitor2020-09-2370-110/+110
* CMake: Regenerate projectsAlexandru Croitor2020-09-221-3/+0
* CMake: Fix building with -DQT_FEATURE_gui=OFFAlex Richardson2020-09-1521-26/+156
* Fix compiler warnings about missing overridesLars Knoll2020-09-131-1/+1
* Remove most compiler warnings about missing overridesLars Knoll2020-09-116-59/+59
* Introduce QProcess::startCommand(QString, OpenMode)Joerg Bornemann2020-09-101-0/+15
* QProcess/Unix: introduce setChildProcessModifier()Thiago Macieira2020-09-081-28/+19
* QStandardPaths/Unix: improve the XDG_RUNTIME_DIR creation/detectionThiago Macieira2020-08-252-59/+204
* Implement QMetaType::canConvert() and use it in QVariantLars Knoll2020-08-241-1/+2
* Move QStringRef and remains to Qt5CompatKarsten Heimrich2020-08-201-43/+1
* Fix test with cmake buildLars Knoll2020-08-161-1/+1
* Constrain the data stream operators for containersLars Knoll2020-08-151-4/+6
* Constrain the debug stream operators for containersLars Knoll2020-08-151-0/+6
* QFileInfo: purge deprecated APIEdward Welbourne2020-08-071-7/+1
* Purge QResource of some deprecated APIEdward Welbourne2020-08-071-47/+1
* QDebug: add operator<<(const char16_t *)Thiago Macieira2020-08-041-0/+41