summaryrefslogtreecommitdiffstats
path: root/tests/auto/corelib/tools
Commit message (Expand)AuthorAgeFilesLines
* tests: fix some -WvolatileMarc Mutz2021-07-282-1/+4
* QMap: add operator+ and - for iteratorsGiuseppe D'Angelo2021-07-271-0/+46
* QHash/QSet: fix squeeze() for default-constructed containerIvan Solovev2021-07-272-4/+6
* QDuplicateTracker: bring back appendTo() &&Marc Mutz2021-07-271-7/+37
* QVarLengthArray: extend unit testsIvan Solovev2021-07-271-3/+341
* QSet: extend testsIvan Solovev2021-07-221-5/+172
* QHash, QMultiHash: extend testsIvan Solovev2021-07-201-12/+532
* QList: extend testsIvan Solovev2021-07-201-13/+428
* QMultiMap: extend unit testsIvan Solovev2021-07-161-143/+581
* QCryptographicHash: use a std::array to hold result (was: QByteArray)Marc Mutz2021-07-151-6/+6
* QCryptographicHash test: remove the moreThan4GiBOfData(SHA512) check from the CIMarc Mutz2021-07-151-2/+5
* QMap: extend unit testsIvan Solovev2021-07-151-4/+301
* QDuplicateTracker: accept the number of elements to reserve as a ctor argumentMarc Mutz2021-07-141-2/+1
* CMake: Remove the usage of QT_SOURCE_TREE from testsJoerg Bornemann2021-07-121-1/+1
* tst_QSharedPointer: fix -Wsuggest-override warningsMarc Mutz2021-07-091-7/+7
* Fix QMultiHash::keys(const T&) overloadIvan Solovev2021-07-081-8/+57
* QMultiHash::find - prevent detaching shared nullIvan Solovev2021-07-081-0/+15
* tst_QCryptographicHash: simplify the creation of a large QBAMarc Mutz2021-07-071-4/+1
* QCryptographicHash: port addData() to QByteArrayViewMarc Mutz2021-07-061-7/+7
* QCryptographicHash: don't present the same data over and over againMarc Mutz2021-07-061-0/+84
* tst_QCryptographicHash: make hashLength() data-drivenMarc Mutz2021-07-051-3/+12
* QHash: Fix erase() edge-caseMårten Nordheim2021-06-181-0/+19
* String API Symmetry: test for indexOf with large negative offsetMårten Nordheim2021-06-111-1/+1
* QHash: fix qHash(std::pair)Thiago Macieira2021-05-231-0/+40
* Introduce QHashSeed and switch to size_t seedsThiago Macieira2021-05-234-0/+242
* tst_QSharedPointer: Fix Clang warnings about self assignmentTor Arne Vestbø2021-05-191-0/+7
* QArrayData: store the right flag type, not an intGiuseppe D'Angelo2021-05-171-1/+1
* Fix comparison between nullptr and QWeakPointerVille Voutilainen2021-04-281-0/+15
* Add more tests for QList/QString/QBAAndrei Golubev2021-04-271-27/+357
* Add tests for QtPrivate::q_relocate_overlap_nAndrei Golubev2021-04-271-0/+281
* Resurrect data moves in QListAndrei Golubev2021-04-272-16/+59
* Resurrect tests for QSharedPointerVille Voutilainen2021-04-273-3/+16
* Port of QTimeLine to new property systemAndreas Buhr2021-04-262-14/+290
* Inline test cases in tst_qlistAndrei Golubev2021-04-171-598/+157
* Fix gcc warnings from having only one of assignment/copyVolker Hilsheimer2021-04-113-0/+5
* QList: Satisfy contiguous_range requirementsFabian Kosmale2021-04-061-0/+20
* Rename QList test to something meaningfulAndrei Golubev2021-03-181-2/+2
* Fix QMultiHash::count(key) crashAndrei Golubev2021-03-121-0/+15
* QCommandLineParser: fix crash if there's no QCoreApplicationDavid Faure2021-03-011-0/+29
* Add more support for structured bindingsGiuseppe D'Angelo2021-02-252-0/+46
* Disable warnings from using deprecated QScopedPointer::takeVolker Hilsheimer2021-02-131-0/+6
* 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