summaryrefslogtreecommitdiffstats
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* 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
* Refix for avoiding huge number of tiny dashesEirik Aavitsland2021-08-101-0/+31
* QListView: fix AdjustToContents (sizeAdjustPolicy)Thorbjørn Lund Martsum2021-08-101-0/+42
* Remove dysfunctional -coverage configure argumentJoerg Bornemann2021-08-101-1/+1
* CMake: Rename qt6_add_plugin TYPE option to PLUGIN_TYPEAlexandru Croitor2021-08-068-8/+8
* tst_qurlinternal: Add a test for Punycode handling of non-BMP codepointsIevgenii Meshcheriakov2021-08-061-0/+4
* testlib: Indent CDATA element in JUnit reporterTor Arne Vestbø2021-08-0621-2289/+2289
* 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
* testlib: Pass on file location on failure, but don't assume we have oneTor Arne Vestbø2021-08-0447-88/+53
* testlib: Deprecate QWARN() in favor of qWarning()Tor Arne Vestbø2021-08-0524-45/+42
* QByteArray: don't coerce negative to unsigned for any baseEdward Welbourne2021-08-021-6/+5
* rhi: Be more graceful when one destroys a resource after the QRhiLaszlo Agocs2021-08-021-0/+49
* QLocalSocket: do not emit aboutToClose() twiceAlex Trotsenko2021-08-011-0/+3
* testlib: Regenerate test expectationsTor Arne Vestbø2021-07-308-63/+64
* testlib: Run test result expectation tests with stdout as outputTor Arne Vestbø2021-07-301-16/+20
* Update float16 part of TestLib selftestEdward Welbourne2021-07-308-3168/+15
* testlib: Accurately name JUnit test, and only run for JUnitXML reporterTor Arne Vestbø2021-07-2912-264/+32
* QByteArray: extend unit testsIvan Solovev2021-07-292-27/+687
* QByteArray: fix indexOf/lastIndexOfIvan Solovev2021-07-291-4/+23
* Fix QString test compilation without QRegularExpressionIvan Solovev2021-07-291-5/+64
* tst_QSslCertificate::verify - skip auto-testTimur Pocheptsov2021-07-291-0/+1
* QMap: add operator+ and - for iteratorsGiuseppe D'Angelo2021-07-271-0/+46
* QHash/QSet: fix squeeze() for default-constructed containerIvan Solovev2021-07-272-4/+6
* Don't report results when the results list is emptySona Kurazyan2021-07-272-0/+36
* QDuplicateTracker: bring back appendTo() &&Marc Mutz2021-07-271-7/+37
* QVarLengthArray: extend unit testsIvan Solovev2021-07-271-3/+341
* QLocalSocket/Unix: fix aborting the socketv6.2.0-beta2Alex Trotsenko2021-07-241-0/+6
* Make QSqlRecord benchmarks non-fatuousEdward Welbourne2021-07-231-2/+6
* Halve the data-set size of tst_QSqlRecord::benchmarkRecord()Edward Welbourne2021-07-231-1/+2
* Make QFutureWatcher::isFinished() consistent with the watched QFutureSona Kurazyan2021-07-231-25/+50
* QString: extend unit testsIvan Solovev2021-07-231-75/+500