summaryrefslogtreecommitdiffstats
path: root/tests/auto/corelib
Commit message (Expand)AuthorAgeFilesLines
* Fix QVariant/QMetaType::compare APIsGiuseppe D'Angelo2020-11-256-3/+160
* QMetaType: Track whether type is QML list typeFabian Kosmale2020-11-241-19/+23
* Add unit test for QString::replace with out-of-bounds positionAndreas Buhr2020-11-191-0/+10
* Fix logic error in QString::replace(ch, after, cs)Andreas Buhr2020-11-191-0/+11
* Make QMetaTypeInterface constexpr on WindowsLars Knoll2020-11-191-12/+23
* Change QString formatting of negative numbers in non-base-10Andreas Buhr2020-11-191-0/+64
* Fix QSFPM not emitting dataChanged when source model is setWang ChunLin2020-11-182-0/+30
* Get rid of Q_COMPILER_CONSTEXPR checksAllan Sandfeld Jensen2020-11-175-28/+0
* Test QTimer's isSingleShot() and timerType()Edward Welbourne2020-11-171-1/+7
* Add some tests for various qmath.h functionsEdward Welbourne2020-11-171-0/+68
* Improve qFloatDistance() test coverageEdward Welbourne2020-11-171-0/+1
* Track progress range in QFutureInterface::setProgressValueIvan Solovev2020-11-172-1/+51
* Extend tests for QLoggingIvan Solovev2020-11-174-0/+384
* Move the iterator from QTypedArrayData to QListLars Knoll2020-11-171-2/+2
* Clean up QList(iterator, iterator)Lars Knoll2020-11-171-1/+1
* Fix signature of QArrayDataOps::erase()Lars Knoll2020-11-172-2/+2
* Remove the special code for emplaceFront/Back againLars Knoll2020-11-171-3/+4
* Clean up emplace implementationsLars Knoll2020-11-171-154/+0
* Simplify QArrayDataOps::insert() for movable typesLars Knoll2020-11-171-157/+0
* Remove unused codeLars Knoll2020-11-171-71/+0
* Remove destructor calls from insert()Lars Knoll2020-11-172-178/+12
* Fix moveAppend() implementationLars Knoll2020-11-171-52/+1
* Don't allow storing types that throw in the destructor in our containersLars Knoll2020-11-172-10/+2
* Simplify code in QExceptionSafetyPrimitivesLars Knoll2020-11-171-33/+10
* Simplify the code for QList::emplace()Lars Knoll2020-11-172-16/+11
* Simplify reallocation handling in QListLars Knoll2020-11-172-3/+3
* Android: exclude tests crashing at startAssam Boudjelthia2020-11-162-2/+4
* QFileInfo: mark constructors as explicitGiuseppe D'Angelo2020-11-151-1/+1
* QChar: make construction from integral explicitGiuseppe D'Angelo2020-11-1512-87/+97
* Conditionally disable code snippets that depend on cxx11_futureSona Kurazyan2020-11-131-0/+6
* Conditionally disable tests that depend on cxx11_future flagSona Kurazyan2020-11-122-0/+50
* Add QByteArray::insert(qsizetype, const QByteArray &)Mårten Nordheim2020-11-111-0/+12
* Fix QArrayDataOps generic and relocatable emplace()Andrei Golubev2020-11-091-0/+153
* QMultiHash: add a QHash&& constructor and unite() overloadMårten Nordheim2020-11-091-0/+113
* Add tests for QOperatingSystemVersionIvan Solovev2020-11-096-1/+205
* Update CLDR to v38Edward Welbourne2020-11-081-1/+1
* QSharedMemory: do not abuse QChar in a testGiuseppe D'Angelo2020-11-081-2/+2
* QStringView test: avoid narrowingGiuseppe D'Angelo2020-11-071-2/+2
* QDebug: add op<<(QUtf8StringView)Karsten Heimrich2020-11-071-0/+41
* QDebug: add op<<(QByteArrayView)Karsten Heimrich2020-11-071-0/+43
* Use built-in C++ foreach iteration in testsDavid Skoland2020-11-061-2/+2
* Android: blacklist a list of failing tests for androidAssam Boudjelthia2020-11-0423-17/+111
* Rename AllocationPosition enum and its membersLars Knoll2020-11-042-20/+20
* Implement QList::emplaceBack as a proper functionAndrei Golubev2020-11-041-1/+1
* Remove the old insert methods in QArrayDataOpsLars Knoll2020-11-042-63/+25
* Clean up out allocation handlingLars Knoll2020-11-042-131/+98
* Cleanup QArrayDataOps::reallocate() and relatedLars Knoll2020-11-041-1/+2
* Don't move data in QArrayDataOps::reallocate()Lars Knoll2020-11-041-49/+0
* Do not move data around on insert neitherLars Knoll2020-11-041-203/+4
* Avoid expensive iterator calculations in append()Lars Knoll2020-11-042-17/+14