summaryrefslogtreecommitdiffstats
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* Android: fix tst_android testAssam Boudjelthia2020-11-252-3/+2
* Android: exclude faulty qfilesystemwatcher testAssam Boudjelthia2020-11-253-2/+7
* Android: exclude faulty tst_selftestsAssam Boudjelthia2020-11-253-2/+11
* QSet: add missing insert-with-hintMarc Mutz2020-11-251-2/+2
* Fix compiler warning from deprecated functionVolker Hilsheimer2020-11-251-1/+1
* QVLA: do not include QtTestGiuseppe D'Angelo2020-11-251-1/+1
* CMake: Change generated resources namingAlexey Edelev2020-11-241-3/+3
* Fix tst_qfiledialog2 in case directory ~/foo existsAndreas Buhr2020-11-241-2/+2
* Fix tst_qlibrary after rebuildAndreas Buhr2020-11-242-2/+30
* Blacklist authenticationCacheAfterCancel on Ubuntu 20.04Alexandru Croitor2020-11-241-0/+4
* Return a QString() if the families list is emptyAndy Shaw2020-11-241-2/+6
* Skip QSystemTrayIcon unit test for offscreen platformAndreas Buhr2020-11-241-0/+3
* QMessageAuthenticationCode: extend testsIvan Solovev2020-11-241-0/+61
* Fix tst_qlibrary by telling CMake about required librariesAndreas Buhr2020-11-231-0/+1
* QPasswordDigestor - improve code coverageTimur Pocheptsov2020-11-231-0/+59
* QSslConfiguration - improve code coverageTimur Pocheptsov2020-11-232-4/+43
* Fix compiler warning about discarded return valueVolker Hilsheimer2020-11-231-1/+1
* QMetaType: Track whether type is QML list typeFabian Kosmale2020-11-231-19/+23
* Add convenience functions for QFuture creationIvan Solovev2020-11-231-0/+69
* Replace qt_make_unique with std::make_uniqueAllan Sandfeld Jensen2020-11-231-3/+2
* tst_QProcess: fix compilation on WindowsAlex Trotsenko2020-11-221-0/+2
* QMargins(F): add support for structured bindingGiuseppe D'Angelo2020-11-221-0/+56
* Add unit test for QAnyStringView::compareAndreas Buhr2020-11-211-1/+8
* Fit tst_qprinterinfo in case there are printers in local networkAndreas Buhr2020-11-211-4/+2
* Fix weight when reading old serialized QFontsEskil Abrahamsen Blomfeldt2020-11-202-4/+4
* Android: exclude qarraydata::dataPointerAllocate() from CI testsAssam Boudjelthia2020-11-201-0/+3
* Extend tests for QMarginsIvan Solovev2020-11-201-0/+38
* QPoint(F): add support for structured bindingGiuseppe D'Angelo2020-11-202-0/+119
* tst_qocsp: improve code coverageTimur Pocheptsov2020-11-201-3/+16
* Add unit test for YearMonthDateAndreas Buhr2020-11-201-0/+31
* Add unit test for QString::insert(negativeint, QChar)Andreas Buhr2020-11-201-0/+1
* Add unit test reproducing integer overflow in QDateTime::fromStringAndreas Buhr2020-11-201-0/+5
* QSslCipher - improve its code coverage and auto-testsTimur Pocheptsov2020-11-202-23/+25
* Remove QScopedSharedPointerGiuseppe D'Angelo2020-11-201-2/+0
* tst_QTcpSocket::connectToHostError - handle possible timeoutsTimur Pocheptsov2020-11-202-9/+31
* Test conversion of ulonglong variant to JSONSona Kurazyan2020-11-201-0/+12
* QFont: Prefer setFamilies() over setFamily()Andy Shaw2020-11-207-33/+56
* Revert "Allow QWindowsPipe{Reader,Writer} to work with foreign event loops"Kai Koehne2020-11-207-294/+2
* Add tst_QHighDpi::mouseVelocity()Shawn Rutledge2020-11-201-0/+102
* 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
* Fuzzing: Add a test for QDateTime::fromStringEdward Welbourne2020-11-192-0/+110
* 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-177-36/+0
* CMake: fix QLocalSocket benchmark to use new qt_internal_ APIAlex Trotsenko2020-11-171-1/+1
* Network self-test: make it work with docker/containersTimur Pocheptsov2020-11-1717-78/+1096
* 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