summaryrefslogtreecommitdiffstats
path: root/tests/auto/corelib
Commit message (Expand)AuthorAgeFilesLines
* tst_qdatetime: blacklist zone-change test for QEMU ARMv7Samuli Piippo2021-01-071-0/+1
* tst_qarraydata: blacklist dataPointerAllocate on all 32bit systemsSamuli Piippo2021-01-071-1/+1
* Make QString and QByteArray sequentially iterableUlf Hermann2021-01-061-10/+54
* 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
* Fix minor errors in testsDavid Skoland2021-01-051-1/+1
* Change QLineF::setLength() to work whenever length() is non-zeroEdward Welbourne2021-01-051-7/+7
* QProcess: allow pipelining for detached processesAlex Trotsenko2020-12-311-1/+5
* QProcess: allow merged channels forwarding for detached processesAlex Trotsenko2020-12-312-1/+5
* Add test creating QDateTime in double-DST gap in 1947 GermanyAndreas Buhr2020-12-241-0/+9
* Replace QtTest headers with QTestDavid Skoland2020-12-22185-189/+361
* Fix crash on reallocateAndGrowMichal Klocek2020-12-211-0/+57
* Blacklist tst_QDeadlineTimer::stdchrono on Windows/clangFriedemann Kleint2020-12-211-0/+2
* QProperty add markdirtyFabian Kosmale2020-12-181-0/+77
* QSocketNotifier: hone setSocket() APIAlex Trotsenko2020-12-171-5/+5
* qRound: do not expect failure on ARM64Samuli Piippo2020-12-171-0/+8
* Clean-up warnings in corelib/thread testsSona Kurazyan2020-12-1716-122/+122
* Tests: Fix building with qmake on WindowsFriedemann Kleint2020-12-177-7/+7
* Bindable property with initializationIvan Solovev2020-12-171-0/+64
* QCache: fix updating entries breaking the internal chainMårten Nordheim2020-12-161-0/+17
* Restore previous QDateTime behavior in DST gapAndreas Buhr2020-12-151-0/+5
* QSocketNotifier: extend API to provide more flexible startupAlex Trotsenko2020-12-111-0/+46
* Add support of invoking QFuture continuations in a given contextSona Kurazyan2020-12-111-0/+80
* tst_QFile: add a couple more sequential Unix device filesThiago Macieira2020-12-101-1/+10
* CMake: Regenerate projects using pro2cmake one last timeAlexandru Croitor2020-12-108-12/+40
* QStringView: add some QRegularExpression-related overloadsGiuseppe D'Angelo2020-12-101-0/+207
* 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-091-0/+2
* QDeadlineTimer: optimize when std::chrono::steady_clock is the sameThiago Macieira2020-12-091-0/+12
* QString: fix count(QRegularExpression)Giuseppe D'Angelo2020-12-091-0/+1
* QProperty: Handle eager binding calling setBindingFabian Kosmale2020-12-091-5/+16
* QCborValue & QCborStreamReader tests: fix warning about %llx on 32-bitThiago Macieira2020-12-071-6/+6
* tst_QCborValue: adjust the size of the minimum string that won't fitThiago Macieira2020-12-071-1/+3
* QCborStreamReader::next: don't allocate too much memory in a QBAThiago Macieira2020-12-072-12/+19
* Make the signal argument in Q_OBJECT_BINDABLE_PROPERTY optionalLars Knoll2020-12-071-6/+2
* QCborValue: avoid allocating result if data is insufficientThiago Macieira2020-12-062-10/+11
* QCborStreamReader: avoid allocating result if data is insufficientThiago Macieira2020-12-063-8/+13
* QBindable: Disallow mutation if read-onlyFabian Kosmale2020-12-041-0/+5
* Fix compiler warning from discarded return valueVolker Hilsheimer2020-12-041-1/+1
* tst_qstorageinfo: Test the copy ctorMårten Nordheim2020-12-031-0/+7
* Add test for QTranslator::load() translation file lookup algorithmKarsten Heimrich2020-12-031-0/+69
* tst_containerapisymmetry: fix typoGiuseppe D'Angelo2020-12-031-1/+1
* Add test for qRoundDavid Skoland2020-12-021-0/+56
* 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
* Add a way to check whether a metatype has datastream operatorsLars Knoll2020-12-011-0/+3
* QProperty: Avoid spurious dependencies by suspending binding stateFabian Kosmale2020-12-011-1/+0
* QProperty: add test case for spurious dependency issueFabian Kosmale2020-12-011-0/+52