summaryrefslogtreecommitdiffstats
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* Activate test of enter event delivery on macOSVolker Hilsheimer2021-09-171-3/+0
* Remove conditioning on Android embeddedEdward Welbourne2021-09-1735-84/+91
* rhi: vulkan: Reset state more aggressivelyLaszlo Agocs2021-09-171-0/+139
* Fix flaky test timing out sometimes while waiting for dataDimitrios Apostolou2021-09-171-4/+7
* Fix loading of OpenSSL on macOS versions that ship its own OpenSSLTor Arne Vestbø2021-09-171-0/+5
* Add missing dependencies of tests on their helper programsEdward Welbourne2021-09-1714-93/+71
* Introduce QDoubleValidator::fixup()Ivan Solovev2021-09-171-0/+220
* rhi: Allow testing renderpass compatibility without the objectsLaszlo Agocs2021-09-161-0/+11
* Support QNX QCC compilerPasi Petäjäjärvi2021-09-161-2/+2
* Close QDialog via QWidget::close()Tor Arne Vestbø2021-09-161-2/+4
* Always reset close-status of QWidget when trying to closeTor Arne Vestbø2021-09-151-0/+30
* Don't let windowstates manual test eat log messagesTor Arne Vestbø2021-09-151-10/+6
* QThreadPool: Fix restarting of expired threadsIevgenii Meshcheriakov2021-09-151-0/+25
* Teach QLocale::system() to use narrow formatIvan Solovev2021-09-151-0/+27
* Fix Catch2 compiling for INTEGRITYTatiana Borisova2021-09-142-1/+32
* Tidy up #includes in tst_qlocale.cppEdward Welbourne2021-09-141-17/+15
* Move locale-switching code in tests to a shared headerEdward Welbourne2021-09-143-66/+117
* QPlugin/QFactoryLoader: remove Qt 5 plugin remnantsThiago Macieira2021-09-141-37/+0
* Re-enable tst_qplugin on LinuxThiago Macieira2021-09-141-6/+1
* feat: add new interfaces for std::filesystem::pathJiDe Zhang2021-09-141-0/+18
* Fix querying font aliases that share name with other fontsEskil Abrahamsen Blomfeldt2021-09-111-1/+1
* tst_http2: Fix flaky authentication testMårten Nordheim2021-09-101-0/+5
* Unskip QToolTip::keyEvent test on macOSTor Arne Vestbø2021-09-091-15/+18
* Skip tst_QReadWriteLock::multipleReadersLoop on QEMUSona Kurazyan2021-09-092-0/+5
* Tidy up in counting, skip and skipinit selftestsEdward Welbourne2021-09-093-8/+11
* macOS: Don't show QMessageBox::about(Qt) as modal windowsTor Arne Vestbø2021-09-091-2/+11
* Move QNAM's http header parsing into separate classØystein Heskestad2021-09-091-1/+1
* tst_qstringapisymmetry: Don't pretend that QByteArray contains UTF-8Ievgenii Meshcheriakov2021-09-091-10/+8
* Add new am/pm format-specifier that preserves locale's caseEdward Welbourne2021-09-082-6/+30
* High-dpi configuration change testingMorten Johan Sørvig2021-09-081-0/+111
* QIntValidator: add tests for fixup()Ivan Solovev2021-09-081-0/+61
* Fix QtConcurrent::blockingMapped to work with non-template sequencesSona Kurazyan2021-09-083-0/+195
* rhi: Improve srb layout serialization helpersLaszlo Agocs2021-09-071-0/+9
* Q_DECLARE_INTERFACE: delete unspecialized qobject_interface_iid()Thiago Macieira2021-09-071-2/+0
* Fix compilation for recursive Qt containersSona Kurazyan2021-09-071-0/+144
* rhi: Enable serializing a layout description without baking an srbLaszlo Agocs2021-09-071-0/+9
* rhi: Make the serialized srb layout description accessibleLaszlo Agocs2021-09-071-0/+16
* Deprecate constructing QString from a pointerChen Wei2021-09-071-1/+1
* tst_QtJson: add matching escape-generating testThiago Macieira2021-09-061-0/+55
* JSON parsing: fix incorrect sign-extension for decoding bad escapesThiago Macieira2021-09-061-7/+64
* Forward touchEvents to children inside QGraphicsProxyWidgetVolker Hilsheimer2021-09-061-68/+134
* Fix QLocale::system() standalone day and month handlingIvan Solovev2021-09-061-0/+127
* Blacklist flaky QGraphicsWidget test function for macOSVolker Hilsheimer2021-09-061-0/+2
* Add test-case for QWidget closing exits event loopVolker Hilsheimer2021-09-061-0/+31
* Add more QDialog unit test related to closing a dialogVolker Hilsheimer2021-09-051-0/+170
* QMessageBox: Reset clickedButton for each invocation of the dialogTor Arne Vestbø2021-09-041-0/+23
* Add binary compatibility files for 6.1Milla Pohjanheimo2021-09-0311-0/+93568
* Make tst_QLocale::TransientLocale succeed at changing system localeIvan Solovev2021-09-031-2/+46
* xcb: add manual test for xrandr scaleLiang Qi2021-09-021-3/+70
* Test QWindow close() behaviorMorten Johan Sørvig2021-09-021-10/+77