summaryrefslogtreecommitdiffstats
path: root/tests/auto
Commit message (Expand)AuthorAgeFilesLines
* QNetworkReply: Fix missing final emission of readyReadMårten Nordheim2022-09-121-0/+49
* Work round macOS's omission of en_DE from its own uiLanguages()Edward Welbourne2022-09-081-1/+16
* QTextStream: Fix logical error in setEncodingMårten Nordheim2022-09-071-0/+55
* tst_QSslSocket::oldErrorsOnSocketReuse - make it work with OpenSSL v3Timur Pocheptsov2022-09-051-2/+4
* tst_QSslSocket: regenerate certificate used for setLocalCertificateChainMårten Nordheim2022-09-0311-93/+511
* tst_QSslSocket::protocolServerSide - make it work with OpenSSL v3Timur Pocheptsov2022-09-021-7/+0
* Use testlib for multiPointRawEventTranslationOnTouchScreen eventsShawn Rutledge2022-09-022-68/+64
* QVariant: fix conversions of Q_ENUM that are QFlags<> to stringEirik Aavitsland2022-09-021-0/+2
* QVariant: fix conversions of string keys to Q_ENUM that are QFlags<>Thiago Macieira2022-09-011-0/+5
* tst_QSslKey - make OpenSSL v3 detection fully runtimeTimur Pocheptsov2022-09-011-11/+14
* Blacklist: tst_QGraphicsAnchorLayout::layoutDirection for Ubuntu 22.04Heikki Halmet2022-09-011-0/+1
* QSslCertificate::toText(): add a file to compare againstTimur Pocheptsov2022-08-315-150/+9
* tst_QSslCertificate::pkcs12 - skip the test if OpenSSL version >= 3Timur Pocheptsov2022-08-311-0/+5
* RCC: fix zlib compression when --no-zstd was specifiedThiago Macieira2022-08-311-1/+11
* tst_QDtls::verifyClientCertficiate - update certs for OpenSSL v3Timur Pocheptsov2022-08-312-88/+84
* a11y: Don't reassign unique ID to other object right awayMichael Weghorn2022-08-311-0/+20
* QHttp2Configuration: in QNAM, use old, higher values in flow controlTimur Pocheptsov2022-08-311-0/+7
* tst_QMap: avoid tripping MSVC debug-mode iterator assertionsThiago Macieira2022-08-281-1/+6
* a11y: Prevent one case of losing a11y interface when setting event childMichael Weghorn2022-08-271-0/+28
* Replace logging category lcQpaDockWidgets in dock widget auto testAxel Spoerl2022-08-261-41/+37
* Add QDockWidget save & restore auto testAxel Spoerl2022-08-261-0/+160
* QAbstractItemDelegate: tolerate that editor gets reparentedv6.4.0-beta4Volker Hilsheimer2022-08-251-0/+70
* Wayland: Skip test that queries window positionEskil Abrahamsen Blomfeldt2022-08-251-2/+3
* tst_qshortcut: port away from deprecated APIsIvan Solovev2022-08-251-37/+37
* Make QHeaderView restore state from different stream versionsAxel Spoerl2022-08-241-0/+42
* tst_qgraphicswidget: Avoid redeclaration of Size from MacTypes.hTor Arne Vestbø2022-08-221-29/+29
* tst_qbytearray: remove qCompress_data for QT_NO_COMPRESSMarc Mutz2022-08-211-2/+2
* Don't access QObjectPrivate::declarativeData unguardedVolker Hilsheimer2022-08-211-0/+77
* QSslServer: Re-enable read notifications when a client times outMårten Nordheim2022-08-201-6/+16
* Put code related to timezone functionality under QT_CONFIG(timezone)Tatiana Borisova2022-08-193-0/+6
* Remove network dependency for tests with UNC pathsVolker Hilsheimer2022-08-195-30/+20
* Android: skip tst_qvulkan vulkan11() and vulkanWindowGrab()Assam Boudjelthia2022-08-181-0/+8
* Android: skip tst_qopengl::fboRenderingRGB30()Assam Boudjelthia2022-08-181-0/+4
* Android: skip crahsing tst_QFile's unixPipe() and socketPair()Assam Boudjelthia2022-08-181-0/+8
* Android: skip tst_QPluginLoader::loadSectionTableStrippedElf()Assam Boudjelthia2022-08-181-0/+4
* Android: tst_QByteArray::base64_2GiB() times out or gets terminatedAssam Boudjelthia2022-08-181-0/+3
* Android: fix Android filedialog and completer testsAssam Boudjelthia2022-08-183-2/+42
* QSslServer: Make sure maxPendingConnections applies to all socketsMårten Nordheim2022-08-181-0/+29
* QSslServer: Implement handshake timeoutsMårten Nordheim2022-08-181-0/+28
* QSslServer: Check that first byte is ClientHelloMårten Nordheim2022-08-181-0/+23
* CMake: Add simple widgets qmake iOS build testAlexandru Croitor2022-08-182-0/+23
* rhi: tst_qrhi: Check for OpenGL cap on the platformLaszlo Agocs2022-08-171-37/+11
* Fix QFontDatabase::hasFamily() for ambiguous familiesEskil Abrahamsen Blomfeldt2022-08-152-4/+5
* Fix initialization of QDateEdit and QTimeEditEdward Welbourne2022-08-151-2/+0
* Fix handling of invalid input to Q(Date|Time)Edit constructorsEdward Welbourne2022-08-151-2/+1
* Expand QDateTime edit constructor tests to cover Q(Date|Time)EditEdward Welbourne2022-08-151-14/+39
* Fix DeferredFlag implementation for QTestEventLoopEdward Welbourne2022-08-121-4/+12
* QMetaType: don't use global relocations to the lambdas and structuresThiago Macieira2022-08-121-0/+8
* Test QTRY_COMPARE() and expand testing of QTRY_VERIFY*()Edward Welbourne2022-08-127-36/+180
* QMetaType: add a test to confirm that types are equal across librariesThiago Macieira2022-08-127-5/+193