summaryrefslogtreecommitdiffstats
path: root/tests/auto/corelib/io/qfile
Commit message (Expand)AuthorAgeFilesLines
* Enable qfile tests for platforms without networkMaurice Kalinowski2013-11-112-3/+6
* WinRT: Fix various test compilationsAndrew Knight2013-10-022-6/+16
* Fix tst_QFile::caseSensitivity on OS XTor Arne Vestbø2013-08-051-1/+4
* Unix: fix tst_QFile when run as rootRafael Roquetto2013-06-071-0/+7
* Fix tst_qfile build for WEC7.Janne Anttila2013-04-171-1/+3
* Whitespace cleanup: remove trailing whitespaceAxel Waggershauser2013-03-162-4/+4
* Compile fix when fileno does not return intPaul Olav Tvete2013-03-121-1/+1
* Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2013-03-051-0/+6
|\
| * Fix qfile autotest on qnxFabian Bumberger2013-02-251-0/+6
* | tst_qfile: remove unused variableDavid Faure2013-02-271-5/+0
* | Fix QFile autotest for VxWorksPasi Petäjäjärvi2013-02-191-2/+12
|/
* Fix minor typos in docs, printed messages & commentsSze Howe Koh2013-01-281-1/+1
* Update copyright year in Digia's license headersSergio Ahumada2013-01-182-2/+2
* Fix renaming of files that differ only in case.Friedemann Kleint2013-01-151-2/+8
* Improve auto-test of QFile.Friedemann Kleint2012-12-011-158/+166
* Fix qfile:invalidFile() test.Friedemann Kleint2012-10-291-4/+33
* Test: remove QSKIP in tst_fileCaroline Chao2012-10-181-7/+10
* tst_qfile: remove QSKIP's -> omit whole test cases insteadSergey Hambardzumyan2012-10-151-32/+14
* remove no-op test from tst_qfileJoerg Bornemann2012-09-271-23/+0
* Test: tst_QFile::writeLargeDataBlock() unstable failure as XFAILCaroline Chao2012-09-261-2/+10
* Test: tst_QFile::writeLargeDataBlock() unstable failure as XFAILCaroline Chao2012-09-251-1/+1
* Test: Enabled tst_QFile::invalidFileCaroline Chao2012-09-241-2/+1
* Change copyrights from Nokia to DigiaIikka Eklund2012-09-222-48/+48
* tests: Don't omit the body of a test function with QT_BUILD_INTERNALSergio Ahumada2012-09-141-4/+4
* test: Mark tst_QFile::writeLargeDataBlock() unstable failure as XFAILSergio Ahumada2012-08-311-1/+11
* Set the Qt API level to compatibility mode in all tests.Thiago Macieira2012-08-012-0/+2
* Fixed several unit tests to work in shadow buildsKurt Korbatits2012-06-291-0/+1
* Fix QIODevice warning when running rcc.Mitch Curtis2012-06-261-0/+44
* Fix qfile autotest build for WEC7Janne Anttila2012-06-212-3/+5
* Fix tst_qfile opening of stdin/out/err: don't assumeThiago Macieira2012-06-181-29/+38
* Marked tst_qfile as parallel-safeRohan McGovern2012-05-311-0/+1
* Fix QFile::permissions for long filenamesShane Kearns2012-05-161-7/+59
* Change remaining uses of {to,from}Ascii to {to,from}Latin1 [QtCore]Thiago Macieira2012-05-041-2/+2
* Do not ignore tests/auto/corelib/io/qfile on Mac OS XBradley T. Hughes2012-04-121-2/+0
* Drop file-engine abstraction from public APIJoão Abecasis2012-02-222-5/+15
* Fixed tst_QFile when redirecting stdin/stdout/stderr to/from files.Rohan McGovern2012-02-161-3/+6
* Fixed qfile unittest rename() failing as rootKurt Korbatits2012-02-091-0/+7
* Fix QFile autotest not to require elevated privilege to passShane Kearns2012-02-071-3/+13
* Fixed qfile unittest on windowsKurt Korbatits2012-02-022-14/+7
* Remove "All rights reserved" line from license headers.Jason McDonald2012-01-302-2/+2
* Update contact information in license headers.Jason McDonald2012-01-232-2/+2
* Moved largefile unittest to same level as qfile.Kurt Korbatits2012-01-163-544/+0
* Changed unittests in corelib to use specific headers instead of super-headers.Kurt Korbatits2012-01-161-1/+2
* Update copyright year in license headers.Jason McDonald2012-01-053-3/+3
* Use true and false in preference to TRUE and FALSE in tests.Jason McDonald2012-01-031-12/+12
* Cleanup corelib autotests.Jason McDonald2011-12-281-2/+3
* Reimplement QAbstractFileEngine::open() properlyBradley T. Hughes2011-12-211-1/+1
* Fix qfile unit test failing on shadow build.Kurt Korbatits2011-12-131-3/+3
* Promote openStandardStreams sub-tests to top levelJoão Abecasis2011-12-091-10/+2
* QFile-test: Do not fail when run with redirected stdout/stderr.Friedemann Kleint2011-12-091-5/+11