summaryrefslogtreecommitdiffstats
path: root/tests/auto/corelib/io
Commit message (Expand)AuthorAgeFilesLines
* Fix tst_qfilesystementry in unity buildAmir Masoud Abdol2023-03-152-3/+2
* QLockFile: tryLock(): use chrono firstAhmad Samir2023-03-141-8/+10
* Use qt_internal_add_executable in auto testsAmir Masoud Abdol2023-03-1417-19/+94
* QThread: add sleep(std::chrono::nanoseconds) overloadAhmad Samir2023-03-132-2/+2
* Silence warning about unsafe sprintf, use snprintf insteadVolker Hilsheimer2023-03-061-1/+1
* Use utimensat instead of utimesAhmad Samir2023-03-031-6/+9
* QDebug: fix std::string/view stream operators; add u8 versionsMarc Mutz2023-03-021-4/+83
* tests: Remove remains of qmake conversion from CMakeLists.txt filesFriedemann Kleint2023-02-1737-87/+3
* QFileSystemWatcher/Win: remove the pre-QFileInfo path normalizationThiago Macieira2023-02-141-2/+16
* Deprecate usage of qt_ntfs_permission_lookupMate Barany2023-02-141-0/+7
* QDir: use QCollator when doing locale-aware sortingAhmad Samir2023-02-101-0/+6
* Avoid potential data races caused by qt_ntfs_permission_lookupMate Barany2023-02-083-19/+19
* QStandardPaths/unix: ignore relative paths in all $XDG_* env varsAhmad Samir2023-02-011-0/+27
* tst_QUrlQuery: fix Clang 15 -Wself-moveMarc Mutz2023-01-231-2/+8
* tst_QUrlQuery: replace a few QVERIFY(~~ != ~~) with QCOMPARE_NEThiago Macieira2023-01-201-4/+4
* QUrlQuery: add missing move constructorThiago Macieira2023-01-201-0/+24
* QUrlQuery: fix operator== for emptied object caseThiago Macieira2023-01-201-0/+6
* QUrl: restore empty-but-not-null for components that are presentThiago Macieira2023-01-171-39/+43
* Give tst_QStorageInfo a QCOMPARE_op() makeoverEdward Welbourne2023-01-131-11/+11
* QFileInfo: use currentDateTimeUtc()Ahmad Samir2023-01-061-4/+4
* Use QFileInfo's file times in UTC for file timestampsAhmad Samir2023-01-042-22/+22
* Add QFileInfo::readSymLink() to read the raw link pathWang Fei2022-12-232-0/+18
* Autoclose a FILE* if we open itVille Voutilainen2022-12-191-9/+1
* CMake: Allow contents of resources to be replaced by empty filesUlf Hermann2022-12-173-0/+22
* Skip QProcess tests when run under ASanVille Voutilainen2022-12-161-0/+3
* QBuffer: test and document open() behaviorMarc Mutz2022-12-141-0/+24
* Adapt corelib to use QTimeZone in place of Qt::TimeSpecEdward Welbourne2022-12-092-3/+4
* QMessageLogger: make qFatal categorized and streamableGiuseppe D'Angelo2022-12-051-0/+17
* Port from container::count() and length() to size() - V5Marc Mutz2022-11-0310-100/+100
* QFileInfo: add unittest for setFileTime()Ahmad Samir2022-11-011-0/+16
* tst_QFile: remove unused variable on WindowsThiago Macieira2022-10-251-1/+0
* QFile: remove unconditional QTest::qWait callsAhmad Samir2022-10-251-2/+0
* Autotest/Unix: request zero-sized core dumps for crashing codeThiago Macieira2022-10-141-0/+16
* Update UCD to Revision 30Ievgenii Meshcheriakov2022-10-111-4999/+4999
* tst_QResourceEngine::checkStructure(): fix name of some data rowsEdward Welbourne2022-10-111-1/+1
* tst_QUrl::fromUserInput(): distinguish to data rows by name tagEdward Welbourne2022-10-111-2/+4
* tst_QUrl: distinguish two ipvfuture test-case data tagsEdward Welbourne2022-10-111-2/+2
* tst_QUrlQuery: remove duplicate of reconstructQuery data rowEdward Welbourne2022-10-111-2/+1
* tst_QFile: distinguish invalid from valid in mapResource data-tagsEdward Welbourne2022-10-111-4/+6
* tst_qurluts46: Support \u escapes in the test dataIevgenii Meshcheriakov2022-10-061-1/+30
* Port from container.count()/length() to size()Marc Mutz2022-10-0413-27/+27
* QDebug: Support standard strings and string views directlyVille Voutilainen2022-09-271-0/+256
* tst_qprocess: remove unused loop counterJohannes Kauffmann2022-09-201-2/+0
* tst_QFile::setPermissions/Unix: test both chmod() and fchmod()Thiago Macieira2022-09-161-1/+12
* tst_QFile::setPermissions: add QScopeGuard to remove temporary fileThiago Macieira2022-09-161-2/+3
* QFileDevice: clear cached permissions on setPermission()Thiago Macieira2022-09-161-0/+6
* Guard windows-specific includes with Q_OS_WINAlexey Edelev2022-09-071-0/+3
* RCC: fix zlib compression when --no-zstd was specifiedThiago Macieira2022-08-311-1/+11
* Add QComHelper class for dealing with COM on WindowsTor Arne Vestbø2022-08-291-9/+2
* QtBase tests: remove QT_DISABLE_DEPRECATED_UP_TO definesIvan Solovev2022-08-242-5/+0