summaryrefslogtreecommitdiffstats
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
...
* Modify test_QFINDTESTDATA to not leave files in source treeAndreas Buhr2020-12-091-6/+9
* tests: blacklist two functions in tst_QDateTimeEdit on openSUSELiang Qi2020-12-091-0/+4
* QProperty: Handle eager binding calling setBindingFabian Kosmale2020-12-091-5/+16
* Fix tst_qlineedit for offscreen rendering and tiling window managersAndreas Buhr2020-12-081-3/+8
* tests: blacklist tst_QGlyphRun::drawRightToLeft() on openSUSELiang Qi2020-12-081-0/+2
* 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
* Add SameSite API to QNetworkCookieAllan Sandfeld Jensen2020-12-071-0/+13
* tst_qnetworkreply: unblacklist putWithServerClosingConnectionImmediatelyMårten Nordheim2020-12-072-4/+3
* tst_qnetworkreply: unblacklist various testsMårten Nordheim2020-12-071-18/+0
* Make the signal argument in Q_OBJECT_BINDABLE_PROPERTY optionalLars Knoll2020-12-071-6/+2
* uic/rcc: Use QT_VERSION_MAJOR for major versionFriedemann Kleint2020-12-071-2/+4
* Fix qtdiag testing helper on WindowsFriedemann Kleint2020-12-071-1/+1
* 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
* Fix uic/rcc generating outdated export for Qt for PythonFriedemann Kleint2020-12-044-8/+8
* tests: add a shortcut to quit app in allcursorsLiang Qi2020-12-041-0/+3
* QtConcurrent: filter/map reduction without default ctorIvan Solovev2020-12-042-0/+78
* Fix QImage::setPixelColor on RGBA64_PremultipliedAllan Sandfeld Jensen2020-12-041-0/+8
* tst_qmakelib: link to QtCore's private APIGiuseppe D'Angelo2020-12-041-0/+2
* QBindable: Disallow mutation if read-onlyFabian Kosmale2020-12-041-0/+5
* Fix hashing of QPersistentModelIndexLars Knoll2020-12-041-0/+34
* Fix compiler warning from discarded return valueVolker Hilsheimer2020-12-041-1/+1
* tst_qstorageinfo: Test the copy ctorMårten Nordheim2020-12-031-0/+7
* tst_qnetworkreply: stabilize and unblacklist getFromHttpIntoBuffer2Mårten Nordheim2020-12-042-8/+7
* tst_QTcpSocket: stabilize connectToHostErrorMårten Nordheim2020-12-041-2/+2
* 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
* tst_qnetworkreply: cleanup BLACKLISTTimur Pocheptsov2020-12-022-19/+27
* Unblacklist tst_qnetworkreply getFromHttpMårten Nordheim2020-12-021-3/+0
* Fix tst_QFontDatabase::aliases failure with ambiguous fontEskil Abrahamsen Blomfeldt2020-12-021-1/+12
* Associative containers: add erase_ifGiuseppe D'Angelo2020-12-021-0/+67
* Http2: Remove errored-out requests from queueMårten Nordheim2020-12-021-12/+0
* 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
* Fix deprecations in manual testsShawn Rutledge2020-12-014-11/+9
* Add a way to check whether a metatype has datastream operatorsLars Knoll2020-12-011-0/+3
* QHeaderView: fix spurious sortingGiuseppe D'Angelo2020-12-011-0/+135
* 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
* tst_qtcpserver: Test pauseAccepting/resumeAcceptingMårten Nordheim2020-12-011-0/+33
* QNetworkDatagram: Test copy ctor and clear()Mårten Nordheim2020-12-011-0/+11
* QDuplicateTracker: add testsMårten Nordheim2020-12-016-0/+211
* Disable some OpenGL and QRhi tests for offscreen backendAndreas Buhr2020-12-013-1/+11
* Fix compiler warnings from mixing signed/unsigned intsVolker Hilsheimer2020-12-011-3/+3
* tst_QSslError: improve the code coverage, as pointed at by LCOVTimur Pocheptsov2020-12-013-38/+98
* Inline access to the QBindingStorageLars Knoll2020-11-301-2/+2