summaryrefslogtreecommitdiffstats
path: root/tests/auto/corelib
Commit message (Expand)AuthorAgeFilesLines
...
* normalise signal/slot signatures [QtCore tests]Marc Mutz2012-10-2216-197/+197
* Remove the QThread::terminated() signalSze Howe Koh2012-10-191-2/+2
* detach() safely in QVector::erase(), and update callers to not detach.Andreas Hartmetz2012-10-191-13/+104
* Test: remove QSKIP from tst_QStringList::initializeList()Caroline Chao2012-10-191-4/+6
* Test: remove QSKIP in tst_QLocale::emptyCtorCaroline Chao2012-10-191-7/+7
* Make QContiguousCache with zero capacity not crashThiago Macieira2012-10-191-0/+21
* Test: remove QSKIP from tst_QDateTime::fromString_LOCALE_ILDATECaroline Chao2012-10-191-4/+5
* test: Moving tst_QProcess::echoTest_performance()Sergio Ahumada2012-10-195-115/+0
* Test: remove QSKIP in tst_qarraydataCaroline Chao2012-10-181-10/+11
* 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_QSharedPointer::lambdaCustomDeleterCaroline Chao2012-10-161-4/+5
* Test: remove QSKIP from tst_QThread::stressTestCaroline Chao2012-10-161-3/+6
* Test: remove QSKIP from tst_QSocketNotifier::posixSocketsCaroline Chao2012-10-161-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 in tst_QCoreApplication::argcCaroline Chao2012-10-161-3/+6
* 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
* QTextBoundaryFinder: Fix handling of break opportunitiesKonstantin Ritt2012-10-121-191/+219
* QTextBoundaryFinder: Introduce BoundaryReason::MandatoryBreak flagKonstantin Ritt2012-10-101-0/+37
* Change QDateTime::addSecs() and QDateTime::secsTo() to use qint64.Jon Severinsson2012-10-101-2/+2
* Update the Unicode Data and Algorithms up to Unicode 6.2Konstantin Ritt2012-10-096-325/+829
* Removed the "tst_QVector::outOfMemory" test.Christian Strømme2012-10-081-148/+0
* Fix Windows: QStandardPath::findExecutable() to check suffixes.Friedemann Kleint2012-10-081-26/+79
* tst_QLocale: remove QSKIP, wrap Q_OS_MAC/Q_OS_WINSergio Ahumada2012-10-041-5/+8
* Remove #if 0 usage in QElapsedTimer autotest.Leonard Lee2012-10-041-20/+3
* Fix for integer overflow in QString::replaceChristian Strømme2012-10-031-2/+0
* Fix QTextBoundaryFinder assignment operatorKonstantin Ritt2012-10-031-0/+25
* 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
* Make documentation of QVariant::isNull more explicit.Jędrzej Nowacki2012-09-291-2/+1
* QFlags: use unsigned int when the enum's underlying is unsignedMarc Mutz2012-09-281-2/+16
* Move QFutureSynchronizer back to QtCoreMarc Mutz2012-09-283-0/+164
* Move QFutureWatcher back to QtCoreMarc Mutz2012-09-284-0/+949
* Move QFuture from QtConcurrent to QtCoreMarc Mutz2012-09-284-0/+1444
* Move QtConcurrent::ResultStore as QtPrivate::ResultStore to QtCoreMarc Mutz2012-09-283-0/+497