summaryrefslogtreecommitdiffstats
path: root/tests/auto/corelib/text
Commit message (Expand)AuthorAgeFilesLines
* Use SPDX license identifiersLucie Gérard2022-05-1633-898/+73
* Remove remnants of the old Intel C++ compilerThiago Macieira2022-05-111-2/+2
* Deprecate _qs and _qba literal operators in favor of _s and _baSona Kurazyan2022-05-022-2/+6
* Replace remaining uses of deprecated _qs with _sSona Kurazyan2022-05-021-3/+3
* Implement support for '0b' prefix in toInt() etcMarc Mutz2022-04-281-4/+1
* Fix qlocale_unix's handling of uiLanguages to take script into accountEdward Welbourne2022-04-271-0/+6
* Return more specific entries before less in QLocale::uiLanguages()Edward Welbourne2022-04-271-12/+12
* tst_qstringapisymmetry: check toInt() etc also with base != 0Marc Mutz2022-04-171-0/+119
* Fix assertion failure when parsing a doubly-invalid date-time textEdward Welbourne2022-04-071-1/+14
* Replace uses of _qs with _s in testsSona Kurazyan2022-04-073-10/+16
* Add literal operators for QString/QByteArray to StringLiterals namespaceSona Kurazyan2022-04-072-30/+80
* QByteArray/QVarLengthArray: add missing resize(n, v) overloadsMarc Mutz2022-04-061-0/+18
* We do in fact support 'F' format for floating-point valuesEdward Welbourne2022-04-012-1/+102
* Move some purely floating-point testing from tst_QLocale to tst_QNumericEdward Welbourne2022-04-011-24/+0
* Clean up and modernise tst_QLocale::fpExceptions()Edward Welbourne2022-04-011-15/+14
* Allow brace initialization for some of QLatin1StringView constructorsSona Kurazyan2022-04-011-0/+5
* tst_QByteArrayView:: disable failing constexpr checks for GCCSona Kurazyan2022-04-011-0/+5
* Android: enable tst_QLocaleIvan Solovev2022-03-291-9/+12
* Android: unblacklist tst_QStringConverter::convertUtf8()Ivan Solovev2022-03-281-3/+0
* QAnyStringView: constexpr detect 8-bit ASCII as Latin 1Øystein Heskestad2022-03-211-0/+22
* Rename tst_qlatin1string and switch to using QLatin1StringViewSona Kurazyan2022-03-195-94/+93
* Add QByteArray::percentDecoded() as an instance methodEdward Welbourne2022-03-181-9/+9
* Fix a few more {QString, QByteArray}::count() deprecation warningsSona Kurazyan2022-03-171-4/+10
* Tests: Do not depend on transitive includesFabian Kosmale2022-03-172-0/+2
* Add QStringView::localeAwareCompare()Sona Kurazyan2022-03-171-0/+4
* Move localeAwareCompare tests from tst_qstring to tst_qstringapisymmetrySona Kurazyan2022-03-173-311/+361
* QStringTokenizer::toContainer(): allow more types of target containersMarc Mutz2022-03-151-0/+13
* QString::asprintf: check that passing field widths as arguments worksMarc Mutz2022-03-151-0/+6
* Add some %-encoding round-trip tests that use % in the plain-textEdward Welbourne2022-03-141-1/+9
* Deprecate {QString, QByteArray}::count()Sona Kurazyan2022-03-121-0/+5
* Add an overload of QStringView::count() for QLatin1StringSona Kurazyan2022-03-091-3/+2
* Add QLatin1String::count(needle)Sona Kurazyan2022-03-092-0/+44
* tst_qstringapisymmetry: check expected overloads are selectedMarc Mutz2022-03-081-12/+59
* Add numeric conversion methods to QLatin1StringSona Kurazyan2022-03-051-0/+2
* tst_qstringapisymmetry: check QString/QAnyStringView overloads w/Q_WEAK_OVERL...Marc Mutz2022-03-041-0/+22
* Fix tst_qstringapisymmetry::count* to test all argument combinationsSona Kurazyan2022-03-041-12/+27
* Fix an error in tst_QStringApiSymmetry::count_impl()Sona Kurazyan2022-03-041-1/+1
* Add literal operators for QLatin1String and QLatin1CharSona Kurazyan2022-03-041-0/+45
* Add compile-time checks for QLatin1StringSona Kurazyan2022-03-021-0/+60
* QLatin1String: add missing APIs for compatibility with Qt string viewsSona Kurazyan2022-03-021-23/+23
* QRegularExpression: print the pattern when warningGiuseppe D'Angelo2022-02-222-14/+43
* Exclude denormal test cases if system doesn't support itTatiana Borisova2022-02-153-0/+25
* Cleanup tests that add test data to resources explicitlyAlexey Edelev2022-02-114-66/+4
* QByteArray: fix isUpper/isLowerGiuseppe D'Angelo2022-01-251-13/+19
* Q(Static)ByteArrayMatcher: manage indexIn() overloadsMarc Mutz2022-01-231-0/+34
* QStaticByteArrayMatcher: fix searching in 2+GiB haystacksMarc Mutz2022-01-231-0/+74
* QLatin1String: perform the comparison to another QL1S using memcmp()Thiago Macieira2022-01-171-12/+33
* Remove unused .qrc filesJoerg Bornemann2022-01-174-23/+0
* tst_QString/tst_QByteArray: add checks for null-nessMarc Mutz2022-01-132-0/+79
* Fix tst_qcollator run time issue on INTEGRITY deviceTatiana Borisova2022-01-121-5/+5