summaryrefslogtreecommitdiffstats
path: root/tests/auto/corelib/io
Commit message (Expand)AuthorAgeFilesLines
* tst_qstandardpaths: check the return value of QFile::openAhmad Samir2024-04-131-17/+30
* wasm: Add auto test for qfileEven Oscar Andersen2024-04-131-19/+39
* Tests: make some QFile::open calls failGiuseppe D'Angelo2024-04-132-4/+8
* Tests: check the output of QFile::openGiuseppe D'Angelo2024-03-278-38/+38
* QAbstractFileEngine: remove member FileTime and use QFile::FileTimeAhmad Samir2024-03-211-5/+5
* QFileSystemEngine: make factory functions return unique_ptr<QABFE>Ahmad Samir2024-03-214-26/+34
* tst_qdir: optimize setPath() testAhmad Samir2024-03-211-0/+1
* tst_qtemporarydir: refactor a testAhmad Samir2024-03-211-6/+8
* QAbstractFileEngineIterator: add `bool advance()` virtual methodAhmad Samir2024-03-201-10/+11
* tst_qdir: don't use the source dir for testingAhmad Samir2024-03-191-5/+25
* wasm: Add qdiriterator test + minor runtime fixesEven Oscar Andersen2024-03-191-4/+12
* QAbstractFileEngine: add a path parameter to beginEntryList()Ahmad Samir2024-03-173-6/+6
* QAbstractFileEngine: make {begin,end}EntryList() return a unique_ptrAhmad Samir2024-03-173-6/+9
* QDir{Iterator,Listing}: fix unittestAhmad Samir2024-03-162-12/+12
* wasm: Add corelib/io/largefileEven Oscar Andersen2024-03-161-5/+10
* QProcess/Unix: fix close() on invalid file descriptorThiago Macieira2024-03-121-5/+20
* tst_QStorageInfo: try harder to make the free space changeThiago Macieira2024-03-121-57/+71
* tst_qfile: fix GCC 13.2.1 compiler warning [-Wenum-compare]Ahmad Samir2024-03-121-3/+2
* QUrl: Use new comparison helper macrosRym Bouabid2024-03-061-8/+16
* Correct license for filesLucie Gérard2024-03-051-1/+1
* Add QDirListing, an STL-style iterator for directory entriesAhmad Samir2024-02-294-130/+105
* Copy QDirIterator.{cpp,h} to QDirListing.{cpp,h}Ahmad Samir2024-02-294-0/+678
* QUrlQuery: Use new comparison helper macrosRym Bouabid2024-02-232-6/+54
* QStorageInfo: Use new comparison helper macrosRym Bouabid2024-02-221-5/+12
* QProcessEnvironment: Use new comparison helper macrosRym Bouabid2024-02-222-6/+13
* QDir: Use QT_TEST_EQUALITY_OPS macro in unit-testsRym Bouabid2024-02-151-6/+2
* QFileInfo: Use new comparison helper macrosRym Bouabid2024-02-142-1/+9
* QFilesystemWatcher: speed up the unittestsAhmad Samir2024-02-141-26/+43
* QDir: Use new comparison helper macrosRym Bouabid2024-02-132-6/+15
* QUrl IDNA: Update to Unicode 15.1Ievgenii Meshcheriakov2024-02-082-16/+12
* unicode: Import version 15.1 (UCD version 32)Ievgenii Meshcheriakov2024-02-082-3008/+3041
* Remove extra semi-colonsTasuku Suzuki2024-02-061-1/+1
* tst_qdiriterator: add a test for QFsFileEngineIteratorAhmad Samir2024-02-041-0/+34
* Change license for tests filesLucie Gérard2024-02-0466-66/+66
* QDirIterator: don't create test dirs/files in the source dirAhmad Samir2024-02-011-33/+10
* tst_qdiriterator: cleanupAhmad Samir2024-01-311-5/+8
* Add VxWorks to skip condition when utimensat function is requiredKrzysztof Sommerfeld2024-01-241-1/+1
* QProcess: align treatment of early start errorsThiago Macieira2024-01-221-3/+87
* QProcess: use enum types in tests instead of plain intAhmad Samir2024-01-221-28/+27
* Fix some -Wunused-* warnings on MinGWMarc Mutz2024-01-101-0/+1
* Exclude VxWorks from trash bin testsKrzysztof Sommerfeld2024-01-092-4/+7
* Skip adding a test case for a native backend when QT_NO_INOTIFY is setŁukasz Matysiak2023-12-281-0/+2
* Tests: remove blacklisted CIs no longer availableChristian Ehrlicher2023-12-062-8/+0
* qDebug: add support for std::optional and std::nullopt_tDavid Faure2023-11-221-0/+23
* QStorageInfo/Linux: switch the non-Android version to also use statfs()Thiago Macieira2023-11-172-0/+5
* 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