summaryrefslogtreecommitdiffstats
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* Replace discouraged Q_MOVABLE_TYPE by Q_RELOCATABLE_TYPEAndreas Buhr2020-11-3013-19/+19
* Fix warnings about unused variables in benchmarksAndreas Buhr2020-11-303-3/+1
* QStandardPaths: Don't change permissions of XDG_RUNTIME_DIRAlexander Volkov2020-11-301-1/+7
* QMetaProperty::typeName: use name from metatypeFabian Kosmale2020-11-301-3/+3
* QMetaObjectBuilder: remove relocatable data supportFabian Kosmale2020-11-301-39/+0
* tst_qmetaobjectbuilder: Clean-up deallocation of dynamic metaobjectsFabian Kosmale2020-11-301-9/+16
* tst_qmetaobjectbuilder: more descriptive error messagesFabian Kosmale2020-11-301-41/+78
* QMetaPropertyBuilder: carry metatypeFabian Kosmale2020-11-301-0/+20
* Fix invalid QSortFilterProxyModel::dataChanged parametersWang ChunLin2020-11-302-0/+168
* Fix compiler warning - remove dead codeVolker Hilsheimer2020-11-271-24/+0
* Use QCOMPARE(,) in preference to QVERIFY(qFuzzyCompare(,))Edward Welbourne2020-11-271-24/+24
* QCalendar: increase coverage by testsEdward Welbourne2020-11-271-7/+101
* Fix compiler warning from comparing signed to unsignedVolker Hilsheimer2020-11-271-1/+1
* Fix compiler warnings from deprecated methodVolker Hilsheimer2020-11-271-7/+6
* Fix compiler warning from deprecated functionVolker Hilsheimer2020-11-271-2/+3
* 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