summaryrefslogtreecommitdiffstats
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* Schannel: TLS1.3 supportMårten Nordheim2020-10-141-20/+32
* tests: blacklist two tests on Ubuntu 20.04Liang Qi2020-10-142-0/+4
* Get rid of all usage of QApplication:desktopVolker Hilsheimer2020-10-1411-57/+22
* Reject overwrites by the same index in QPromise::addResult()Andrei Golubev2020-10-132-6/+195
* Loosen the requirements on the container passed to QtConcurrent::map*Sona Kurazyan2020-10-131-2/+0
* Remove timeStep parameter from QAnimationDrive::advanceAnimationVolker Hilsheimer2020-10-131-2/+2
* qDebug: Avoid implicit QVariant conversionFabian Kosmale2020-10-131-0/+15
* Fallback to using the family when doing an exact matchAndy Shaw2020-10-121-0/+15
* Enable some-of the QtConcurrent test casesSona Kurazyan2020-10-122-8/+9
* Temporarily disable QFuture::takeResult() methodSona Kurazyan2020-10-121-0/+8
* Handle notifier list modification during iterationFabian Kosmale2020-10-121-0/+53
* Improve QRectF::toRect()Allan Sandfeld Jensen2020-10-121-6/+6
* rhi: Make the new direct buffer update available for non-uniform buffersLaszlo Agocs2020-10-122-2/+218
* rhi: Regenerate shaders for some manual testsLaszlo Agocs2020-10-1110-1/+0
* rhi: Add a many cubes manual testLaszlo Agocs2020-10-1112-11/+290
* Clear pending results in ResultStoreAndrei Golubev2020-10-091-0/+75
* Clean up tst_QLocale::testNames(), give better message on failureEdward Welbourne2020-10-091-27/+28
* Check validity before adding to a QDateTimeEdward Welbourne2020-10-091-2/+44
* Check against {und,ov}erflow in more QDateTime methodsEdward Welbourne2020-10-091-18/+60
* Check value is in range when setting a QDateTimeEdward Welbourne2020-10-091-11/+31
* Avoid repeated date-time formatting in test data namingEdward Welbourne2020-10-091-14/+16
* tst_QTcpSocket::connectToHostError - increase the timeoutTimur Pocheptsov2020-10-081-4/+5
* Allow getting a const pointer out of a variant containing pointerFawzi Mohamed2020-10-081-0/+12
* Make QADP capacity functions use qsizetype instead of size_tAndrei Golubev2020-10-081-15/+15
* Another round of replacing 0 with nullptrAllan Sandfeld Jensen2020-10-07212-473/+477
* Add unit tests to assure QtConcurrent works on move-only sequencesAndreas Buhr2020-10-073-78/+291
* Allow millisecond-overflow when the result remains validEdward Welbourne2020-10-072-4/+30
* Use start of day when wrapping 24:00 to the next dayEdward Welbourne2020-10-071-0/+5
* Rename the new platform APIs from QPlatformInterface to QNativeInterfaceTor Arne Vestbø2020-10-076-11/+11
* Convert a couple of APIs to use viewsLars Knoll2020-10-061-13/+12
* CMake: Refactor optimization flag handling and add optimize_fullAlexandru Croitor2020-10-061-0/+10
* QUrl::fromLocalFile: accept invalid hostnamesThiago Macieira2020-10-051-0/+15
* tst_QUrl/Win: test QUrl::fromLocalFile with backslashesThiago Macieira2020-10-051-6/+17
* tst_QUrl: give the to/fromLocalFile test rows proper namesThiago Macieira2020-10-051-52/+60
* Make QAnyStringView comparison operators hidden friendsKarsten Heimrich2020-10-061-32/+46
* Test end-date, not just its string representation, in QDTE testEdward Welbourne2020-10-061-170/+264
* Change QString::fromLatin1 and friends to use QByteArrayViewLars Knoll2020-10-051-19/+20
* Replace Q_DECL_UNUSED with [[maybe_unused]]Allan Sandfeld Jensen2020-10-031-1/+1
* QFlags: remove deprecated constructorEdward Welbourne2020-10-032-5/+5
* Handle trailing cruft consistently in Qt::DateFormat parsingEdward Welbourne2020-10-031-4/+3
* Remove compiler testAllan Sandfeld Jensen2020-10-0212-1763/+1
* Rework a test, eliminating some needless conversion via stringsEdward Welbourne2020-10-021-35/+15
* End touch->mouse synthesis when the chosen touchpoint is releasedShawn Rutledge2020-10-021-0/+24
* Add test case for QSslSocket to show the wrong behaviorLars Schmertmann2020-10-025-0/+373
* QTreeView: fetch as many nested entries as fit into the viewVolker Hilsheimer2020-10-021-0/+151
* rhi: vk: Alter command buffer strategyLaszlo Agocs2020-10-021-3/+0
* rhi: Make per-frame flags per-pass where appropriateLaszlo Agocs2020-10-021-3/+3
* Give some QTime test-cases more informative namesEdward Welbourne2020-10-011-11/+19
* CMake: Clean up the public API a bitAlexandru Croitor2020-10-011-29/+29
* Fix race condition in QThreadPool::clearAllan Sandfeld Jensen2020-10-011-0/+26