summaryrefslogtreecommitdiffstats
path: root/tests/auto/corelib
Commit message (Expand)AuthorAgeFilesLines
* QCache: when overwriting, store the new cost instead of the deltaMårten Nordheim2021-01-141-0/+14
* Android: exclude tst_QFile::moveToTrash on AndroidAssam Boudjelthia2021-01-121-0/+3
* Change QLineF::setLength() to work whenever length() is non-zeroEdward Welbourne2021-01-061-7/+7
* Fix QMultiHash::equal_range crashesZhang Yu2021-01-061-0/+7
* Update shared-mime-info to the 2.1 release, adjust implementationDavid Faure2021-01-051-11/+10
* Add test creating QDateTime in double-DST gap in 1947 GermanyAndreas Buhr2020-12-241-0/+9
* Blacklist tst_QDeadlineTimer::stdchrono on Windows/clangFriedemann Kleint2020-12-211-0/+2
* Fix crash on reallocateAndGrowMichal Klocek2020-12-211-0/+57
* QCache: fix updating entries breaking the internal chainMårten Nordheim2020-12-171-0/+17
* Restore previous QDateTime behavior in DST gapAndreas Buhr2020-12-171-0/+5
* CMake: Regenerate projects using pro2cmake one last timeAlexandru Croitor2020-12-108-12/+40
* QString::lastIndexOf: fix off-by-one for zero length matchesGiuseppe D'Angelo2020-12-101-1/+1
* QUrl: fix parsing of empty IPv6 addressesThiago Macieira2020-12-101-0/+2
* QProperty: Handle eager binding calling setBindingFabian Kosmale2020-12-091-5/+16
* QCborValue & QCborStreamReader tests: fix warning about %llx on 32-bitThiago Macieira2020-12-081-6/+6
* tst_QCborValue: adjust the size of the minimum string that won't fitThiago Macieira2020-12-081-1/+3
* QCborStreamReader::next: don't allocate too much memory in a QBAThiago Macieira2020-12-082-12/+19
* QCborValue: avoid allocating result if data is insufficientThiago Macieira2020-12-082-10/+11
* QCborStreamReader: avoid allocating result if data is insufficientThiago Macieira2020-12-083-8/+13
* Make the signal argument in Q_OBJECT_BINDABLE_PROPERTY optionalLars Knoll2020-12-071-6/+2
* QBindable: Disallow mutation if read-onlyFabian Kosmale2020-12-041-0/+5
* tst_qstorageinfo: Test the copy ctorMårten Nordheim2020-12-041-0/+7
* Replace discouraged Q_MOVABLE_TYPE by Q_RELOCATABLE_TYPEAndreas Buhr2020-12-0410-12/+12
* Add test for QTranslator::load() translation file lookup algorithmKarsten Heimrich2020-12-031-0/+69
* QProperty: Avoid spurious dependencies by suspending binding stateFabian Kosmale2020-12-021-1/+0
* QDuplicateTracker: add testsMårten Nordheim2020-12-016-0/+211
* QProperty: add test case for spurious dependency issueFabian Kosmale2020-12-011-0/+52
* Android: exclude faulty qfilesystemwatcher testAssam Boudjelthia2020-11-263-2/+7
* Fix QVariant/QMetaType::compare APIsGiuseppe D'Angelo2020-11-256-3/+160
* QVLA: do not include QtTestGiuseppe D'Angelo2020-11-251-1/+1
* Fix tst_qlibrary after rebuildAndreas Buhr2020-11-242-2/+30
* Fix tst_qlibrary by telling CMake about required librariesAndreas Buhr2020-11-241-0/+1
* QMetaType: Track whether type is QML list typeFabian Kosmale2020-11-231-19/+23
* Add unit test for QAnyStringView::compareAndreas Buhr2020-11-211-1/+8
* Android: exclude qarraydata::dataPointerAllocate() from CI testsAssam Boudjelthia2020-11-201-0/+3
* Test conversion of ulonglong variant to JSONSona Kurazyan2020-11-201-0/+12
* Add unit test for QString::insert(negativeint, QChar)Andreas Buhr2020-11-201-0/+1
* Add unit test for YearMonthDateAndreas Buhr2020-11-201-0/+31
* 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