summaryrefslogtreecommitdiffstats
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* 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
* Refine localeAwareCompare() test-case filtering on ICUEdward Welbourne2021-08-041-6/+9
* QDecompressHelper: Skip double-decompression if download is smallMårten Nordheim2021-08-041-9/+17
* 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-0424-42/+39
* 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
* QIODevice: rework validation policy for read() functionsAlex Trotsenko2021-08-012-3/+5
* QLocalSocket: do not emit aboutToClose() twiceAlex Trotsenko2021-08-011-0/+3
* QUuid: port to QAnyStringViewMarc Mutz2021-07-301-0/+5
* Add a few more cases to the QString::number(double) testMårten Nordheim2021-07-301-0/+4
* testlib: Regenerate test expectationsTor Arne Vestbø2021-07-298-63/+64
* testlib: Run test result expectation tests with stdout as outputTor Arne Vestbø2021-07-291-16/+20
* 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
* QPrivateSlotBase: add empty base class optimizationMarc Mutz2021-07-291-1/+1
* Fix QString test compilation without QRegularExpressionIvan Solovev2021-07-291-5/+64
* QString benchmark: don't use %lsMårten Nordheim2021-07-291-1/+1
* tst_QSslCertificate::verify - skip auto-testTimur Pocheptsov2021-07-291-0/+1
* Update float16 part of TestLib selftestEdward Welbourne2021-07-288-3168/+15
* tests: fix some -WvolatileMarc Mutz2021-07-288-20/+19
* QDirIterator: add nextFileInfo()Marc Mutz2021-07-288-40/+24
* QString: extend number(double) formatting testMårten Nordheim2021-07-281-4/+90
* 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
* QNAM: Allow to configure when connections to a host are torn downMarkus Goetz2021-07-271-0/+52
* Fix various -Wdeprecated-enum-float-conversions around the codeMarc Mutz2021-07-272-12/+12
* Add a benchmark for QSharedPointerMarc Mutz2021-07-273-0/+133
* QVarLengthArray: extend unit testsIvan Solovev2021-07-271-3/+341