summaryrefslogtreecommitdiffstats
path: root/tests/auto/corelib
Commit message (Expand)AuthorAgeFilesLines
* Improve QBuffer autotestJason McDonald2011-10-311-3/+2
* Remove debugging code from QFileSystemWatcher testJason McDonald2011-10-311-15/+0
* Remove disabled tests from QUrl test.Jason McDonald2011-10-311-733/+1
* Remove obsolete code from qtconcurrentiteratekernel test.Jason McDonald2011-10-311-44/+0
* Remove obsolete code from qtconcurrentrun test.Jason McDonald2011-10-311-71/+29
* Re-enabled tst_LargeFileJo Asplin2011-10-292-1/+3
* Add QDataStream operators to QMargins, so it can be streamedSteven Ceuppens2011-10-271-0/+26
* Remove unnecessary QSKIP.Jason McDonald2011-10-271-3/+2
* Remove obsolete MSVC workarounds from autotests.Jason McDonald2011-10-273-27/+0
* Replace QSKIP with QFAIL in qputenv testJason McDonald2011-10-271-2/+1
* Remove inappropriate QSKIP in QTextCodec autotest.Jason McDonald2011-10-271-2/+1
* Remove obsolete QSKIP call.Jason McDonald2011-10-271-4/+0
* Doc: Fixing typoSergio Ahumada2011-10-264-6/+6
* Re-enabled testsJo Asplin2011-10-263-3/+0
* Re-enabled tst_qsocketnotifierJo Asplin2011-10-261-2/+0
* all remaining tests: eliminated usage of qttest_p4.prfRohan McGovern2011-10-251-2/+2
* corelib: eliminated usage of qttest_p4.prfRohan McGovern2011-10-25125-261/+366
* test: Split `qcontiguouscache' unit and benchmark testsSergio Ahumada2011-10-242-138/+4
* Add the missing unittestDavid Faure2011-10-232-0/+294
* Check QFileInfo::isExecutable for symlinks, works as intended.David Faure2011-10-231-1/+18
* QStandardPaths: add Config and GenericData, add methodsDavid Faure2011-10-231-0/+1
* Fix QTemporaryFile regressions and new found issuesJoão Abecasis2011-10-211-0/+2
* Atomic implementation of create file and obtain handle for Win/SymbianJoão Abecasis2011-10-211-11/+20
* Remove SkipMode parameter from QSKIP calls.Jason McDonald2011-10-2123-53/+49
* Moved tests into integrationtests/ and widgets/Jo Asplin2011-10-202-7/+5
* Fix tst_qsocketnotifierShane Kearns2011-10-201-44/+1
* Update keyToValue and keysToValue in QMetaEnumLiang Qi2011-10-191-18/+53
* Introduce Q_STATIC_ASSERTJędrzej Nowacki2011-10-191-0/+68
* Provide API for "placement new" construction of meta-typesKent Hansen2011-10-191-0/+139
* Remove DEPENDS_ON from qtestlib API.Jason McDonald2011-10-197-89/+0
* Move QTRY_VERIFY/QTRY_COMPARE into testlib.Jason McDonald2011-10-196-12/+0
* Prefer QSKIP to QTEST_NOOP_MAIN.Jason McDonald2011-10-191-35/+19
* Prefer QSKIP to QTEST_NOOP_MAIN.Jason McDonald2011-10-182-16/+26
* Don't build empty qwineventnotifier test.Jason McDonald2011-10-172-8/+3
* Improve the QMetaType::create() autotest coverageKent Hansen2011-10-141-5/+280
* Small re-factor of QVariant autotest.Jędrzej Nowacki2011-10-141-46/+50
* Exclude qtconcurrent tests via .pro files.Jason McDonald2011-10-1213-127/+10
* Rename QMetaType::construct() to create()Kent Hansen2011-10-112-14/+14
* Fail test in preference to calling qFatal.Jason McDonald2011-10-071-4/+2
* Avoid using QSKIP in lieu of compile-time checksJason McDonald2011-10-076-26/+26
* Remove obsolete test functions.Jason McDonald2011-10-071-205/+0
* fix QChar::isSpace() to handle codepoint U+0085Konstantin Ritt2011-10-061-1/+11
* Merge fixes for QDir::operator==Shane Kearns2011-10-061-1/+21
* Fix QDir::operator==(const QDir &) constJoão Abecasis2011-10-061-0/+6
* Removed disabled test data in QDir autotest.Jason McDonald2011-10-061-19/+0
* Add missing Q_OBJECT macro to GoToStateTransitionKent Hansen2011-10-051-0/+19
* Avoid using QSKIP in lieu of compile-time checksJason McDonald2011-10-0529-418/+441
* Don't crash by modifying read-only shared_nullBradley T. Hughes2011-10-044-0/+56
* Added bug ref in insignificant_test commentJo Asplin2011-10-031-1/+1
* Make all uses of QBasicAtomicInt and Pointer use load() and store()Thiago Macieira2011-10-037-54/+54