summaryrefslogtreecommitdiffstats
path: root/tests/auto/corelib/io/qfileinfo/tst_qfileinfo.cpp
Commit message (Expand)AuthorAgeFilesLines
* Support for Q_OS_ANDROID_EMBEDDED and android-embedded build flagsOtto Ryynänen2018-01-201-2/+2
* Fix source code file permissionsSimon Hausmann2018-01-021-0/+0
* Use AccessCheck for current user effective file permissionsDyami Caliri2017-12-211-6/+19
* Fix resolution of relative links on WindowsOrgad Shaneh2017-09-041-3/+9
* Fix resolution of relative symlinks from relative path on unixOrgad Shaneh2017-08-271-0/+7
* Use QT_CONFIG(library) instead of QT_NO_LIBRARYUlf Hermann2017-03-061-1/+0
* Merge remote-tracking branch 'origin/5.7' into 5.8Liang Qi2016-11-011-0/+13
|\
| * Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-10-221-0/+13
| |\
| | * Normalize realpath(3) output to composed formErik Verbruggen2016-10-211-0/+13
* | | Fix/adapt the uses of {to,set,from}Time_t in the qtbase source codeThiago Macieira2016-07-061-1/+1
* | | Merge remote-tracking branch 'origin/5.7' into devLiang Qi2016-04-051-2/+2
|\| |
| * | Remove the traces of the discontinued android-no-sdk platformEirik Aavitsland2016-03-301-2/+2
* | | QtCore: Remove Windows CE.Friedemann Kleint2016-03-301-64/+31
|/ /
* | Merge remote-tracking branch 'origin/5.6' into devLiang Qi2016-01-261-10/+19
|\|
| * winrt: msvc2015: refactor file handlingMaurice Kalinowski2016-01-211-10/+19
* | Updated license headersJani Heikkinen2016-01-211-17/+12
* | Merge remote-tracking branch 'origin/5.6' into devLiang Qi2015-10-141-33/+65
|\|
| * Improve messages in tst_qdir/tst_fileinfo/tst_qfiledialog2.Friedemann Kleint2015-09-301-31/+63
| * Tests: Always verify whether QTemporaryDir/File creation succeeded.Friedemann Kleint2015-09-281-2/+2
* | Tests: Fix single-character string literals.Friedemann Kleint2015-10-131-1/+1
* | tests/corelib: Replace Q[TRY]_VERIFY(a == b) by Q[TRY]_COMPARE(a, b).Friedemann Kleint2015-08-191-1/+1
|/
* Merge remote-tracking branch 'origin/5.5' into devFrederik Gladhorn2015-08-061-1/+7
|\
| * Seed the random number generator before using QTemporaryDirThiago Macieira2015-08-061-1/+7
* | Add QTemporaryDir::errorString()Thiago Macieira2015-07-171-1/+2
|/
* Replace MAC OS X with OS XNico Vertriest2015-06-301-1/+1
* Merge remote-tracking branch 'origin/5.5.0' into 5.5Liang Qi2015-06-271-7/+8
|\
| * QTest: Make qExtractTestData() return the created QTemporaryDirv5.5.0-rc1Marc Mutz2015-06-141-7/+8
* | Fix leaking of link in tst_QFileInfo::canonicalFilePath().Friedemann Kleint2015-06-101-6/+20
|/
* Skip instead of entirely excluding tests with disabled featuresMarko Kangas2015-03-161-4/+6
* Use qrc for test data in QFileInfo test on all platformsEskil Abrahamsen Blomfeldt2015-02-181-28/+11
* Android: Fix tst_QFileInfo::isExecutable()Eskil Abrahamsen Blomfeldt2015-02-171-1/+5
* Update copyright headersJani Heikkinen2015-02-111-7/+7
* Android: Fix test failure for test QFileInfo::lastRead()Eskil Abrahamsen Blomfeldt2014-12-221-0/+4
* Android: Fix QFileInfo testsEskil Abrahamsen Blomfeldt2014-12-221-1/+24
* Update license headers and add new license filesMatti Paaso2014-09-241-19/+11
* QSettings: use QSaveFile and QLockFile to write the settingsOlivier Goffart2014-07-241-3/+73
* QNX: Fix tst_qfileinfoBernd Weimer2014-05-141-6/+3
* Disable UNC tests on WinRT.Janne Anttila2014-03-141-2/+2
* Revert path() behavior to not expand a current path on a driveAndy Shaw2014-03-041-1/+1
* WinRT: Fix various test compilationsAndrew Knight2013-10-021-8/+8
* Add a static QFileInfo::exists(fileName) functionhjk2013-09-131-0/+1
* Improve tst_QFileInfo::compare() test, but mark as QEXPECT_FAIL on MacTor Arne Vestbø2013-08-071-11/+6
* tst_qfileinfo: Fix invalid preprocessor directive.Friedemann Kleint2013-02-261-1/+1
* Fix QFileInfo autotest for VxWorks.Pasi Petäjäjärvi2013-02-191-4/+10
* Fix warning about redefinition of _WIN32_WINNT.Friedemann Kleint2013-01-281-1/+0
* Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2013-01-221-1/+1
|\
| * Update copyright year in Digia's license headersSergio Ahumada2013-01-181-1/+1
* | Fix cleanup of temporary files in test of QFileInfo.Friedemann Kleint2013-01-221-25/+24
* | Reduce invocations of QFINDTESTDATA in tst_qfileinfo.Friedemann Kleint2013-01-211-31/+47
* | Fix temporary file leak in tst_qfileinfo.Friedemann Kleint2013-01-211-4/+3
|/