summaryrefslogtreecommitdiffstats
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* Fix uic/rcc generating outdated export for Qt for Pythonv6.0.0Friedemann Kleint2020-12-044-8/+8
* Fix hashing of QPersistentModelIndexLars Knoll2020-12-031-0/+34
* Bump the type info version in qhooks.cppv6.0.0-rc2Lars Knoll2020-12-011-1/+1
* QSslSocket::verify: do not alter the default configurationTimur Pocheptsov2020-12-012-2/+96
* Inline access to the QBindingStorageLars Knoll2020-11-271-2/+2
* Fix QVariant/QMetaType::compare APIsGiuseppe D'Angelo2020-11-256-3/+160
* Blacklist authenticationCacheAfterCancel on Ubuntu 20.04Alexandru Croitor2020-11-241-0/+4
* QMetaType: Track whether type is QML list typeFabian Kosmale2020-11-241-19/+23
* Fix weight when reading old serialized QFontsEskil Abrahamsen Blomfeldt2020-11-212-4/+4
* Revert "Allow QWindowsPipe{Reader,Writer} to work with foreign event loops"Kai Koehne2020-11-207-294/+2
* 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
* Improve qFloatDistance() test coverageEdward Welbourne2020-11-171-0/+1
* QTest: don't wait before sending mouse event: increment the timestampShawn Rutledge2020-11-171-2/+4
* Track progress range in QFutureInterface::setProgressValueIvan Solovev2020-11-172-1/+51
* Extend tests for QLoggingIvan Solovev2020-11-174-0/+384
* Android: Ensure windows always have a geometry on creationPiotr Mikolajczyk2020-11-171-9/+0
* Move the iterator from QTypedArrayData to QListLars Knoll2020-11-171-2/+2
* Clean up QList(iterator, iterator)Lars Knoll2020-11-171-1/+1
* Fix signature of QArrayDataOps::erase()Lars Knoll2020-11-172-2/+2
* Remove the special code for emplaceFront/Back againLars Knoll2020-11-171-3/+4
* Clean up emplace implementationsLars Knoll2020-11-171-154/+0
* Simplify QArrayDataOps::insert() for movable typesLars Knoll2020-11-171-157/+0
* Remove unused codeLars Knoll2020-11-171-71/+0
* Remove destructor calls from insert()Lars Knoll2020-11-172-178/+12
* Fix moveAppend() implementationLars Knoll2020-11-171-52/+1
* Don't allow storing types that throw in the destructor in our containersLars Knoll2020-11-172-10/+2
* Simplify code in QExceptionSafetyPrimitivesLars Knoll2020-11-171-33/+10
* Simplify the code for QList::emplace()Lars Knoll2020-11-172-16/+11
* Allow QWindowsPipe{Reader,Writer} to work with foreign event loopsAlex Trotsenko2020-11-177-2/+294
* Simplify reallocation handling in QListLars Knoll2020-11-172-3/+3
* Conditionally disable tests that depend on cxx11_future flagTony Sarajärvi2020-11-171-0/+4
* Android: move blocked tests of qapplication to test folderAssam Boudjelthia2020-11-162-17/+21
* Android: exclude failing test tst_android:assetsReadAssam Boudjelthia2020-11-161-0/+3
* Android: exclude failing tests of tst_qhighdpiAssam Boudjelthia2020-11-161-0/+3
* Android: exclude tests crashing at startAssam Boudjelthia2020-11-1614-10/+113
* Manual shortcut test: Fix deprecation warnings about key combinationsFriedemann Kleint2020-11-161-33/+32
* Android: exclude host tools tests for android and iosAssam Boudjelthia2020-11-162-6/+11
* QFileInfo: mark constructors as explicitGiuseppe D'Angelo2020-11-152-2/+2
* QChar: make construction from integral explicitGiuseppe D'Angelo2020-11-1518-101/+111
* Blacklist authenticationCacheAfterCancel on Ubuntu 20.04Andreas Buhr2020-11-131-0/+5