summaryrefslogtreecommitdiffstats
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* Port tests away from using q{Set}GlobalQHashSeedIvan Solovev2022-08-268-13/+38
* tst_qdtls: guard usage of the deprecated enum valuesIvan Solovev2022-08-261-1/+9
* Change the license of CMakeLists.txt file to BSDLucie Gérard2022-08-261-1/+1
* QAbstractItemDelegate: tolerate that editor gets reparentedVolker Hilsheimer2022-08-251-0/+70
* Wayland: Skip test that queries window positionEskil Abrahamsen Blomfeldt2022-08-251-2/+3
* QtBase tests: remove QT_DISABLE_DEPRECATED_UP_TO definesIvan Solovev2022-08-2416-30/+0
* DBus tests: port away from deprecated APIsIvan Solovev2022-08-245-38/+38
* tst_qshortcut: port away from deprecated APIsIvan Solovev2022-08-241-37/+37
* tst_qmessagebox: port away from deprecated methodsIvan Solovev2022-08-241-12/+14
* wasm: add manual auto-test for websockify-tunneled socketsMorten Sørvig2022-08-243-0/+404
* wasm: add echo_server test TCP serverMorten Sørvig2022-08-242-0/+141
* Resolve window focusing problems on WASMMikolaj Boc2022-08-241-32/+13
* Make QHeaderView restore state from different stream versionsAxel Spoerl2022-08-241-0/+42
* tests: Fix tst_qprinterinfo for CUPS printer instancesMichael Weghorn2022-08-241-1/+1
* Change the license of all CMakeLists.txt and *.cmake files to BSDLucie Gérard2022-08-231179-1179/+1179
* Revert Q_DECLARE_EXPORTED_LOGGING_CATEGORY in tst_qdockwidgetAxel Spoerl2022-08-231-0/+6
* tst_qgraphicswidget: Avoid redeclaration of Size from MacTypes.hTor Arne Vestbø2022-08-211-29/+29
* Don't access QObjectPrivate::declarativeData unguardedVolker Hilsheimer2022-08-201-0/+77
* QSslServer: Re-enable read notifications when a client times outMårten Nordheim2022-08-191-6/+16
* Rename QT_DISABLE_DEPRECATED_BEFORE -> QT_DISABLE_DEPRECATED_UP_TOIvan Solovev2022-08-1925-26/+26
* Put code related to timezone functionality under QT_CONFIG(timezone)Tatiana Borisova2022-08-183-0/+6
* 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 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: skip crahsing tst_QFile's unixPipe() and socketPair()Assam Boudjelthia2022-08-181-0/+8
* Android: fix Android filedialog and completer testsAssam Boudjelthia2022-08-183-2/+42
* Allow specify distance to plane for QTransformJiDe Zhang2022-08-182-0/+36
* Remove network dependency for tests with UNC pathsVolker Hilsheimer2022-08-176-30/+23
* QSslServer: Make sure maxPendingConnections applies to all socketsMårten Nordheim2022-08-171-0/+29
* QSslServer: Implement handshake timeoutsMårten Nordheim2022-08-171-0/+28
* QSslServer: Check that first byte is ClientHelloMårten Nordheim2022-08-171-0/+23
* CMake: Add simple widgets qmake iOS build testAlexandru Croitor2022-08-172-0/+23
* QDomDocument: deprecate old setContent() overloads in favor of new onesSona Kurazyan2022-08-171-39/+41
* wasm: always build asyncify tests for eventloop_autoMorten Sørvig2022-08-173-10/+58
* wasm: add "skip" support to qtwasmtestlibMorten Sørvig2022-08-173-4/+28
* wasm: include asyncify support unconditionallyMorten Sørvig2022-08-172-8/+5
* CMake: Add manual test for various iOS asset handlingAlexandru Croitor2022-08-1730-0/+575
* Unblacklist tests that are no longer flakyDimitrios Apostolou2022-08-171-4/+0
* Stabilize test by not activating windowDimitrios Apostolou2022-08-172-8/+2
* Update BLACKLIST for tst_qgraphicsviewDimitrios Apostolou2022-08-171-14/+2
* Unblacklist tests that are no longer flakyDimitrios Apostolou2022-08-171-5/+0
* Fix testcase that fails when run individuallyDimitrios Apostolou2022-08-171-1/+1
* qdbusxml2cpp: remove the old "In"-for-signal compatibility codeThiago Macieira2022-08-162-31/+105
* Maintain the window z-order properly in wasm compositorMikolaj Boc2022-08-162-0/+277
* rhi: tst_qrhi: Check for OpenGL cap on the platformLaszlo Agocs2022-08-161-37/+11
* Update QTimeZone benchmark's list of tested zonesEdward Welbourne2022-08-161-9/+16
* tst_qbytearray: remove qCompress_data for QT_NO_COMPRESSMarc Mutz2022-08-151-2/+2
* Fix QFontDatabase::hasFamily() for ambiguous familiesEskil Abrahamsen Blomfeldt2022-08-152-4/+5
* rhi: d3d11: Enable tessellation and geometry with some caveatsLaszlo Agocs2022-08-1512-4/+111