summaryrefslogtreecommitdiffstats
path: root/tests/auto/corelib/io
Commit message (Expand)AuthorAgeFilesLines
...
* tests: skip setPermissions test if running as rootSamuli Piippo2023-11-031-2/+3
* Blacklist tst_QTemporaryDir::QTBUG43352_failedSetPermissions on macOS 14 ARMTor Arne Vestbø2023-10-301-0/+2
* QStorageInfo/Linux: rewrite the label retriever to use device IDsThiago Macieira2023-10-211-0/+17
* tst_QStorageInfo: make storageList() test table-drivenThiago Macieira2023-10-211-2/+20
* tst_QProcess::startStopStartStopBuffers: depend less on OS configurationThiago Macieira2023-10-181-8/+13
* tst_QStorageInfo::{tempFile,caching}: change APFS from XFAIL to SKIPThiago Macieira2023-10-181-7/+7
* tst_QStorageInfo::{tempFile,caching}: try a to find a non-btrfs storageThiago Macieira2023-10-181-8/+35
* Make WASM IDB settings use the fallback mechanism correctlyMikolaj Boc2023-10-181-0/+10
* moveToTrash/Unix: refactor to use openat()/mkdirat()/renameat()Thiago Macieira2023-10-171-1/+0
* moveToTrash/Unix: use lower-level API to write the info fileThiago Macieira2023-10-171-1/+15
* tst_QFile::moveToTrash: add tests for /var/tmpThiago Macieira2023-10-151-0/+8
* tst_QFile::moveToTrash: use QDir::tempPath() for the rows w/ "temporary"Thiago Macieira2023-10-161-2/+2
* tst_QFile::moveToTrash: avoid QSKIP+FAIL conditionThiago Macieira2023-10-151-0/+2
* QTemporaryFile: Add support for std::filesystem::pathMårten Nordheim2023-10-091-0/+45
* tst_QFile: extend moveToTrash tests to exercise more corner casesThiago Macieira2023-10-061-0/+110
* tst_QFile: extend virtualFile() to find QtCore and QtTestThiago Macieira2023-10-041-0/+22
* QFile::moveToTrash: fix error reporting on WindowsVolker Hilsheimer2023-09-242-0/+132
* tst_QFile::moveToTrash: include the test name in the tempfile templatesThiago Macieira2023-09-231-5/+5
* Q{Temporary,}File: make QStandardPaths use test modeThiago Macieira2023-09-232-6/+13
* Fix undeclared identifier 'geteuid' for VxWorksMarcin Zdunek2023-09-121-2/+2
* QProcess: remove a XFAIL for QNXGiuseppe D'Angelo2023-09-081-4/+0
* Add StateLocation & GenericStateLocation to StandardLocationJonathan Ketchker2023-09-071-4/+40
* tst_QFileInfo: don't trigger libstdc++ std::filesystem bugThiago Macieira2023-09-011-0/+3
* tst_QFileInfo: replace a portion of a macro with a lambdaThiago Macieira2023-09-011-6/+8
* tst_QFileInfo::stdfilesystem: add extra Unicode string testsThiago Macieira2023-09-011-0/+12
* Main thread-proxy localStorage oprations in native WASM QSettingsMikolaj Boc2023-08-281-0/+21
* tst_QFile: extend virtualFile() to test in unbuffered mode tooThiago Macieira2023-08-251-1/+11
* tst_QFile: update virtualFile() to check if readLine() reads allThiago Macieira2023-08-251-11/+39
* QFile: add decodeName() unittestsAhmad Samir2023-08-221-1/+36
* Make IDB settings work sync with JSPIMikolaj Boc2023-08-211-2/+6
* tst_QTemporaryDir/File: compile with QT_NO_FOREACHAhmad Samir2023-08-192-8/+4
* tst_QStorageInfo: compile with QT_NO_FOREACHAhmad Samir2023-08-191-3/+1
* tests/auto/*: port Q_FOREACH to ranged-for, make container constAhmad Samir2023-08-191-5/+8
* tests/auto/: port Q_FOREACH to ranged-for, local const containersAhmad Samir2023-08-192-7/+3
* tests/auto/*: port Q_FOREACH to ranged-forAhmad Samir2023-08-196-12/+13
* tst_QDirIterator: build with QT_NO_FOREACHAhmad Samir2023-08-191-6/+4
* tst_QDir: compile with QT_NO_FOREACHAhmad Samir2023-08-191-8/+6
* tst_QDir: port Q_FOREACH with QList::removeIfAhmad Samir2023-08-191-10/+5
* tst_QAbstractFileEngine: compile with QT_NO_FOREACHAhmad Samir2023-08-191-4/+4
* Mark all of Qt as free of Q_FOREACH, except where it isn'tMarc Mutz2023-08-1912-0/+22
* Add a special testcase for IndexedDB settings onlyMikolaj Boc2023-08-161-1/+73
* tst_QFile: restrict to running on LinuxThiago Macieira2023-08-031-10/+3
* Make more of tst_settings pass on WASMMikolaj Boc2023-08-021-5/+24
* cmake: Enable Objective-C++ language for standalone test projectsTor Arne Vestbø2023-08-012-0/+2
* Socketpair is not supported on VxworksMarcin Zdunek2023-07-271-0/+4
* QProcess/Unix: add a simple way to reset the UID and GID for the childThiago Macieira2023-07-082-0/+14
* QProcess/Unix: add a few, basic session & terminal management flagsThiago Macieira2023-07-082-0/+60
* QProcess on QNX: only expect failure if there is oneVolker Hilsheimer2023-07-091-2/+4
* CMake: Make corelib tests standalone projectsAlexandru Croitor2023-07-0534-2/+200
* QDebug: add getter/setter for noQuotesMarc Mutz2023-07-051-1/+7