summaryrefslogtreecommitdiffstats
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* Fix QListView assert when the last row is moved in IconModev6.2.0-beta4ChunLin Wang2021-09-011-0/+217
* qlocale_win: Fix non-standalone month namesEdward Welbourne2021-09-011-3/+10
* QDoubleValidator: fix NaN check in validateWithLocaleIvan Solovev2021-09-011-0/+8
* Revert "Forward touchEvents to children inside QGraphicsProxyWidget"Volker Hilsheimer2021-09-011-2/+1
* Move QGraphicsProxyWidget test into correct test caseVolker Hilsheimer2021-08-302-310/+315
* Reactivate QGraphics(Proxy)Widget unit testsVolker Hilsheimer2021-08-305-543/+301
* Make clear why QTestLog::addB?XFail() don't add to countersEdward Welbourne2021-08-272-6/+6
* CMake: Build a subset of tests when targeting iOS in the CIAlexandru Croitor2021-08-274-3/+99
* Forward touchEvents to children inside QGraphicsProxyWidgetVolker Hilsheimer2021-08-261-0/+168
* QBA(V)/QS(V)::lastIndexOf: fix the search of 1-char needlesGiuseppe D'Angelo2021-08-262-4/+4
* Revive tst_qresourceengineJoerg Bornemann2021-08-245-3/+68
* Unicode: fix the grapheme clustering algorithmGiuseppe D'Angelo2021-08-241-0/+101
* QGraphicsProxyWidget: forward Window(De)Activate eventsVolker Hilsheimer2021-08-241-0/+55
* macOS: Add debug keyboard layout for manual testingTor Arne Vestbø2021-08-232-0/+1446
* Re-add QPropertyAlias functionalityFabian Kosmale2021-08-231-0/+17
* tst_QPluginLoader: Simplify creating a fake pointer in fakeplugin.cppMartin Storsjö2021-08-201-2/+2
* Fix QScroller::scrollTo failing in QGraphicsView with movable itemChunLin Wang2021-08-201-0/+30
* Improve lancelot test of dashed line paintingEirik Aavitsland2021-08-203-4/+70
* QS(V)/QBA(V)/QL1S::lastIndexOf: fix the offset calculationsGiuseppe D'Angelo2021-08-204-22/+90
* Fix bug with NoFontMerging when font does not support scriptEskil Abrahamsen Blomfeldt2021-08-191-3/+24
* QRegularExpression: fix matching over null/empty QString(View)Giuseppe D'Angelo2021-08-191-2/+23
* Report ImAbsolutePosition for QLineEditTor Arne Vestbø2021-08-181-0/+5
* QtConcurrent::run: support non default-constructible return typesSona Kurazyan2021-08-182-4/+16
* Use a scope-guard to take care of process deletion in a testEdward Welbourne2021-08-171-6/+5
* Attempt to unwedge tst_QThread::wait3_slowDestructor()Edward Welbourne2021-08-171-13/+15
* tests: Remove unused SRCDIR definesIevgenii Meshcheriakov2021-08-1719-35/+0
* tests: Use QT_TESTCASE_SOURCEDIR defineIevgenii Meshcheriakov2021-08-176-10/+4
* QUrl: Improve Punycode overflow handlingIevgenii Meshcheriakov2021-08-161-2/+0
* QGraphicsProxyWidget: fix propagation of high-precision eventsVolker Hilsheimer2021-08-161-5/+0
* Don't crash in high-precision wheel scrolls on a QGraphicsProxyWidgetVolker Hilsheimer2021-08-161-0/+147
* CMake: Remove qt6_enable_object_libraries_finalizer_modeAlexandru Croitor2021-08-142-22/+31
* Close all popup windows when the screen is rotatedTang Haixiang2021-08-131-0/+16
* testlib: Don't write redundant log message information in JUnit reporterTor Arne Vestbø2021-08-1216-2276/+0
* testlib: Rename QAbstractTestLogger::QSystem to QCriticalTor Arne Vestbø2021-08-125-8/+6
* testlib: Move stdout/stderr reporting into individual <testcase> elementsTor Arne Vestbø2021-08-1248-2403/+2484
* testlib: Only generate expecations for silent test with plain loggerTor Arne Vestbø2021-08-126-239/+10
* testlib: Produce <error> elements on fatal errors in JUnit reporterTor Arne Vestbø2021-08-126-34/+17
* Fix some compiler warnings from deprecated QFont constructorVolker Hilsheimer2021-08-122-2/+2
* QUrl: Fix handling of invalid sequences starting with xn--Ievgenii Meshcheriakov2021-08-121-1/+0
* tst_qurlinternal: Add another Punycode overflow testIevgenii Meshcheriakov2021-08-121-0/+4
* testlib: Don't report blacklisted tests as failures in JUnit reporterTor Arne Vestbø2021-08-111-1/+1
* tst_qurlinternal: Use a lambda for bad IDN testsIevgenii Meshcheriakov2021-08-111-15/+13
* Assert that special handling of '0' padding does what it shouldEdward Welbourne2021-08-101-21/+61
* Implement missing support for 'em' and 'ex' lengths in style sheetVolker Hilsheimer2021-08-101-0/+28
* tst_qurlinternal: Add tests for punycode overflowIevgenii Meshcheriakov2021-08-101-0/+13
* tst_QSslSocket - replace an old certificateTimur Pocheptsov2021-08-102-88/+84
* QUrl: Fix Punycode handling for non-BMP codepointsIevgenii Meshcheriakov2021-08-101-1/+0
* QVariant: Tolerate QObject* metatypes without QMetaObjectUlf Hermann2021-08-101-0/+48
* testlib: Write failure details as <failure> content in JUnit reporterTor Arne Vestbø2021-08-108-168/+224
* QString/QByteArray: Fix setNum docs and add testsMårten Nordheim2021-08-101-0/+53