summaryrefslogtreecommitdiffstats
path: root/tests/auto/corelib
Commit message (Expand)AuthorAgeFilesLines
* 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
* Tests: Fix compilation on Windows.Friedemann Kleint2011-10-039-25/+25
* test: Re-enabled `tst_qtranslator' test that is now passing on LinuxSergio Ahumada2011-10-031-2/+0
* Rename Qt::escape to QString::toHtmlEscaped, add compat methodDavid Faure2011-09-291-0/+22
* Remove Symbian-specific code from tests.Jason McDonald2011-09-2993-1692/+208
* QTemporaryFile: Test what happens if current dir isn't writable.David Faure2011-09-281-0/+17
* QTemporaryFile: use QCoreApplication::applicationName() as base filenameDavid Faure2011-09-281-1/+3
* Make qtbase build with Qt-in-namespace againKent Hansen2011-09-281-3/+3
* Mark QtConcurrentFilter Autotest as insignificant, because it fails rarelyHolger Ihrig2011-09-281-0/+1
* Re-enabled test that was marked insignificant and passesHolger Ihrig2011-09-263-3/+1
* Fix QString and QByteArray reserve() and squeeze()Bradley T. Hughes2011-09-232-0/+16
* This test passes fine.Lars Knoll2011-09-201-1/+0
* Move handling of -qmljsdebugger argument to QCoreApplicationKai Koehne2011-09-191-0/+8
* Fix autotest gui/widgets dependenciesKent Hansen2011-09-194-2/+4
* Fix the test caseLars Knoll2011-09-172-2/+3
* Wrap calls to Sequence::push_backJoão Abecasis2011-09-171-5/+0
* Boost performance of QChar::isSpaceKent Hansen2011-09-151-0/+21
* Boost performance of QChar::isLetterOrNumberKent Hansen2011-09-151-0/+24