summaryrefslogtreecommitdiffstats
path: root/tests/auto/corelib
Commit message (Expand)AuthorAgeFilesLines
* qlocale_win: Fix non-standalone month namesEdward Welbourne2021-09-011-3/+10
* 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
* 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
* QS(V)/QBA(V)/QL1S::lastIndexOf: fix the offset calculationsGiuseppe D'Angelo2021-08-204-22/+90
* QRegularExpression: fix matching over null/empty QString(View)Giuseppe D'Angelo2021-08-191-2/+23
* QtConcurrent::run: support non default-constructible return typesSona Kurazyan2021-08-181-4/+4
* 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-176-12/+0
* QUrl: Improve Punycode overflow handlingIevgenii Meshcheriakov2021-08-161-2/+0
* 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
* 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
* 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
* QVariant: Tolerate QObject* metatypes without QMetaObjectUlf Hermann2021-08-101-0/+48
* QString/QByteArray: Fix setNum docs and add testsMårten Nordheim2021-08-101-0/+53
* tst_qurlinternal: Add a test for Punycode handling of non-BMP codepointsIevgenii Meshcheriakov2021-08-061-0/+4
* testlib: Deprecate QWARN() in favor of qWarning()Tor Arne Vestbø2021-08-054-11/+10
* QByteArray: don't coerce negative to unsigned for any baseEdward Welbourne2021-08-021-6/+5
* 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
* 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
* Make QFutureWatcher::isFinished() consistent with the watched QFutureSona Kurazyan2021-07-231-25/+50
* QString: extend unit testsIvan Solovev2021-07-231-75/+500
* QSet: extend testsIvan Solovev2021-07-221-5/+172
* QFileSelector: Preserve path to root directoryFabian Kosmale2021-07-211-0/+3
* QList: extend testsIvan Solovev2021-07-211-13/+428
* emit layoutAboutToBeChanged timelyLuca Beldi2021-07-216-2/+221
* QHash, QMultiHash: extend testsIvan Solovev2021-07-201-12/+532
* Skip tst_qthreadonce test on QEMUSona Kurazyan2021-07-202-0/+11
* Consistent handling of disabled items in QItemSelectionModelAndreas Buhr2021-07-201-0/+2
* Use member function instead of template function to resolve native interfaceTor Arne Vestbø2021-07-171-8/+10
* QMultiMap: extend unit testsIvan Solovev2021-07-161-143/+581
* QMap: extend unit testsIvan Solovev2021-07-161-4/+301
* Improve error reporting when requesting unsupported native interfaceTor Arne Vestbø2021-07-161-1/+14
* Add test for native interface machineryTor Arne Vestbø2021-07-163-0/+129
* QCryptographicHash test: remove the moreThan4GiBOfData(SHA512) check from the CIMarc Mutz2021-07-151-2/+5
* QTranslator: Fix loading of meta catalogs from absolute .qm pathKai Köhne2021-07-151-0/+14
* tst_qtranslator: Simplify extraction of test dataKai Köhne2021-07-154-45/+5
* macOS: Don't mangle QByteArray settings with @ prefix by decoding as UTF-8Tor Arne Vestbø2021-07-131-0/+4