summaryrefslogtreecommitdiffstats
path: root/tests/auto/corelib/tools
Commit message (Expand)AuthorAgeFilesLines
* QHash/QSet: fix squeeze() for default-constructed containerIvan Solovev2021-07-272-4/+6
* QCryptographicHash test: remove the moreThan4GiBOfData(SHA512) check from the CIMarc Mutz2021-07-271-2/+5
* QVarLengthArray: extend unit testsIvan Solovev2021-07-271-3/+341
* QCryptographicHash: don't present the same data over and over againMarc Mutz2021-07-271-0/+84
* QSet: extend testsIvan Solovev2021-07-231-5/+172
* QHash, QMultiHash: extend testsIvan Solovev2021-07-201-12/+532
* QList: extend testsIvan Solovev2021-07-201-14/+426
* QMultiMap: extend unit testsIvan Solovev2021-07-161-143/+581
* QMap: extend unit testsIvan Solovev2021-07-151-4/+301
* Fix QMultiHash::keys(const T&) overloadIvan Solovev2021-07-081-8/+57
* tst_QCryptographicHash: make hashLength() data-drivenMarc Mutz2021-07-081-3/+12
* QMultiHash::find - prevent detaching shared nullIvan Solovev2021-07-081-0/+15
* QHash: Fix erase() edge-caseMårten Nordheim2021-06-181-0/+19
* Add more tests for QList/QString/QBAAndrei Golubev2021-04-261-27/+345
* Add tests for QtPrivate::q_relocate_overlap_nAndrei Golubev2021-04-261-0/+281
* Resurrect data moves in QListAndrei Golubev2021-04-262-17/+59
* Fix gcc warnings from having only one of assignment/copyVolker Hilsheimer2021-04-113-0/+5
* Fix QMultiHash::count(key) crashAndrei Golubev2021-03-141-0/+15
* Restore pre-Qt6 QList::fill() behaviorAndrei Golubev2021-02-101-7/+63
* Purge various BLACKLIST entries that are now fixedEdward Welbourne2021-02-021-3/+0
* Extend alignment of QArrayData to std::max_align_t in allocationAndrei Golubev2021-01-261-1/+29
* QCache: when overwriting, store the new cost instead of the deltaMårten Nordheim2021-01-141-0/+14
* Remove .prev_CMakeLists.txt filesJoerg Bornemann2021-01-125-99/+0
* Remove the qmake project filesJoerg Bornemann2021-01-0746-280/+0
* tst_qarraydata: blacklist dataPointerAllocate on all 32bit systemsSamuli Piippo2021-01-071-1/+1
* Fix QMultiHash::equal_range crashesZhang Yu2021-01-061-0/+7
* Change QLineF::setLength() to work whenever length() is non-zeroEdward Welbourne2021-01-051-7/+7
* Replace QtTest headers with QTestDavid Skoland2020-12-2241-41/+54
* Fix crash on reallocateAndGrowMichal Klocek2020-12-211-0/+57
* QCache: fix updating entries breaking the internal chainMårten Nordheim2020-12-161-0/+17
* CMake: Regenerate projects using pro2cmake one last timeAlexandru Croitor2020-12-101-0/+3
* tst_containerapisymmetry: fix typoGiuseppe D'Angelo2020-12-031-1/+1
* Associative containers: add erase_ifGiuseppe D'Angelo2020-12-021-0/+67
* QSet: add insert(T&&)Mårten Nordheim2020-12-022-5/+79
* Add tests for the new erase/erase_if for sequential containersGiuseppe D'Angelo2020-12-012-0/+90
* tst_containerapisymmetry: use an algorithmGiuseppe D'Angelo2020-12-011-3/+3
* QDuplicateTracker: add testsMårten Nordheim2020-12-016-0/+211
* QHash: support std::hash as hashing functionGiuseppe D'Angelo2020-11-301-0/+86
* Replace discouraged Q_MOVABLE_TYPE by Q_RELOCATABLE_TYPEAndreas Buhr2020-11-305-5/+5
* QVLA: do not include QtTestGiuseppe D'Angelo2020-11-251-1/+1
* QMessageAuthenticationCode: extend testsIvan Solovev2020-11-241-0/+61
* QMargins(F): add support for structured bindingGiuseppe D'Angelo2020-11-221-0/+56
* Android: exclude qarraydata::dataPointerAllocate() from CI testsAssam Boudjelthia2020-11-201-0/+3
* Extend tests for QMarginsIvan Solovev2020-11-201-0/+38
* QPoint(F): add support for structured bindingGiuseppe D'Angelo2020-11-202-0/+119
* Remove QScopedSharedPointerGiuseppe D'Angelo2020-11-201-2/+0
* 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