summaryrefslogtreecommitdiffstats
path: root/tests/auto/corelib/io/qtemporaryfile/tst_qtemporaryfile.cpp
Commit message (Expand)AuthorAgeFilesLines
* Support for Q_OS_ANDROID_EMBEDDED and android-embedded build flagsOtto Ryynänen2018-01-201-4/+4
* testlib: start sharing common helper functionsGatis Paeglis2017-11-041-12/+4
* Autotest: Fix test when running on a non-Unicode-capable localeThiago Macieira2017-08-121-3/+6
* 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
|/
* Set the state of QTemporaryFileEngine properly prior to reopeningThiago Macieira2015-07-151-0/+1
* Update copyright headersJani Heikkinen2015-02-111-7/+7
* Android: Fix QTemporaryFile testsEskil Abrahamsen Blomfeldt2015-01-081-8/+37
* Android: Fix QTemporaryDir/File::nonWritableCurrentDir() testsEskil Abrahamsen Blomfeldt2014-12-221-0/+5
* Update license headers and add new license filesMatti Paaso2014-09-241-18/+10
* Reduce repetitive invocations of QFINDTESTDATA.Friedemann Kleint2014-07-101-4/+8
* Ensure that QTemporaryFile clears all file mappings.Friedemann Kleint2014-07-031-0/+5
* WinRT: Fix various test compilationsAndrew Knight2013-10-021-2/+2
* Ensure QTemporaryFile can create files when an identical dir exists.Mitch Curtis2013-03-231-0/+35
* Update copyright year in Digia's license headersSergio Ahumada2013-01-181-1/+1
* Rename createLocalFile to createNativeFile & deprecate createLocalFileAndy Shaw2012-10-021-1/+37
* Change copyrights from Nokia to DigiaIikka Eklund2012-09-221-24/+24
* Fix QTemporaryFile::open() failing after remove().Mitch Curtis2012-06-051-0/+20
* Remove "All rights reserved" line from license headers.Jason McDonald2012-01-301-1/+1
* Update contact information in license headers.Jason McDonald2012-01-231-1/+1
* Added check to qtemporaryfile unittest if run as root userKurt Korbatits2012-01-171-0/+3
* Update copyright year in license headers.Jason McDonald2012-01-051-1/+1
* Fixes for tst_QTemporary(File|Dir)::nonWritableCurrentDirJoão Abecasis2011-12-091-3/+2
* Improve/cleanup qtemporarydir (and qtemporaryfile) unit testsDavid Faure2011-12-081-2/+10
* Remove TESTED_CLASS/TESTED_FILES comments from tests.Jason McDonald2011-12-061-3/+0
* Fixed installation of corelib testsRohan McGovern2011-12-011-1/+1
* Cleanup corelib autotestsJason McDonald2011-11-101-31/+29
* Cleanup corelib autotestsJason McDonald2011-11-071-30/+0
* Fix QTemporaryFile regressions and new found issuesJoão Abecasis2011-10-211-0/+2
* Atomic implementation of create file and obtain handle for Win/SymbianJoão Abecasis2011-10-211-11/+20
* Remove Symbian-specific code from tests.Jason McDonald2011-09-291-6/+2
* QTemporaryFile: Test what happens if current dir isn't writable.David Faure2011-09-281-0/+17
* QTemporaryFile: use QCoreApplication::applicationName() as base filenameDavid Faure2011-09-281-1/+3
* Moving relevant tests to corelib/ioHolger Ihrig2011-08-311-0/+729