summaryrefslogtreecommitdiffstats
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* TAP test logger: report B?XFAIL (mostly) as a messageEdward Welbourne2022-03-293-61/+141
* Move TAP's messages block to after the primary report detailsEdward Welbourne2022-03-2916-165/+101
* Add a test and remove a work-around for a fixed bugEdward Welbourne2022-03-291-4/+5
* Android: fix fullscreen handlingIvan Solovev2022-03-291-0/+37
* Android: activate tst_QWidgetIvan Solovev2022-03-293-35/+54
* Android: enable tst_QLocaleIvan Solovev2022-03-291-9/+12
* QFileSystemWatcher: Blacklist failing tests on macOS armIvan Solovev2022-03-291-0/+6
* Include file and line information in TAP diagnostics blocksEdward Welbourne2022-03-295-0/+30
* TAP test logger: move messages into the diagnostics blockEdward Welbourne2022-03-2918-2281/+4636
* Android: re-enable skipped testsIvan Solovev2022-03-293-10/+0
* Android: unblacklist tst_QStringConverter::convertUtf8()Ivan Solovev2022-03-281-3/+0
* QDom: preserve empty CDATA sectionsMarc Mutz2022-03-261-0/+12
* Make QUnixEventDispatcherQPA XFAIL the testVolker Hilsheimer2022-03-251-1/+1
* Android: activate tst_qfactoryloaderIvan Solovev2022-03-255-76/+50
* Android: activate tst_QPluginIvan Solovev2022-03-253-14/+34
* Android: skip tst_QFileSystemModel::specialFiles()Ivan Solovev2022-03-252-3/+3
* Android: activate tst_QThreadStorageIvan Solovev2022-03-253-9/+4
* tst_QAtomicInt: do not check qlonglong alignment for x86_32 CPUsIvan Solovev2022-03-252-4/+2
* Fix parsing of .cmake.conf in generate_expected_output.pyEdward Welbourne2022-03-251-3/+7
* Disable test tst_qxmlstream for QNXPasi Petäjäjärvi2022-03-251-1/+1
* Include zone name on tst_QTimeZone::isTimeZoneIdAvailable() failureEdward Welbourne2022-03-251-1/+1
* Apply the East-Saskatchewan exception to zone-fragment lengths to ICUEdward Welbourne2022-03-251-2/+2
* Notify about focus object changes upon widget destructionVolker Hilsheimer2022-03-251-0/+36
* Always cancel unfinished QPromises on destructionSona Kurazyan2022-03-251-0/+14
* CI: Add docker support for tst_qiodevice testPasi Petäjäjärvi2022-03-242-3/+14
* CI: Add docker support for tst_qtextstream testPasi Petäjäjärvi2022-03-242-1/+7
* rhi: d3d11/vulkan: Allow passing in an array range overrideLaszlo Agocs2022-03-241-1/+6
* Fix compiler warnings in testsVolker Hilsheimer2022-03-242-2/+2
* QAbstractItemView: with single selection, deselect on Ctrl+ReleaseVolker Hilsheimer2022-03-241-0/+8
* tst_QLocalSocket: Add helper to dependenciesMårten Nordheim2022-03-231-0/+1
* Android: activate tst_QLineEditIvan Solovev2022-03-233-8/+10
* Android: don't QEXPECT_FAIL in tst_QTextDocument::task240325()Assam Boudjelthia2022-03-231-3/+0
* Try to stabilize QWidget::enterLeaveOnWindowShowHideVolker Hilsheimer2022-03-231-2/+5
* Avoid duplicate descriptions in TAP's incident YAMLEdward Welbourne2022-03-221-13/+0
* TAP test logger: treat blacklisted XFail the same as XFailEdward Welbourne2022-03-221-3/+0
* Android: Blacklist failing tests on tst_QGraphicsProxyWidgetSamuel Mira2022-03-221-0/+6
* CI: QNX qemu need docker service ports explicitly defined for visibilityPasi Petäjäjärvi2022-03-211-0/+200
* QProperty: Allow manual scheduling of binding notificationUlf Hermann2022-03-211-0/+16
* Replace deprecated QColor::fromString in tests and documentationVolker Hilsheimer2022-03-211-1/+1
* QAnyStringView: constexpr detect 8-bit ASCII as Latin 1Øystein Heskestad2022-03-211-0/+22
* Build QMenuBar test without warningVolker Hilsheimer2022-03-201-1/+1
* Rename tst_qlatin1string and switch to using QLatin1StringViewSona Kurazyan2022-03-195-94/+93
* QRect: add toRectF()Marc Mutz2022-03-191-1/+38
* QLine/QMargins: add toLineF/toMarginsF()Marc Mutz2022-03-192-2/+71
* QSize/QPoint: add toSizeF/toPointF()Marc Mutz2022-03-192-2/+60
* QObject: restore flags printing in dumpObjectTree()Marc Mutz2022-03-191-0/+40
* QSettings: port key processing to QAnyStringViewMarc Mutz2022-03-191-15/+12
* When clearing selected items, iterate over a copy of the QSetVolker Hilsheimer2022-03-181-0/+69
* Enable move semantics for QTemporaryDirLuca Di Sera2022-03-181-0/+55
* Android: use empty Intent to clear clipboard data on API < 28Ivan Solovev2022-03-181-4/+0