summaryrefslogtreecommitdiffstats
path: root/tests/auto/qfile
Commit message (Expand)AuthorAgeFilesLines
* Merge remote branch 'origin/4.7' into qt-master-from-4.7Olivier Goffart2011-01-173-3/+3
|\
| * Update copyright year to 2011.Jason McDonald2011-01-103-3/+3
* | Fix link error on MacOSShane Kearns2011-01-041-3/+3
* | Fix qfile test crash with glibcShane Kearns2010-12-221-6/+9
* | Fix qfile test errorsShane Kearns2010-12-211-3/+39
* | Add autotests for AutoCloseHandle / DontCloseHandle and RFile adoptionShane Kearns2010-12-202-10/+141
* | Fix spelling in commentsJoão Abecasis2010-12-051-2/+2
* | Fix tst_QFile::caseSensitivity test on MacJoão Abecasis2010-11-301-1/+1
* | Fix typo in QFile testJoão Abecasis2010-11-301-1/+1
* | Add symbian platform security and case sensitivity test casesShane Kearns2010-11-301-0/+92
* | Fix link() autotest on WindowsPrasanth Ullattil2010-11-261-1/+1
* | Flagging some more tests as parallelizableJoão Abecasis2010-11-252-0/+3
* | Fix QFile::link unit testJoão Abecasis2010-11-251-4/+10
* | Merge remote branch 'qt/master' into file-engine-refactorJoão Abecasis2010-11-231-2/+2
|\ \
| * | Align .pro with qmake: s/\.sources/.files/.Miikka Heikkinen2010-10-081-2/+2
| |/
* | Fix QFile autotest for out-of-source buildsJoão Abecasis2010-11-221-2/+2
* | Test coverage: test more of QFile APIShane Kearns2010-11-171-0/+18
* | Test coverage: test QFile::resizeShane Kearns2010-11-161-0/+26
* | Re-enable emulated QFile::map on symbianShane Kearns2010-10-291-12/+0
* | Autotest for seeking beyond end of file and then writingShane Kearns2010-10-191-0/+31
* | Fix deployment for examples and testsShane Kearns2010-10-121-1/+1
* | Change handle related tests in tst_qfile for symbianShane Kearns2010-09-151-2/+9
* | Disable symlink and memory mapped files tests on symbianShane Kearns2010-09-151-0/+22
|/
* Fix duplicate binary names issues in Symbian autotestsMiikka Heikkinen2010-08-061-1/+1
* Various fixes to autotests when using the symbian/linux-armcc mkspec.axis2010-06-291-1/+1
* escape backslashesOswald Buddenhagen2010-05-261-4/+4
* Skip tst_LargeFile::mapOffsetOverflow on MacJoão Abecasis2010-05-041-0/+4
* Merge remote branch 'origin/4.6' into qt-4.7-from-4.6Thiago Macieira2010-04-121-3/+3
|\
| * Autotest: Use the file in the non-writeable areaThiago Macieira2010-04-111-3/+3
* | _close(fd) closes the associated handle and not the other way aroundJoão Abecasis2010-03-231-0/+47
|/
* Fix bugs evidenced by change to keep flush errors on QFile::closeJoão Abecasis2010-01-071-1/+3
* QIODevice: Fix readAll()Markus Goetz2010-01-061-0/+34
* Update copyright year to 2010Jason McDonald2010-01-063-3/+3
* Small optimization in QIODevice::readAll()Markus Goetz2010-01-051-0/+41
* Test fixed for Windows CE.ninerider2009-12-141-13/+62
* Unix: Avoid stat() when opening a fileMarkus Goetz2009-11-301-1/+12
* Merge branch '4.6' of scm.dev.nokia.troll.no:qt/qt into 4.6Simon Hausmann2009-11-181-1/+1
|\
| * Fix tst_qfile, disable largefile for symbian.Liang Qi2009-11-131-1/+1
* | Removing unnecessary chunking and stat'ing when reading QIODeviceJoão Abecasis2009-11-171-2/+2
* | Improve reliability of QFile test readAllStdinJoão Abecasis2009-11-171-0/+1
* | Fix regression introduced in c08e708037d33271825ce6a6a1ac640e96b70c36João Abecasis2009-11-171-0/+12
|/
* Merge commit 'origin/4.6' into 4.6-ceJoerg Bornemann2009-11-111-31/+135
|\
| * Merge commit 'b65fd82299' from qt-core-team 4.6 into 4.6Marius Storm-Olsen2009-11-091-31/+135
| |\
| | * Extending tst_QFile::writeLargeDataBlock testJoão Abecasis2009-11-041-30/+134
* | | tst_largefile.cpp Windows CE compile fixJoerg Bornemann2009-11-092-4/+9
* | | compile fix for tst_qfile on Windows CEJoerg Bornemann2009-11-091-0/+1
|/ /
* | Improving reliability and information from the large file testJoão Abecasis2009-11-061-0/+35
* | Switch large file test to using Unbuffered modeJoão Abecasis2009-11-051-2/+2
* | Turns out 64-bit fseek/ftell are not available on VS 2003/2002...João Abecasis2009-10-291-0/+5
* | Extending QFile::size test to cover files opened with fd and FILE*João Abecasis2009-10-231-8/+43