summaryrefslogtreecommitdiffstats
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
...
* QString::lastIndexOf: fix off-by-one for zero length matchesGiuseppe D'Angelo2020-12-101-1/+1
* QString: fix count(QRegularExpression)Giuseppe D'Angelo2020-12-101-0/+1
* tst_QSslError: improve the code coverage, as pointed at by LCOVTimur Pocheptsov2020-12-102-37/+98
* QUrl: fix parsing of empty IPv6 addressesThiago Macieira2020-12-101-0/+2
* tst_QCborValue: adjust the size of the minimum string that won't fitThiago Macieira2020-12-081-1/+3
* Fix tst_QFontDatabase::aliases failure with ambiguous fontEskil Abrahamsen Blomfeldt2020-12-071-1/+11
* QSslSocket::verify: do not alter the default configurationTimur Pocheptsov2020-12-072-3/+97
* tests: add a shortcut to quit app in allcursorsLiang Qi2020-12-041-0/+3
* Fix QImage::setPixelColor on RGBA64_PremultipliedAllan Sandfeld Jensen2020-12-041-0/+8
* Http2: Remove errored-out requests from queueMårten Nordheim2020-12-031-3/+0
* QHeaderView: fix spurious sortingGiuseppe D'Angelo2020-12-021-0/+135
* tst_qsslkey - handle QT_NO_SSL properlyTimur Pocheptsov2020-12-011-0/+4
* QSslCipher - improve its code coverage and auto-testsTimur Pocheptsov2020-12-012-31/+25
* QDtls(cookie verifier): make sure a server can re-use 'Client Hello'Timur Pocheptsov2020-12-011-0/+14
* tst_QSslCertificate - improve code coverageTimur Pocheptsov2020-11-306-1/+216
* QStandardPaths: Don't change permissions of XDG_RUNTIME_DIRAlexander Volkov2020-11-301-1/+7
* QSslConfiguration - improve code coverageTimur Pocheptsov2020-11-302-2/+43
* Network self-test: make it work with docker/containersTimur Pocheptsov2020-11-3016-98/+1094
* QCalendar: increase coverage by testsEdward Welbourne2020-11-301-7/+101
* Fix invalid QSortFilterProxyModel::dataChanged parametersWang ChunLin2020-11-302-0/+168
* QVLA: do not include QtTestGiuseppe D'Angelo2020-11-251-1/+1
* QPasswordDigestor - improve code coverageTimur Pocheptsov2020-11-231-0/+59
* Fix QSFPM not emitting dataChanged when source model is setWang ChunLin2020-11-212-0/+30
* Be more consistent when converting JSON values from variantSona Kurazyan2020-11-201-0/+12
* Fix logic error in QString::replace(ch, after, cs)Andreas Buhr2020-11-201-0/+11
* tst_qocsp: improve code coverageTimur Pocheptsov2020-11-201-3/+16
* Use QTRY_COMPARE in an attempt to make the test less flakyVolker Hilsheimer2020-11-191-2/+2
* Fuzzing: Add a test for QDateTime::fromStringEdward Welbourne2020-11-192-0/+110
* [Android] Ensure windows always have a geometry on creationPiotr Mikolajczyk2020-11-181-9/+0
* Fix misidentification of some shearing QTransforms as only rotatingEirik Aavitsland2020-11-161-2/+3
* Update CLDR to v38Edward Welbourne2020-11-091-1/+1
* Set the url to have the AtNx filename if one is foundMorten Johan Sørvig2020-11-064-0/+91
* moc: Handle include in enum, take 2Fabian Kosmale2020-11-031-1/+2
* QCombobox: propagate the palette to the embedded line editWang Chuan2020-11-021-0/+27
* Selftest - copy XAUTHORITY environment variableTimur Pocheptsov2020-10-291-1/+1
* Deprecate old aliases for two countries and several languagesEdward Welbourne2020-10-284-17/+17
* Deprecate QLocale::Language entries that no locale data relates toEdward Welbourne2020-10-281-10/+12
* Deprecate ordering on QItemSelectionRangeEdward Welbourne2020-10-281-0/+4
* Show the year correctly after it has been editedAndy Shaw2020-10-261-0/+4
* tests: blacklist tst_QGraphicsAnchorLayout::layoutDirection()Liang Qi2020-10-221-0/+2
* [Android] Make sure expose events are emitted after window resizePiotr Mikolajczyk2020-10-211-3/+0
* QAbstractItemView: don't lose items if model only allows MoveActionVolker Hilsheimer2020-10-161-19/+159
* QLocalSocket/Win: prevent writing to broken pipeAlex Trotsenko2020-10-151-0/+1
* Add QStringView::split()Lars Knoll2020-10-151-0/+5
* tests: blacklist two tests on Ubuntu 20.04Liang Qi2020-10-142-0/+4
* Fallback to using the family when doing an exact matchAndy Shaw2020-10-131-0/+15
* Deal with {und,ov}erflow issues in QLine's length handlingEdward Welbourne2020-10-091-12/+33
* tst_QTcpSocket::connectToHostError - increase the timeoutTimur Pocheptsov2020-10-081-4/+5
* Blacklist tst_QUdpSocket::writeDatagramToNonExistingPeerHeikki Halmet2020-10-081-4/+2
* QUrl::fromLocalFile: accept invalid hostnamesThiago Macieira2020-10-081-0/+15