summaryrefslogtreecommitdiffstats
path: root/tests/auto/corelib
Commit message (Expand)AuthorAgeFilesLines
* tst_qplugin{,loader}: make it pass on MacsThiago Macieira2021-09-241-6/+6
* Revert "QProcess: do not emit aboutToClose() twice"Alex Trotsenko2021-09-241-2/+0
* Add isValidUtf8() methods to QUtf8StringView and QByteArray{,View}Ievgenii Meshcheriakov2021-09-221-0/+83
* tst_qmetatype: Fix operator< detection for std::optionalFabian Kosmale2021-09-211-0/+2
* Compile autotests for IntegrityTatiana Borisova2021-09-2021-23/+86
* Fix QDateTimeParser's handling of 't' format to match serializationEdward Welbourne2021-09-201-1/+6
* QProcess: do not emit aboutToClose() twiceAlex Trotsenko2021-09-191-0/+2
* Remove conditioning on Android embeddedEdward Welbourne2021-09-1726-67/+74
* Add missing dependencies of tests on their helper programsEdward Welbourne2021-09-1713-65/+67
* QThreadPool: Fix restarting of expired threadsIevgenii Meshcheriakov2021-09-151-0/+25
* Teach QLocale::system() to use narrow formatIvan Solovev2021-09-151-0/+27
* Tidy up #includes in tst_qlocale.cppEdward Welbourne2021-09-141-17/+15
* Move locale-switching code in tests to a shared headerEdward Welbourne2021-09-142-66/+6
* QPlugin/QFactoryLoader: remove Qt 5 plugin remnantsThiago Macieira2021-09-141-37/+0
* Re-enable tst_qplugin on LinuxThiago Macieira2021-09-141-6/+1
* feat: add new interfaces for std::filesystem::pathJiDe Zhang2021-09-141-0/+18
* Skip tst_QReadWriteLock::multipleReadersLoop on QEMUSona Kurazyan2021-09-092-0/+5
* tst_qstringapisymmetry: Don't pretend that QByteArray contains UTF-8Ievgenii Meshcheriakov2021-09-091-10/+8
* Add new am/pm format-specifier that preserves locale's caseEdward Welbourne2021-09-082-6/+30
* Q_DECLARE_INTERFACE: delete unspecialized qobject_interface_iid()Thiago Macieira2021-09-071-2/+0
* Fix compilation for recursive Qt containersSona Kurazyan2021-09-071-0/+144
* tst_QtJson: add matching escape-generating testThiago Macieira2021-09-061-0/+55
* JSON parsing: fix incorrect sign-extension for decoding bad escapesThiago Macieira2021-09-061-7/+64
* Fix QLocale::system() standalone day and month handlingIvan Solovev2021-09-061-0/+127
* Make tst_QLocale::TransientLocale succeed at changing system localeIvan Solovev2021-09-031-2/+46
* qstrnlen: micro-optimize furtherThiago Macieira2021-09-011-7/+7
* qlocale_win: Fix non-standalone month namesEdward Welbourne2021-09-011-3/+10
* tests: Add test for UTS #46 implementation using Unicode dataIevgenii Meshcheriakov2021-09-014-0/+6506
* tst_qstringapisymmetry: Re-enable trim_trimmed_QByteArrayIevgenii Meshcheriakov2021-08-311-1/+1
* Teach QByteArrayView how to parse numbersEdward Welbourne2021-08-302-574/+660
* Replace FreeBSD's strtou?ll() with std::from_chars()-based strntou?ll()Edward Welbourne2021-08-303-20/+258
* QObject::connect(): fail to connect to a functor if UniqueConnection is passedGiuseppe D'Angelo2021-08-271-2/+3
* QBA(V)/QS(V)::lastIndexOf: fix the search of 1-char needlesGiuseppe D'Angelo2021-08-262-4/+4
* tst_qurl{,internal}: Use U+FB01 for normalization to ASCII test casesIevgenii Meshcheriakov2021-08-252-4/+6
* tst_qurlinternal: Remove testcases that use U+04CFIevgenii Meshcheriakov2021-08-251-6/+0
* tst_qurlinternal: Remove nameprep and STD3 rules testsIevgenii Meshcheriakov2021-08-251-325/+0
* tst_qurl: Make an invalid URL test compatible with UTS #46Ievgenii Meshcheriakov2021-08-251-3/+4
* QRegularExpressionMatch: add a way to know if a capturing group capturedGiuseppe D'Angelo2021-08-251-79/+159
* Revive tst_qresourceengineJoerg Bornemann2021-08-245-3/+68
* Unicode: fix the grapheme clustering algorithmGiuseppe D'Angelo2021-08-241-0/+101
* Use constexpr for constants and ranged-based for loopsEdward Welbourne2021-08-231-99/+89
* 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
* Improve and simplify tst_QByteArray's testsEdward Welbourne2021-08-191-76/+69
* QString: use the QRegularExpression operations on QStringViewGiuseppe D'Angelo2021-08-191-10/+10
* QRegularExpression: fix matching over null/empty QString(View)Giuseppe D'Angelo2021-08-191-2/+23
* QS(V)/QBA(V)/QL1S::lastIndexOf: fix the offset calculationsGiuseppe D'Angelo2021-08-194-22/+90
* tst_QLocale::formatTime(): add some actual locale-dependenceEdward Welbourne2021-08-181-43/+68
* 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