summaryrefslogtreecommitdiffstats
path: root/tests/auto/corelib/text/qstring
Commit message (Expand)AuthorAgeFilesLines
* QString::arg: deprecate use of arbitrary Unicode digits as replacementsGiuseppe D'Angelo2021-11-301-0/+29
* Move locale-switching code in tests to a shared headerEdward Welbourne2021-09-141-10/+2
* Replace FreeBSD's strtou?ll() with std::from_chars()-based strntou?ll()Edward Welbourne2021-08-301-1/+75
* QBA(V)/QS(V)::lastIndexOf: fix the search of 1-char needlesGiuseppe D'Angelo2021-08-261-1/+1
* QString: use the QRegularExpression operations on QStringViewGiuseppe D'Angelo2021-08-191-10/+10
* QS(V)/QBA(V)/QL1S::lastIndexOf: fix the offset calculationsGiuseppe D'Angelo2021-08-191-2/+2
* QString/QByteArray::number(double): Test big numbersMårten Nordheim2021-08-171-1/+8
* Assert that special handling of '0' padding does what it shouldEdward Welbourne2021-08-101-21/+61
* QByteArray::number(double): Extend the testMårten Nordheim2021-08-041-66/+5
* 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
* Add a few more cases to the QString::number(double) testMårten Nordheim2021-07-301-0/+4
* Fix QString test compilation without QRegularExpressionIvan Solovev2021-07-291-5/+64
* QString: extend number(double) formatting testMårten Nordheim2021-07-281-4/+90
* QString: extend unit testsIvan Solovev2021-07-221-74/+495
* QString: Respect precision when reading data for %.*s format stringUlf Hermann2021-06-221-0/+30
* Tidy up tst_QString::localeAwareCompare()Edward Welbourne2021-06-161-121/+262
* Turn tst_QString::setRawData()'s QSKIP into QEXPECT_FAIL()sEdward Welbourne2021-06-151-1/+3
* Don't use APPLESS testing for QStringEdward Welbourne2021-06-151-1/+2
* Add .UTF-8 suffixes to locale-names passed to setlocale()Edward Welbourne2021-06-111-0/+1
* Remove two QEXPECT_FAIL()s that no longer appear to be validEdward Welbourne2021-06-111-12/+0
* Add more tests for QList/QString/QBAAndrei Golubev2021-04-271-0/+73
* Remove meaningless QT_NO_UNICODE_LITERAL check in QString literal testsAndrei Golubev2021-03-301-5/+0
* Add literal operators for QString and QByteArrayAndrei Golubev2021-03-301-0/+24
* Purge various BLACKLIST entries that are now fixedEdward Welbourne2021-02-021-3/+0
* Remove the qmake project filesJoerg Bornemann2021-01-071-17/+0
* Replace QtTest headers with QTestDavid Skoland2020-12-222-2/+4
* QString::lastIndexOf: fix off-by-one for zero length matchesGiuseppe D'Angelo2020-12-101-1/+1
* QString: fix count(QRegularExpression)Giuseppe D'Angelo2020-12-091-0/+1
* Add unit test for QString::insert(negativeint, QChar)Andreas Buhr2020-11-201-0/+1
* Add unit test for QString::replace with out-of-bounds positionAndreas Buhr2020-11-191-0/+10
* Fix logic error in QString::replace(ch, after, cs)Andreas Buhr2020-11-191-0/+11
* Change QString formatting of negative numbers in non-base-10Andreas Buhr2020-11-191-0/+64
* QChar: make construction from integral explicitGiuseppe D'Angelo2020-11-151-8/+8
* Android: blacklist a list of failing tests for androidAssam Boudjelthia2020-11-041-0/+3
* Fix strange capacity check in tst_QString::append_special_casesAndrei Golubev2020-10-211-1/+2
* Another round of replacing 0 with nullptrAllan Sandfeld Jensen2020-10-071-1/+1
* Change QString::fromLatin1 and friends to use QByteArrayViewLars Knoll2020-10-051-19/+20
* CMake: Regenerate projects to use new qt_internal_ APIAlexandru Croitor2020-09-231-3/+3
* Use UTF-8 when converting 8 bit data in QTextStreamLars Knoll2020-09-151-1/+9
* Remove deprecated APILars Knoll2020-09-151-4/+4
* Purge Q_{STDLIB,COMPILER}_UNICODE_STRINGSEdward Welbourne2020-09-141-18/+2
* Remove '\0' space reservation logic in QStringAndrei Golubev2020-09-101-1/+2
* Use checked string iteration in case conversionsEdward Welbourne2020-08-291-0/+28
* Prepend optimize QStringAndrei Golubev2020-08-291-0/+103
* Move QStringRef and remains to Qt5CompatKarsten Heimrich2020-08-201-428/+40
* Replace Qt CONSTEXPR defines with constexprAllan Sandfeld Jensen2020-08-141-2/+2
* Implement UTF-16 to UTF-8 case-insensitive compare and make publicThiago Macieira2020-08-051-2/+28
* QString::vasprintf: fix 't' modifier for integers on 64-bitThiago Macieira2020-07-311-25/+35
* Move QRegExp and its remaining mentions out of QtCoreSona Kurazyan2020-07-131-1/+1