summaryrefslogtreecommitdiffstats
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* tst_qdbusabstractadapter: Don't skip testsIevgenii Meshcheriakov2023-12-041-19/+0
* Unskip tst_QApplication::testDeleteLater() on macOSTor Arne Vestbø2023-12-041-3/+0
* Blacklist tst_Http2::duplicateRequestsWithAborts on QNXVolker Hilsheimer2023-12-041-0/+2
* Disable timezone which is not supported on VxworksMarcin Zdunek2023-11-292-14/+27
* CMake: Remove deprecated PUBLIC_LIBRARIES option in wasm testsAlexandru Croitor2023-11-291-3/+0
* QTimeZone: use new comparison helper macrosIvan Solovev2023-11-282-7/+30
* Implement helper Qt::compareThreeWay() function for built-in typesIvan Solovev2023-11-282-27/+265
* Implement compare helper macrosIvan Solovev2023-11-283-0/+501
* Clean up QDate(Time)?::fromString() test-data tables, adding a columnEdward Welbourne2023-11-282-285/+278
* do not override initial AUTOMOC_MACRO_NAMES valueSami Shalayel2023-11-281-0/+7
* Restore ASN.1 Element tests after move to pluginEdward Welbourne2023-11-283-2/+7
* Raster painting: Correct the coordinate rounding in drawPoints()Eirik Aavitsland2023-11-281-1/+12
* tests/manual: fix compiler warnings about missing override keywordAhmad Samir2023-11-282-2/+2
* qdbuscpp2xml: Register QtDBus metatypesIevgenii Meshcheriakov2023-11-283-9/+38
* QFactoryLoader: add metaDataKeys() to return just the "Keys" entryThiago Macieira2023-11-281-4/+46
* QFactoryLoader::instance(): don't fully parse static plugins' dataThiago Macieira2023-11-286-3/+86
* ASN1: speed up parsing of certificate timestampsMårten Nordheim2023-11-271-0/+6
* Configure tst_qlineedit correctly for VxWorksJacek Poplawski2023-11-271-1/+1
* QPpmHandler: fix reading ppm filesChristian Ehrlicher2023-11-271-5/+5
* Make Qt::partial_ordering binary-compatible to std::partial_orderingMarc Mutz2023-11-271-0/+39
* QMetaEnum: let key(s)ToValue match fully-qualified unscoped enumeratorsAhmad Samir2023-11-261-2/+15
* tst_qstatictext: remove dead codeChristian Ehrlicher2023-11-261-59/+0
* Manual iconbrowser test: Add a Quick test tabVolker Hilsheimer2023-11-253-0/+64
* QCborStreamReader: add UTF-8 reading APIThiago Macieira2023-11-241-0/+44
* QCborStreamReader: add toString() and toByteArray()Thiago Macieira2023-11-241-0/+41
* Purge empty BLACKLIST files from testsEdward Welbourne2023-11-247-0/+0
* Add a comment to tst_qtimer.cpp to point out its reuse by QtGuiEdward Welbourne2023-11-241-0/+10
* Moc: don't stumple over inline namespace in more placesFabian Kosmale2023-11-241-0/+3
* Add initial implementation of an Android icon engineVolker Hilsheimer2023-11-232-0/+39
* wasm tests: Disable unstable qcborvalue testPiotr Wierciński2023-11-231-1/+3
* Change created socket protocol to IPv4 in broadcast testTomasz Kozłowski2023-11-231-1/+1
* a11y: Fix bug where some characters were not spoken while moving cursorJan Arve Sæther2023-11-231-3/+97
* QTabBar: properly calc tab positions when changing tab positionChristian Ehrlicher2023-11-231-0/+41
* QComboBox: don't eat non-printable key strokesChristian Ehrlicher2023-11-231-3/+27
* Add initial implementation of macOS and iOS icon theme implementationsVolker Hilsheimer2023-11-232-0/+563
* Blacklist tst_QGuiEventLoop::processEvents on QNXVolker Hilsheimer2023-11-222-0/+16
* QTest: make failOnWarning() functional on temp objects destructionVladimir Belyavsky2023-11-227-6/+61
* qtestlib: Add option to skip blacklisted testsKalle Viironen2023-11-2211-4/+216
* QObject: allow calling findChild() without a nameRym Bouabid2023-11-221-0/+19
* Disable tst_ForeignWindow::embedForeignWindow() null-parent check on LinuxTor Arne Vestbø2023-11-221-0/+3
* QDBusConnection: output error message from findSlotDavid Faure2023-11-222-0/+5
* qDebug: add support for std::optional and std::nullopt_tDavid Faure2023-11-221-0/+23
* tst_QTimer: refactor CMake codeAhmad Samir2023-11-223-33/+31
* QObject: port findChild/ren() to QAnyStringViewRym Bouabid2023-11-221-0/+34
* Rename Q*Ordering to Qt::*_orderingMarc Mutz2023-11-214-322/+433
* Q*Ordering: supply is_{lt,gt,n,}eqMarc Mutz2023-11-211-0/+109
* QMimeDatabase: update freedesktop.org.xml to shared-mime-info 2.4David Faure2023-11-201-3/+5
* tst_qtimer: remove extra `;` after Q_DISABLE_COPYAhmad Samir2023-11-191-1/+1
* Stabilize tst_ForeignWindow::embedForeignWindow()Tor Arne Vestbø2023-11-191-5/+1
* QDockWidget: Fix group unpluggingAxel Spoerl2023-11-182-50/+206