summaryrefslogtreecommitdiffstats
path: root/tests/auto/corelib
Commit message (Expand)AuthorAgeFilesLines
* Use QVERIFY2 to output verbose failure messages.Jason McDonald2011-12-301-16/+6
* Correct misspelt function names in QFutureWatcher test.Jason McDonald2011-12-301-4/+4
* Correct misspelt function name in qtconcurrentmap test.Jason McDonald2011-12-301-2/+2
* Correct misspelt function name in qtconcurrentfilter test.Jason McDonald2011-12-301-2/+2
* Change test to use new QTRY_COMPARE/QTRY_VERIFY macros.Robin Burchell2011-12-301-26/+10
* Improve QTextCodec::codecForLocale() test.Jason McDonald2011-12-291-9/+10
* Don't allow QThreadPool test to hang on failure.Jason McDonald2011-12-291-5/+2
* Avoid repeatedly registering the same meta-typeJason McDonald2011-12-281-2/+2
* Improve qtconcurrentthreadengine autotest.Jason McDonald2011-12-281-2/+3
* Cleanup itemmodel autotests.Jason McDonald2011-12-282-96/+96
* Remove old debug code from itemmodel tests.Jason McDonald2011-12-282-7/+0
* Reinstate commented test data in QItemSelectionModel test.Jason McDonald2011-12-281-2/+0
* Cleanup itemmodel autotests.Jason McDonald2011-12-289-650/+530
* Remove empty functions from itemmodels tests.Jason McDonald2011-12-285-138/+0
* Cleanup corelib autotests.Jason McDonald2011-12-2819-8/+386
* Remove mention of Trolltech in qlibrary autotest.Jason McDonald2011-12-283-8/+8
* Remove mentions of Trolltech from QRegExp autotest.Jason McDonald2011-12-281-2/+2
* Remove mention of trolltech from QThreadStorage test.Jason McDonald2011-12-281-1/+1
* add tests and benchmarks for QString::toLower()/toUpper()/toCaseFolded()Konstantin Ritt2011-12-251-5/+87
* Improve QSettings autotestJason McDonald2011-12-251-4/+2
* Remove empty functions from QSet autotest.Jason McDonald2011-12-251-4/+0
* Finish removing Qt3 supportBradley T. Hughes2011-12-231-4/+4
* QCryptographicHash: allow to hash the content of a QIODeviceSune Vuorela2011-12-224-0/+44
* Fix movablity of QVariant.Jędrzej Nowacki2011-12-221-2/+24
* Allow QMetaType to register information about movabilityJędrzej Nowacki2011-12-221-0/+40
* Remove QT_NO_STL_WCHAR hackHarald Fernengel2011-12-221-7/+1
* Fix compile error when configured with -no-exceptionsShane Kearns2011-12-221-1/+4
* Reimplement QAbstractFileEngine::open() properlyBradley T. Hughes2011-12-211-1/+1
* Revert "Revert "Add QObject::objectNameChanged(con... signal""Alan Alpert2011-12-201-2/+0
* Retire QTest::pixmapsAreEqual().Jason McDonald2011-12-201-4/+10
* Fix QDir::removeRecursively so it doesn't follow symlinks to directories.David Faure2011-12-191-0/+26
* Do not call QueuedConnection slot on partialy destroyed objectOlivier Goffart2011-12-191-4/+17
* Move proxy and selection models to QtCore.Stephen Kelly2011-12-1617-3/+7400
* Fix typos in QObject::(dis)connect warningsGiuseppe D'Angelo2011-12-151-1/+1
* QThread-test: Fix test on Windows (timer inaccuracy).Friedemann Kleint2011-12-141-9/+4
* QObject-test: Reorganize subprocess.Friedemann Kleint2011-12-146-7/+16
* Fix possible jump in animation timer.Michael Brasser2011-12-141-0/+33
* Fix qfile unit test failing on shadow build.Kurt Korbatits2011-12-131-3/+3
* Fix possible jump in animation timer.Michael Brasser2011-12-131-1/+45
* Move QAbstractItemModel into a separate directory.Stephen Kelly2011-12-136-2/+6
* Add QVarLengthArray::length().Robin Burchell2011-12-121-0/+62
* Update .gitignore for tests/auto/corelib/io/qresourceengineBradley T. Hughes2011-12-121-0/+1
* Remove QMetaObject guards and deprecate QPointer.Bradley T. Hughes2011-12-102-4/+2
* Fixes for tst_QTemporary(File|Dir)::nonWritableCurrentDirJoão Abecasis2011-12-092-6/+4
* QProcess-test: Fix executable location on Windows.Friedemann Kleint2011-12-091-7/+0
* 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
* QProcess-Test: Improve error handling.Friedemann Kleint2011-12-091-6/+23
* testProcessSpacesArgs fixedJoerg Bornemann2011-12-092-2/+2
* Improve/cleanup qtemporarydir (and qtemporaryfile) unit testsDavid Faure2011-12-082-75/+33