summaryrefslogtreecommitdiffstats
path: root/tests/auto/corelib/io/qdir
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'origin/5.7' into devLiang Qi2016-06-132-30/+35
|\
| * Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-06-102-30/+35
| |\
| | * Re-enable tst_QDir on Windows.Friedemann Kleint2016-06-081-2/+0
| | * Rewrite test tst_QDir::cdBelowRoot() to be data-driven.Friedemann Kleint2016-06-081-28/+35
* | | Remove all code paths related to unsupported Apple platforms.Jake Petroules2016-06-041-16/+2
* | | Merge remote-tracking branch 'origin/5.7' into devLiang Qi2016-04-052-4/+4
|\| |
| * | Remove the traces of the discontinued android-no-sdk platformEirik Aavitsland2016-03-302-4/+4
* | | QtCore: Remove Windows CE.Friedemann Kleint2016-03-301-34/+9
|/ /
* | Merge remote-tracking branch 'origin/5.6' into devLiang Qi2016-01-262-11/+48
|\|
| * winrt: msvc2015: refactor file handlingMaurice Kalinowski2016-01-212-11/+49
* | Updated license headersJani Heikkinen2016-01-213-51/+36
* | tests/auto/corelib: Remove some placeholder formatting.Friedemann Kleint2015-10-221-1/+1
* | Merge remote-tracking branch 'origin/5.6' into devLiang Qi2015-10-141-26/+43
|\|
| * Improve messages in tst_qdir/tst_fileinfo/tst_qfiledialog2.Friedemann Kleint2015-09-301-24/+41
| * Tests: Always verify whether QTemporaryDir/File creation succeeded.Friedemann Kleint2015-09-281-2/+2
* | Tests: Fix single-character string literals.Friedemann Kleint2015-10-131-5/+5
* | Remove QT_DISABLE_DEPRECATED_BEFORE=0 from tests not using deprecated API.Friedemann Kleint2015-09-011-1/+0
* | tests/corelib: Replace Q[TRY]_VERIFY(a == b) by Q[TRY]_COMPARE(a, b).Friedemann Kleint2015-08-191-4/+4
|/
* Merge remote-tracking branch 'origin/5.5' into HEADSimon Hausmann2015-07-171-7/+8
|\
| * QDir::removeRecursively(): Retry file deletion with write permission set.Friedemann Kleint2015-07-171-7/+8
* | Merge remote-tracking branch 'origin/5.5' into devLiang Qi2015-07-011-4/+7
|\|
| * Make QDir::relativeFilePath() return "." for a path to itself.Christian Kandeler2015-06-241-4/+7
* | Blacklist and skip various tests that are flakeySimon Hausmann2015-06-141-0/+2
|/
* QDir: fix int overflowNikita Baryshnikov2015-04-201-0/+41
* Android: Fix tst_QDir::cdBelowRoot()Eskil Abrahamsen Blomfeldt2015-02-171-1/+5
* Haiku: Adapt tst_qdir unit test to HaikuTobias Koenig2015-02-121-0/+2
* Update copyright headersJani Heikkinen2015-02-113-21/+21
* Android: Fix QDir testsEskil Abrahamsen Blomfeldt2014-12-223-0/+77
* Refactored qt_normalizePathSegmentsOliver Wolff2014-09-251-4/+132
* Update license headers and add new license filesMatti Paaso2014-09-243-56/+32
* tst_qdir: Move QFINDTESTDATA() from init() to constructor.Friedemann Kleint2014-07-091-6/+16
* QDir: Do not assume that root ends with a slashOrgad Shaneh2014-01-221-0/+4
* Fix cd(), cdUp() QDir member functions docs regarding nonreadable dirsBartosz Brachaczek2014-01-201-0/+19
* fix QFileSystemEngine::createDirectory race conditionv5.1.0-rc1Shawn Rutledge2013-06-141-1/+17
* Fixed checking HOME variable return value using isEmpty()Pasi Petäjäjärvi2013-01-251-0/+8
* Update copyright year in Digia's license headersSergio Ahumada2013-01-183-3/+3
* test: Fix tst_QDir.equalityOperator()Sergio Ahumada2012-10-241-1/+1
* Test: remove QSKIP in tst_QDir::dotAndDotDotCaroline Chao2012-10-181-4/+5
* Change copyrights from Nokia to DigiaIikka Eklund2012-09-223-74/+74
* Set the Qt API level to compatibility mode in all tests.Thiago Macieira2012-08-012-0/+2
* Base 'FileSystem' test helper class on QTemporaryDir.Friedemann Kleint2012-07-261-16/+17
* Windows: Do not return short path names for QDir::tempPath().Friedemann Kleint2012-07-171-0/+2
* Removed CONFIG+=parallel_test from suspected parallel-unsafe testsRohan McGovern2012-05-221-1/+1
* Change remaining uses of {to,from}Ascii to {to,from}Latin1 [QtCore]Thiago Macieira2012-05-041-1/+1
* Fix MSVC warnings in tests.Friedemann Kleint2012-04-021-1/+1
* Changed qdir unittest remove() to check actual file removedKurt Korbatits2012-03-011-1/+2
* Fixed qdir unittest rename() test to skip if run as rootKurt Korbatits2012-03-011-0/+6
* Drop file-engine abstraction from public APIJoão Abecasis2012-02-222-1/+4
* Fixed qdir unittest to handle being run as rootKurt Korbatits2012-02-091-1/+12
* Don't allow cd'ing to above root.Jonas Gastal2012-02-071-0/+29