summaryrefslogtreecommitdiffstats
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* Add a test case for an invalid min/max size pairv6.6.0-beta3Inho Lee2023-08-161-0/+7
* tst_QHashFunctions: use actual seed in consistent() test functionMarc Mutz2023-08-161-1/+1
* QDockWidgetGroupWindow::adjustFlags() - don't show() empty group windowAxel Spoerl2023-08-151-3/+12
* QXmlStreamReader::readNextStartElement() - return false on document endAxel Spoerl2023-08-151-0/+4
* tests/tools: only run qdbus{cpp2xml,xml2cpp} tests if D-Bus is availableThiago Macieira2023-08-152-24/+26
* Fix registration of QtDBus types' metatypesThiago Macieira2023-08-152-2/+77
* Remove QUuid(quint128) constructor againMarc Mutz2023-08-141-2/+2
* QtWidgets benchmarks: port remaining users away from Q_FOREACHMarc Mutz2023-08-142-10/+10
* QPlainTextEdit: update placeholder text when document is emptyAxel Spoerl2023-08-141-3/+3
* QAndroidPlatformInputContext: send composition text and cursor jointlyAxel Spoerl2023-08-141-5/+35
* Improve diagnostic output in tst_QDockWidget::floatingTabs()Axel Spoerl2023-08-111-2/+2
* tst_QImageReader: it's a rotate^Wadjacent_find!Marc Mutz2023-08-111-29/+18
* QMimeDatabase benchmark: measure only what it pertinentMarc Mutz2023-08-091-3/+5
* embeddedintoforeignindow test: port itemwindow.h away from Q_FOREACHMarc Mutz2023-08-091-1/+2
* tst_QMimeDatabase{Xml,Cache}: make the two siblings behave the sameMarc Mutz2023-08-092-8/+1
* tst_QAccessibilityLinux: port away from Q_FOREACHMarc Mutz2023-08-091-1/+1
* tst_QMainWindow: for UB (use of reserved names)Marc Mutz2023-08-091-10/+10
* tst_QImageReader: fix missing checks for "newly"-added ImageOptionsMarc Mutz2023-08-091-29/+43
* QStorageInfo manual test: port away from Q_FOREACHMarc Mutz2023-08-092-2/+2
* tst_rcc: port away from Q_FOREACHMarc Mutz2023-08-081-5/+5
* DynamicTreeModel test helper: port away from Q_FOREACHMarc Mutz2023-08-081-7/+5
* Fix digit grouping: m_grouping_top doesn't mean what I thought it didEdward Welbourne2023-08-083-10/+114
* QSslSocket manual test: replace QList with const arrayMarc Mutz2023-08-081-8/+9
* Fix embeddedwindows test on platforms without native window helperTor Arne Vestbø2023-08-081-0/+5
* manual repaint test: port away from Q_FOREACHMarc Mutz2023-08-081-8/+8
* tst_QImage: replace QList with constexpr arrayMarc Mutz2023-08-081-3/+2
* tst_QTextScriptEngine: replace QList with const arrayMarc Mutz2023-08-081-4/+5
* tst_QSctpSocket: replace QList with const arrayMarc Mutz2023-08-081-5/+6
* tst_macdeployqt: fix runVerifyDeployment()Marc Mutz2023-08-081-1/+1
* tst_QGroupBox: port away from Q_FOREACHMarc Mutz2023-08-081-3/+3
* tst_QWizard: port away from Q_FOREACH[5/5]: CombinationsTestData ctorMarc Mutz2023-08-081-11/+16
* tst_QWizard: port away from Q_FOREACH[4/5]: TestWizard dtorMarc Mutz2023-08-081-1/+1
* tst_QWizard: port away from Q_FOREACH[3/5]: OptionInfo ctorMarc Mutz2023-08-081-1/+1
* tst_QWizard: port away from Q_FOREACH[2/5]: WizardPages::shown()Marc Mutz2023-08-081-1/+1
* tst_QWizard: port away from Q_FOREACH[1/5]: TestWizard::applyOperations()Marc Mutz2023-08-081-2/+2
* tst_QMdiArea: port away from Q_FOREACHMarc Mutz2023-08-081-17/+30
* Add embeddedwindows manual testTor Arne Vestbø2023-08-073-0/+122
* tests: Add iOS support to nativewindow helperTor Arne Vestbø2023-08-071-4/+8
* Update QTimeZone data to CLDR v43Edward Welbourne2023-08-071-3/+3
* tst_foreignwindow: Add basic test of foreign window reparentingTor Arne Vestbø2023-08-072-0/+30
* tst_QFileDialog/2: port away from Q_FOREACHMarc Mutz2023-08-072-8/+7
* tst_QComboBox: port away from Q_FOREACHMarc Mutz2023-08-071-11/+12
* tests: Move NativeWindow helper class to shared headerTor Arne Vestbø2023-08-072-108/+113
* tst_foreignwindow: Run test with high-DPI disabledTor Arne Vestbø2023-08-071-0/+1
* Update QLocale to CLDR v43Edward Welbourne2023-08-041-1/+3
* tests: skip three tests in tst_QDockWidget on WaylandLiang Qi2023-08-041-0/+6
* tests: blacklist tst_QWidget::render() on WaylandLiang Qi2023-08-041-0/+2
* Moc: fix generated code for nested enum class corner caseAhmad Samir2023-08-031-0/+44
* Correct some testlib selftest data: blacklisted does not qFatal()Edward Welbourne2023-08-012-6/+3
* Use QT_SUPPORTS_INT128 macro to handle 128-bit integral typesIvan Solovev2023-08-011-1/+1