summaryrefslogtreecommitdiffstats
path: root/tests/auto/corelib/io/qtemporaryfile/tst_qtemporaryfile.cpp
Commit message (Expand)AuthorAgeFilesLines
* Tests: check the output of QFile::openGiuseppe D'Angelo2024-03-271-6/+6
* Change license for tests filesLucie Gérard2024-02-041-1/+1
* Exclude VxWorks from trash bin testsKrzysztof Sommerfeld2024-01-091-1/+1
* QTemporaryFile: Add support for std::filesystem::pathMårten Nordheim2023-10-091-0/+45
* QFile::moveToTrash: fix error reporting on WindowsVolker Hilsheimer2023-09-241-0/+50
* Q{Temporary,}File: make QStandardPaths use test modeThiago Macieira2023-09-231-3/+7
* tst_QTemporaryDir/File: compile with QT_NO_FOREACHAhmad Samir2023-08-191-4/+2
* tests/auto/*: port Q_FOREACH to ranged-forAhmad Samir2023-08-191-1/+2
* Mark all of Qt as free of Q_FOREACH, except where it isn'tMarc Mutz2023-08-191-0/+2
* Port from container.count()/length() to size()Marc Mutz2022-10-041-4/+4
* Use SPDX license identifiersLucie Gérard2022-05-161-28/+3
* Replace uses of _qs with _s in testsSona Kurazyan2022-04-071-5/+7
* QtBase: replace windows.h with qt_windows.hYuhang Zhao2021-11-231-1/+1
* Compile autotests for IntegrityTatiana Borisova2021-09-201-0/+4
* Remove conditioning on Android embeddedEdward Welbourne2021-09-171-7/+10
* QDirIterator: add nextFileInfo()Marc Mutz2021-07-281-3/+1
* Unify behavior for long path or UNC prefix removalKarsten Heimrich2021-06-051-3/+24
* Fix QSaveFile and QTemporaryFile issues with windows network sharesKarsten Heimrich2021-05-111-0/+6
* Replace QtTest headers with QTestDavid Skoland2020-12-221-1/+6
* Fix test with cmake buildLars Knoll2020-08-161-1/+1
* Remove winrtOliver Wolff2020-06-061-2/+2
* Get rid of some QTextCodec leftoversLars Knoll2020-05-141-1/+0
* QTemporaryFile/Linux: don't cut the root dir's slashThiago Macieira2020-04-081-0/+3
* Merge remote-tracking branch 'origin/5.13' into devLiang Qi2019-06-271-7/+1
|\
| * Android: don't run test function for fd leakage, make test passVolker Hilsheimer2019-06-191-7/+1
* | Make tst_QTemporaryFile::fileTemplate() more informative on failureEdward Welbourne2019-03-191-1/+1
|/
* QFile/QFileInfo: mark readLink() as deprecatedChristian Ehrlicher2019-01-231-1/+1
* Merge remote-tracking branch 'origin/5.9' into 5.11Liang Qi2018-02-141-4/+4
|\
| * Support for Q_OS_ANDROID_EMBEDDED and android-embedded build flagsOtto Ryynänen2018-01-201-4/+4
* | QTemporaryFile: fix issues with removing a file twiceThiago Macieira2017-11-231-2/+18
* | Merge remote-tracking branch 'origin/5.9' into 5.10Liang Qi2017-11-091-12/+4
|\|
| * testlib: start sharing common helper functionsGatis Paeglis2017-11-041-12/+4
* | QTemporaryFile: Add support for Linux's O_TMPFILEThiago Macieira2017-08-231-5/+76
* | Merge remote-tracking branch 'origin/5.9' into devLiang Qi2017-08-151-3/+6
|\|
| * Autotest: Fix test when running on a non-Unicode-capable localeThiago Macieira2017-08-121-3/+6
* | QTemporaryFile: fix the generation of names from templatesThiago Macieira2017-06-121-4/+0
|/
* Merge remote-tracking branch 'origin/5.7' into devEdward Welbourne2016-08-011-0/+41
|\
| * Merge remote-tracking branch 'origin/5.6' into 5.7Edward Welbourne2016-07-261-0/+41
| |\
| | * Fix QTemporaryDir to handle Unicode characters on WindowsFriedemann Kleint2016-07-201-0/+41
* | | Merge remote-tracking branch 'origin/5.7' into devLiang Qi2016-06-131-4/+4
|\| |
| * | Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-06-061-4/+4
| |\|
| | * tst_QTemporaryFile: Run in temporary directory.Friedemann Kleint2016-06-041-4/+4
* | | Merge remote-tracking branch 'origin/5.7' into devLiang Qi2016-04-051-4/+4
|\| |
| * | Remove the traces of the discontinued android-no-sdk platformEirik Aavitsland2016-03-301-4/+4
* | | QtCore: Remove Windows CE.Friedemann Kleint2016-03-301-9/+2
|/ /
* | tst_QTemporaryFile: test value of openMode() after open().David Faure2016-02-151-2/+3
* | Merge remote-tracking branch 'origin/5.6' into devLiang Qi2016-01-261-2/+12
|\|
| * winrt: msvc2015: refactor file handlingMaurice Kalinowski2016-01-211-2/+12
* | Updated license headersJani Heikkinen2016-01-211-17/+12
* | tests/corelib: Replace Q[TRY]_VERIFY(a == b) by Q[TRY]_COMPARE(a, b).Friedemann Kleint2015-08-191-1/+1
|/