summaryrefslogtreecommitdiffstats
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* 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
* Expand testing of QEXPECT_FAIL()Edward Welbourne2021-08-177-255/+981
* tests: Remove unused SRCDIR definesIevgenii Meshcheriakov2021-08-1719-35/+0
* QString/QByteArray::number(double): Test big numbersMårten Nordheim2021-08-173-3/+42
* QUrl: Improve Punycode overflow handlingIevgenii Meshcheriakov2021-08-161-2/+0
* Add benchmark for QMetaEnumMarc Mutz2021-08-163-0/+88
* QVarLengthArray: add support for emplacementMarc Mutz2021-08-161-0/+19
* 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
* Close all popup windows when the screen is rotatedTang Haixiang2021-08-121-0/+16
* Add QByteArrayView::trimmed()Edward Welbourne2021-08-113-29/+39
* Fix some compiler warnings from deprecated QFont constructorVolker Hilsheimer2021-08-112-2/+2
* QUrl: Fix handling of invalid sequences starting with xn--Ievgenii Meshcheriakov2021-08-111-1/+0
* tst_qurlinternal: Add another Punycode overflow testIevgenii Meshcheriakov2021-08-111-0/+4
* tests: Use QT_TESTCASE_SOURCEDIR defineIevgenii Meshcheriakov2021-08-116-10/+4
* tst_qurlinternal: Use a lambda for bad IDN testsIevgenii Meshcheriakov2021-08-101-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
* testlib: Don't write redundant log message information in JUnit reporterTor Arne Vestbø2021-08-1016-2276/+0
* testlib: Rename QAbstractTestLogger::QSystem to QCriticalTor Arne Vestbø2021-08-105-8/+6
* testlib: Move stdout/stderr reporting into individual <testcase> elementsTor Arne Vestbø2021-08-1048-2403/+2484
* testlib: Only generate expecations for silent test with plain loggerTor Arne Vestbø2021-08-106-239/+10
* testlib: Produce <error> elements on fatal errors in JUnit reporterTor Arne Vestbø2021-08-106-34/+17
* CMake: Remove qt6_enable_object_libraries_finalizer_modeAlexandru Croitor2021-08-102-22/+31
* tst_qurlinternal: Add tests for punycode overflowIevgenii Meshcheriakov2021-08-101-0/+13
* QUrl: Fix Punycode handling for non-BMP codepointsIevgenii Meshcheriakov2021-08-101-1/+0
* tst_QSslSocket - replace an old certificateTimur Pocheptsov2021-08-102-88/+84
* QVariant: Tolerate QObject* metatypes without QMetaObjectUlf Hermann2021-08-101-0/+48
* QListView: fix AdjustToContents (sizeAdjustPolicy)Thorbjørn Lund Martsum2021-08-101-0/+42
* Remove dysfunctional -coverage configure argumentJoerg Bornemann2021-08-101-1/+1
* Refix for avoiding huge number of tiny dashesEirik Aavitsland2021-08-101-0/+31
* CMake: Rename qt6_add_plugin TYPE option to PLUGIN_TYPEAlexandru Croitor2021-08-068-8/+8
* testlib: Don't report blacklisted tests as failures in JUnit reporterTor Arne Vestbø2021-08-061-1/+1
* moc: Support BINDABLE for private propertiesAndrei Golubev2021-08-061-0/+11
* testlib: Write failure details as <failure> content in JUnit reporterTor Arne Vestbø2021-08-068-168/+224
* testlib: Indent CDATA element in JUnit reporterTor Arne Vestbø2021-08-0621-2289/+2289
* tst_qurlinternal: Add a test for Punycode handling of non-BMP codepointsIevgenii Meshcheriakov2021-08-061-0/+4
* QString/QByteArray: Fix setNum docs and add testsMårten Nordheim2021-08-061-0/+53
* tst_QSslCertificate::verify - remove QSKIPTimur Pocheptsov2021-08-067-254/+121
* Handle even more include in enum casesFabian Kosmale2021-08-061-0/+5
* testlib: Clean up tst_blacklistTor Arne Vestbø2021-08-058-141/+16
* testlib: Don't report additional 'pass' test point for blacklisted XFailTor Arne Vestbø2021-08-051-2/+1
* testlib: Report skipped tests in JUnit reporter as <skipped> elementsTor Arne Vestbø2021-08-0549-153/+104
* testlib: Don't report JUnit errors attribute without any <error> elementsTor Arne Vestbø2021-08-0528-28/+28
* testlib: Improve JUnit XML conformanceTor Arne Vestbø2021-08-0551-800/+1102
* testlib: Simplify JUnit test loggerTor Arne Vestbø2021-08-055-18/+9
* tst_QByteArray::qUncompressCorruptedData(): MS-Win no longer hangsEdward Welbourne2021-08-051-8/+1
* QByteArray::number(double): Extend the testMårten Nordheim2021-08-043-66/+141
* Rework tst_QString::remove_regexp() and its data tableEdward Welbourne2021-08-041-30/+36