summaryrefslogtreecommitdiffstats
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* tst_QHashFunctions: fix std::pair test to use QFETCH_GLOBAL seedsMarc Mutz2023-09-081-6/+0
* tst_QFont: fix -Wsign-compareMarc Mutz2023-09-081-3/+3
* tst_QHashFunctions: test with actual 64-bit seedsMarc Mutz2023-09-081-12/+18
* QArrayDataPointer: remove Q_CHECK_PTR in assign(it, it) againDennis Oberst2023-09-081-0/+20
* Dialogs: clean up native dialogs when object gets destroyedVolker Hilsheimer2023-09-065-3/+148
* tst_qsslkey: Fix CMake conditionAxel Spoerl2023-09-061-2/+2
* QItemSelectionModelPrivate: use QObjectPrivate::connectAxel Spoerl2023-09-061-0/+35
* QTimer: extend property tests and fix binding loopIvan Solovev2023-09-063-0/+40
* QPrintDialog on macOS: Don't crash when parent is not a windowVolker Hilsheimer2023-09-051-0/+16
* Reset palette resolve mask in windows vista styleSanthosh Kumar2023-09-051-11/+54
* QMimeDatabase: fix detection of pattern conflict in different prefixesDavid Faure2023-09-044-10/+28
* tst_QString: deduplicate datatagsMårten Nordheim2023-09-041-9/+9
* QArrayData: make calculateBlockSize() account for the extra null elementThiago Macieira2023-09-042-2/+3
* QAbstractProxyModel: fix binding loopsIvan Solovev2023-09-031-3/+3
* tst_QDnsLookup: extend test coverage for property bindingsIvan Solovev2023-09-032-0/+35
* tst_QMovie: extend the test coverage for property bindingsIvan Solovev2023-09-032-0/+21
* QLocal{Socket,Server}: extend the test coverage for property bindingsIvan Solovev2023-09-032-7/+14
* QPauseAnimation: extend tests and fix binding loopIvan Solovev2023-09-032-0/+8
* QSequentialAnimationGroup: extend bindable property unit testsIvan Solovev2023-09-032-0/+13
* QStandardItemModel: extend the test coverage for property bindingsIvan Solovev2023-09-032-0/+5
* tst_QFileInfo::stdfilesystem: add extra Unicode string testsThiago Macieira2023-09-011-0/+12
* 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
* Constrain QCoreApplication::requestPermission to compatible functorsVolker Hilsheimer2023-09-011-0/+24
* wasm: rename JsString -> EcmaStringMorten Sørvig2023-08-311-4/+4
* tst_selftests: deduplicate the Unix/Linux conditionsThiago Macieira2023-08-311-9/+4
* QTimer: fix regression on singleShot-invoking non-mormalized SLOT()sThiago Macieira2023-08-301-0/+142
* tst_QSslSocket: don't use deprecated RSA apiTimur Pocheptsov2023-08-291-0/+2
* tst_QUdpSocket: move up the search for IPv6-capable interfacesThiago Macieira2023-08-291-20/+9
* tst_QNetworkInterface: enable IPv6 detection for WindowsThiago Macieira2023-08-292-9/+10
* Blacklist tst_QMainWindow::QTBUG52175_tabifiedDockWidgetActivatedTimur Pocheptsov2023-08-251-0/+2
* Disable android_deployment_settings test for non-standalone scenarioAlexey Edelev2023-08-251-1/+1
* Stabilize tst_QGraphicsEffect::draw()Tor Arne Vestbø2023-08-251-1/+3
* tst_QSpinBox: handle an old TODOAhmad Samir2023-08-241-4/+0
* tst_gestures: clean-up the BLACKLISTTimur Pocheptsov2023-08-241-55/+0
* Update public suffix listIevgenii Meshcheriakov2023-08-241-0/+0
* Add test for the qt6_android_generate_deployment_settings CMake commandAlexey Edelev2023-08-234-0/+208
* 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
* QByteArray: remove a unittestAhmad Samir2023-08-181-12/+0
* QUuid: convert bswap(Id128Bytes) to a hidden friend of Id128BytesIvan Solovev2023-08-181-0/+17
* Rename accent color in QPaletteSanthosh Kumar2023-08-184-13/+13
* Increase setup precision and reduce test precisionAllan Sandfeld Jensen2023-08-181-4/+6
* tst_macdeplyqt: unbreak runVerifyDeployment()Marc Mutz2023-08-171-3/+3
* tests: port assorted trivial uses of Q_FOREACH to ranged for loopsMarc Mutz2023-08-1718-42/+43
* tst_QMainWindow: port away from Q_FOREACHMarc Mutz2023-08-171-19/+21
* QMimeDatabase benchmark: port away from Q_FOREACHMarc Mutz2023-08-171-12/+17