summaryrefslogtreecommitdiffstats
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* QItemSelectionModel: don't warn when destroying the modelv6.5.36.5.3Volker Hilsheimer2023-09-221-0/+17
* Update public suffix listMarc Mutz2023-09-211-0/+0
* Fix qHash(qfloat16) to match Qt 6.4 behaviorMarc Mutz2023-09-131-6/+0
* QDialogButtonBox: Manage hide and show of standard buttonsAxel Spoerl2023-09-121-0/+17
* QString: fix append() wrt. raw dataMårten Nordheim2023-09-132-0/+32
* tst_QHashFunctions: fix std::pair test to use QFETCH_GLOBAL seedsMarc Mutz2023-09-121-6/+0
* tst_QHashFunctions: test with actual 64-bit seedsMarc Mutz2023-09-121-12/+18
* tst_QHostInfo: use python3Thiago Macieira2023-09-061-1/+1
* tst_QDnsLookup: extend test coverage for property bindingsIvan Solovev2023-09-062-0/+28
* rhi: Make it safe to always call deleteLater on a resourceLaszlo Agocs2023-09-061-1/+22
* Dialogs: clean up native dialogs when object gets destroyedVolker Hilsheimer2023-09-065-3/+148
* QCborValue: add benchmark for operator[]Ivan Solovev2023-09-064-0/+87
* QTimer: extend property tests and fix binding loopIvan Solovev2023-09-063-0/+40
* QTimer: fix regression on singleShot-invoking non-mormalized SLOT()sThiago Macieira2023-09-061-0/+142
* tst_QMovie: extend the test coverage for property bindingsIvan Solovev2023-09-062-0/+21
* QLocal{Socket,Server}: extend the test coverage for property bindingsIvan Solovev2023-09-062-7/+14
* QStandardItemModel: extend the test coverage for property bindingsIvan Solovev2023-09-062-0/+5
* QAbstractProxyModel: fix binding loopsIvan Solovev2023-09-061-3/+3
* QPauseAnimation: extend tests and fix binding loopIvan Solovev2023-09-062-0/+8
* QSequentialAnimationGroup: extend bindable property unit testsIvan Solovev2023-09-062-0/+13
* tst_QSslSocket: don't use deprecated RSA apiTimur Pocheptsov2023-09-061-0/+2
* tst_gestures: clean-up the BLACKLISTTimur Pocheptsov2023-09-061-55/+0
* QCOMPARE: restore compatibility with braced-init-listsGiuseppe D'Angelo2023-09-067-37/+71
* QAbstractProxyModel: delay headerDataChanged emissions when inserting/removin...Giuseppe D'Angelo2023-09-061-2/+2
* tst_QProcess: move setChildProcessModifier test to a Q_OS_UNIX sectionThiago Macieira2023-09-061-39/+38
* QPrintDialog on macOS: Don't crash when parent is not a windowVolker Hilsheimer2023-09-051-0/+16
* QComboBox: scroll the popup to the top before positioning itRichard Moe Gustavsen2023-09-051-0/+54
* tst_QDeadlineTimer: use std::chrono_literalsThiago Macieira2023-09-051-47/+48
* Reset palette resolve mask in windows vista styleSanthosh Kumar2023-09-051-11/+54
* tst_QString: deduplicate datatagsMårten Nordheim2023-09-041-9/+9
* tst_QFileInfo: replace a portion of a macro with a lambdaThiago Macieira2023-09-011-6/+8
* tst_QFileInfo: don't trigger libstdc++ std::filesystem bugThiago Macieira2023-09-011-0/+3
* QAccessible: consistently respect rootIndex of item viewsVolker Hilsheimer2023-09-011-0/+47
* tst_qsslkey: Fix CMake conditionAxel Spoerl2023-08-311-2/+2
* tst_QSplitter: fix compiler warningAxel Spoerl2023-08-311-1/+1
* QItemSelectionModelPrivate: use QObjectPrivate::connectAxel Spoerl2023-08-311-0/+35
* tst_qstatictext: Fix CMake conditionAxel Spoerl2023-08-311-1/+1
* Blacklist tst_QMainWindow::QTBUG52175_tabifiedDockWidgetActivatedTimur Pocheptsov2023-08-251-0/+2
* Stabilize tst_QGraphicsEffect::draw()Tor Arne Vestbø2023-08-251-1/+3
* Update public suffix listIevgenii Meshcheriakov2023-08-251-0/+0
* tst_QSpinBox: handle an old TODOAhmad Samir2023-08-241-4/+0
* tst_QSslSocket: skip tests requiring TLS v 1.0 downgradeTimur Pocheptsov2023-08-221-0/+24
* tst_QDockWidget: Fix compiler warning in non-development buildAxel Spoerl2023-08-221-19/+23
* tst_QDtls: use DTLS v 1.0 test data conditionallyTimur Pocheptsov2023-08-211-9/+17
* QObject: Do not register an observer when writing objectName propertyUlf Hermann2023-08-211-0/+10
* tst_macdeplyqt: unbreak runVerifyDeployment()Marc Mutz2023-08-181-3/+3
* tests: port assorted trivial uses of Q_FOREACH to ranged for loopsMarc Mutz2023-08-1818-42/+43
* QMimeDatabase benchmark: port away from Q_FOREACHMarc Mutz2023-08-181-12/+17
* QtWidgets tests: port remaining users away from Q_FOREACHMarc Mutz2023-08-189-25/+36
* tst_QMainWindow: port away from Q_FOREACHMarc Mutz2023-08-181-19/+21