summaryrefslogtreecommitdiffstats
path: root/tests/auto/corelib/io
Commit message (Expand)AuthorAgeFilesLines
* QBuffer: fail early in seek() beyond QByteArray's max capacityMarc Mutz2022-04-131-0/+24
* tst_QIODevice: fix UB (precondition violation) in SequentialReadBuffer::readD...Marc Mutz2022-03-161-3/+6
* Rewrite tst_qdataurl as a data-driven testMarc Mutz2022-03-141-30/+32
* QProcess/Unix: ensure we don't accidentally execute something from CWDThiago Macieira2022-02-281-1/+92
* Update public suffix listIevgenii Meshcheriakov2022-02-181-1/+1
* Blacklist tst_QFileSystemWatcher::signalsEmittedAfterFileMoved on all Windows...Ivan Solovev2022-01-311-2/+1
* Use a scope-guard to take care of process deletion in a testEdward Welbourne2021-08-191-6/+5
* macOS: Don't mangle QByteArray settings with @ prefix by decoding as UTF-8Tor Arne Vestbø2021-07-121-0/+4
* Fix QUrl::fromLocalFile with long path prefixKarsten Heimrich2021-05-251-0/+4
* QUrl: fix parsing of empty IPv6 addressesThiago Macieira2020-12-101-0/+2
* QStandardPaths: Don't change permissions of XDG_RUNTIME_DIRAlexander Volkov2020-11-301-1/+7
* QUrl::fromLocalFile: accept invalid hostnamesThiago Macieira2020-10-081-0/+15
* tst_QUrl/Win: test QUrl::fromLocalFile with backslashesThiago Macieira2020-10-081-6/+17
* tst_QUrl: give the to/fromLocalFile test rows proper namesThiago Macieira2020-10-081-52/+60
* Properly deprecate QProcess::pidVolker Hilsheimer2020-10-012-2/+2
* QStandardPaths/Unix: improve the XDG_RUNTIME_DIR creation/detectionThiago Macieira2020-08-272-59/+203
* Tests: Use QVERIFY instead of QCOMPARE for empty listsFriedemann Kleint2020-07-141-1/+1
* Fix QUrl::toDisplayString(PreferLocalFile) returning an encoded pathDavid Faure2020-07-021-0/+28
* Deprecate QByteArray's methods taking QStringSona Kurazyan2020-06-241-0/+2
* tst_QProcess: create a more reliable crashingThiago Macieira2020-05-211-6/+25
* tst_QResourceEngine: fix the order of arguments to QCOMPAREThiago Macieira2020-05-201-2/+2
* Handle disk full situations by skipping QFile::moveToTrash testVolker Hilsheimer2020-05-191-3/+9
* QFile::moveToTrash: work with relative file paths on WindowsVolker Hilsheimer2020-05-191-8/+12
* tst_QFileInfo: fix running with systems without /etc/passwdThiago Macieira2020-04-091-4/+5
* tst_QSaveFile: skip test that fails when run as rootThiago Macieira2020-04-081-0/+4
* QTemporaryFile/Linux: don't cut the root dir's slashThiago Macieira2020-04-081-0/+3
* forkfd: fix forkfd_wait when FFD_USE_FORK was activeThiago Macieira2020-03-251-2/+54
* QLoggingRegistry: use QStringView/QLatin1String moreMarc Mutz2020-03-051-2/+5
* Core: Use Qt::SplitBehavior in preference to QString::SplitBehaviorEdward Welbourne2020-02-283-5/+5
* Merge remote-tracking branch 'origin/5.14' into 5.15Qt Forward Merge Bot2020-02-261-2/+3
|\
| * tst_QSettings: Fix leaking registry keyFriedemann Kleint2020-02-251-2/+3
* | On Windows 7, fall back to SHFileOperation to avoid confirmation dialogsVolker Hilsheimer2020-02-071-3/+0
* | Add QFile::moveToTrash, which moves a file to the trashVolker Hilsheimer2020-02-051-0/+143
* | Address failing test case for internal implementation of moveToTrashVolker Hilsheimer2020-02-042-174/+0
* | Implement moving of a single file system entry to the trashVolker Hilsheimer2020-01-302-0/+174
* | QResource: Add API to get the decompressed contentThiago Macieira2020-01-157-4/+95
* | Merge remote-tracking branch 'origin/5.14' into 5.15Qt Forward Merge Bot2020-01-131-0/+28
|\|
| * QFileSystemWatcher/win: watch also for attribute changes of directoriesChristian Ehrlicher2020-01-101-0/+28
* | Merge remote-tracking branch 'origin/5.14' into 5.15Liang Qi2020-01-091-2/+2
|\|
| * Fix encoding inconsistency between tst_QNoDebug and QTestLogEdward Welbourne2020-01-091-2/+2
* | MIME: Make the internal database direct content, not a Qt resourceThiago Macieira2019-12-101-15/+5
* | Avoid initializing QFlags with 0 or nullptr in testsFriedemann Kleint2019-11-264-12/+12
* | Deprecate constructing QFlags from a pointerAllan Sandfeld Jensen2019-11-202-3/+3
* | Make Qt aware of NTFS Junctions on WindowsRyan Chu2019-11-091-11/+14
|/
* QFileSystemEngine: Consistently check for invalid file namesUlf Hermann2019-10-241-0/+4
* Merge remote-tracking branch 'origin/5.13' into 5.14Qt Forward Merge Bot2019-10-241-14/+20
|\
| * QStandardPaths: Correct handling for XDG_RUNTIME_DIRSamuli Piippo2019-10-121-14/+20
* | Win32: Consolidate registry codeFriedemann Kleint2019-10-142-41/+20
* | Remove CFBundleGetInfoString from Info.plist templatesTor Arne Vestbø2019-10-041-2/+0
* | Disable debug-and-release builds for MinGWSimon Hausmann2019-09-181-1/+1