summaryrefslogtreecommitdiffstats
path: root/tests/auto/corelib/text
Commit message (Expand)AuthorAgeFilesLines
* QString: extend number(double) formatting testMårten Nordheim2021-07-281-4/+90
* QString: extend unit testsIvan Solovev2021-07-221-74/+495
* tst_qlocale: Add tests for parsing Chakma date and time stringsIevgenii Meshcheriakov2021-07-191-0/+16
* tst_qstringapisymmetry: add checks for common overload setsMarc Mutz2021-06-251-0/+106
* 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
* QLatin1String: Add a constructor taking QByteArrayViewMårten Nordheim2021-06-121-0/+31
* String API Symmetry: test for indexOf with large negative offsetMårten Nordheim2021-06-111-0/+3
* Ensure test using setlocale() doesn't leave it permanently changedEdward Welbourne2021-06-121-3/+6
* Add .UTF-8 suffixes to locale-names passed to setlocale()Edward Welbourne2021-06-112-3/+4
* Remove two QEXPECT_FAIL()s that no longer appear to be validEdward Welbourne2021-06-111-12/+0
* QLatin1String: Add overloads taking QLatin1CharMårten Nordheim2021-06-111-0/+15
* Hangul composition: use < base + count checks, not <= checksEdward Welbourne2021-06-111-0/+19
* Always include standard name in QLocale::uiLanguages()Edward Welbourne2021-06-071-36/+39
* Fix augmentation of UI language listEdward Welbourne2021-06-071-8/+25
* QByteArrayView: add compareMårten Nordheim2021-05-201-0/+15
* Fix assertion on matchingLocales(Abhkazian, Any, Any)Edward Welbourne2021-05-051-1/+7
* Add more tests for QList/QString/QBAAndrei Golubev2021-04-272-0/+126
* Update CLDR-derived data to newly-released v39Edward Welbourne2021-04-261-1/+1
* Unicode: fix the extended grapheme cluster algorithmGiuseppe D'Angelo2021-04-162-634/+4
* Add the "Territory" enumerated type for QLocaleJiDe Zhang2021-04-151-97/+97
* Mark variables that might be unused under some configurationsVolker Hilsheimer2021-04-111-2/+2
* Remove meaningless QT_NO_UNICODE_LITERAL check in QString literal testsAndrei Golubev2021-03-302-6/+0
* Add literal operators for QString and QByteArrayAndrei Golubev2021-03-302-0/+48
* macOS: Be honest about the system localeTor Arne Vestbø2021-02-111-4/+14
* Clarify what QSystemLocale::fallbackLocale() is used forTor Arne Vestbø2021-02-091-1/+1
* Purge various BLACKLIST entries that are now fixedEdward Welbourne2021-02-021-3/+0
* QRegularExpression: add move constructorIvan Solovev2021-01-261-0/+115
* QLocale: Allow direct conversion from language, country, and script codesKai Köhne2021-01-251-0/+27
* QLocale: Allow direct conversion to language, country, and script codesKai Köhne2021-01-181-0/+16
* Remove .prev_CMakeLists.txt filesJoerg Bornemann2021-01-121-26/+0
* Remove the qmake project filesJoerg Bornemann2021-01-0729-220/+0
* Replace QtTest headers with QTestDavid Skoland2020-12-2217-17/+21
* CMake: Regenerate projects using pro2cmake one last timeAlexandru Croitor2020-12-101-1/+7
* QStringView: add some QRegularExpression-related overloadsGiuseppe D'Angelo2020-12-101-0/+207
* 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
* Fix compiler warning from discarded return valueVolker Hilsheimer2020-12-041-1/+1
* QCollator: extend testsIvan Solovev2020-11-301-5/+117
* Replace discouraged Q_MOVABLE_TYPE by Q_RELOCATABLE_TYPEAndreas Buhr2020-11-302-2/+2
* Add unit test for QAnyStringView::compareAndreas Buhr2020-11-211-1/+8
* 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
* Get rid of Q_COMPILER_CONSTEXPR checksAllan Sandfeld Jensen2020-11-171-2/+0
* QChar: make construction from integral explicitGiuseppe D'Angelo2020-11-155-66/+76
* Add QByteArray::insert(qsizetype, const QByteArray &)Mårten Nordheim2020-11-111-0/+12