summaryrefslogtreecommitdiffstats
path: root/tests/auto/corelib/io
Commit message (Expand)AuthorAgeFilesLines
* Fixes problem with single precision floats in QDataStream (Windows).Christian Strømme2012-11-231-0/+44
* BlackBerry: Changed QSettings file accessBernd Weimer2012-11-211-1/+60
* Fix MinGW compilation for tst_qwinoverlappedionotifierJonathan Liu2012-11-211-3/+10
* fix error handling bug in QWindowsPipeReaderJoerg Bornemann2012-11-021-1/+0
* fix tst_QProcess::batFiles for shadow buildsJoerg Bornemann2012-11-021-2/+2
* test: Remove QSKIP from tst_QSettings::dontReorderIniKeysNeedlessly()Sergio Ahumada2012-10-311-5/+3
* QNX: Use inotify on QNX systems that support itThomas McGuire2012-10-301-0/+5
* Test: refactor tst_QProcessCaroline Chao2012-10-292-164/+142
* Fix qfile:invalidFile() test.Friedemann Kleint2012-10-291-4/+33
* test: Remove QSKIP from tst_QSettings::fileName()Sergio Ahumada2012-10-241-4/+5
* test: Fix tst_QDir.equalityOperator()Sergio Ahumada2012-10-241-1/+1
* normalise signal/slot signatures [QtCore tests]Marc Mutz2012-10-222-13/+13
* test: Moving tst_QProcess::echoTest_performance()Sergio Ahumada2012-10-195-115/+0
* Test: remove QSKIP from tst_QTextStream::stillOpenWhenAtEndCaroline Chao2012-10-181-3/+5
* Test: remove QSKIP in tst_QDataStream::stream_QIconCaroline Chao2012-10-181-5/+5
* Test: remove QSKIP in tst_fileCaroline Chao2012-10-181-7/+10
* Test: remove QSKIP in tst_QDir::dotAndDotDotCaroline Chao2012-10-181-4/+5
* Test: remove QSKIP in tst_QDirIterator::hiddenDirs_hiddenFilesCaroline Chao2012-10-161-8/+8
* Test: remove QSKIP in tst_QDataStream::stream_QPixmapCaroline Chao2012-10-161-5/+8
* Test: remove QSKIP from tst_LargeFile::mapOffsetOverflowCaroline Chao2012-10-161-4/+5
* Test: remove QSKIP from tst_qstextstreamCaroline Chao2012-10-161-9/+11
* Test: remove QSKIP from tst_QProcessEnvironment::putenvCaroline Chao2012-10-161-4/+5
* tst_qfile: remove QSKIP's -> omit whole test cases insteadSergey Hambardzumyan2012-10-151-32/+14
* Re-revert "Delay creation of the process manager"Thiago Macieira2012-10-153-0/+90
* Auto tests: revise cursor dependant testsJ-P Nurmi2012-10-131-9/+17
* Fix Windows: QStandardPath::findExecutable() to check suffixes.Friedemann Kleint2012-10-081-26/+79
* Overhaul a little the QUrl error reporting.Thiago Macieira2012-10-021-11/+16
* Update some error messages in QUrl::errorString()Thiago Macieira2012-10-021-8/+12
* Remove the annoying qWarning when QUrl::setPort is out of rangeThiago Macieira2012-10-021-3/+0
* Make QUrl::toString() / toEncoded() return empty for invalid URLsThiago Macieira2012-10-021-4/+43
* Add two compound URL invalidity cases for isValid()Thiago Macieira2012-10-021-14/+32
* QProcess.tests: adding test for channel forwardingThomas Hartmann2012-10-024-0/+89
* Rename createLocalFile to createNativeFile & deprecate createLocalFileAndy Shaw2012-10-024-1/+44
* QWinOverlappedIoNotifier test for multiple I/O operations addedJoerg Bornemann2012-10-021-20/+102
* QWinOverlappedIoNotifier: multiple I/O operations on the same handleJoerg Bornemann2012-10-021-4/+4
* 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
* Fix default-constructed QFileSystemEntryJoão Abecasis2012-09-251-0/+41
* Test: Enabled tst_QFile::invalidFileCaroline Chao2012-09-241-2/+1
* Change copyrights from Nokia to DigiaIikka Eklund2012-09-2254-1316/+1316
* remove mentions of borland from project filesOswald Buddenhagen2012-09-192-2/+2
* Blackberry: fix tst_QFileInfo::fileTimes()Rafael Roquetto2012-09-141-1/+5
* tests: Don't omit the body of a test function with QT_BUILD_INTERNALSergio Ahumada2012-09-144-44/+64
* Fixed: QFileInfo::lastModified() returning wrong value.Markku Heikkila2012-09-131-0/+10
* Blackberry: fix tst_QFileInfo::isWritable()Rafael Roquetto2012-09-131-1/+4
* Use true and false in preference to TRUE and FALSESergio Ahumada2012-09-051-1/+1
* test: Mark tst_QFile::writeLargeDataBlock() unstable failure as XFAILSergio Ahumada2012-08-311-1/+11
* Make tests/auto/corelib compile on Windows CEKevin Funk2012-08-303-2/+4
* QUrl: port thread-safety autotest from Qt4.David Faure2012-08-262-1/+92