summaryrefslogtreecommitdiffstats
path: root/tests/auto/corelib/text
Commit message (Expand)AuthorAgeFilesLines
* tst_QChar::fromUcs4(): deduplicate a test-caseEdward Welbourne2022-10-181-3/+3
* MSVC: Disable buggy conformance checkYuhang Zhao2022-10-181-1/+1
* Port qCompress() to zstream/deflate()Marc Mutz2022-10-171-0/+13
* tst_QStringApiSymmetry: use startpos to deduplicate indexing data tagsEdward Welbourne2022-10-171-11/+15
* tst_QStringApiSymmetry: avoid repetition in trimmed_data()Edward Welbourne2022-10-171-8/+10
* tst_QStringApiSymmetry: eliminate one duplicate of a mid_data() rowEdward Welbourne2022-10-171-1/+0
* Port qUncompress() to zstream/inflate()Marc Mutz2022-10-161-0/+63
* MSVC: Enable all possible conformance checksYuhang Zhao2022-10-151-1/+1
* Port from qAsConst() to std::as_const()Marc Mutz2022-10-112-3/+3
* Update UCD to Revision 30Ievgenii Meshcheriakov2022-10-115-25/+23
* tst_QString::compare(): rename a test tag to be uniqueEdward Welbourne2022-10-111-1/+1
* tst_QString::number_base(): distinguish negative binary test-casesEdward Welbourne2022-10-111-1/+1
* tst_QRE::wildcard(): use more informative data row tagsEdward Welbourne2022-10-111-2/+1
* tst_QBAApiSymmetry::toInt_data(): deduplicate a data-row nameEdward Welbourne2022-10-111-1/+1
* Provide optTitle for a NumberDoubleTestData testcase that needs itEdward Welbourne2022-10-111-1/+2
* Rename tst_QBA::toFromHex()'s longer no-leading-zero data-rowEdward Welbourne2022-10-111-1/+1
* Rename tst_QBA::movablity() to fix the typoEdward Welbourne2022-10-111-4/+4
* Don't duplicate a column name in tst_QByteArray::movablity_data()Edward Welbourne2022-10-111-3/+1
* Port from container.count()/length() to size()Marc Mutz2022-10-046-80/+80
* Reduce foldCasing of the needle in Boyer-Moore QString searchesØystein Heskestad2022-09-221-1/+24
* tst_QLocale: use fenv everywhereMårten Nordheim2022-09-151-25/+3
* Perform uiLanguages() likely-adjusted processing purely on IDsEdward Welbourne2022-09-071-7/+74
* Simplify system locale managementEdward Welbourne2022-09-071-3/+0
* Work round macOS's omission of en_DE from its own uiLanguages()Edward Welbourne2022-09-071-1/+16
* tst_qlocale: only restore the fp control masks we changeMårten Nordheim2022-09-071-3/+2
* Fix compiler warning: don't copy in ranged-for loopVolker Hilsheimer2022-09-031-2/+2
* QAnyStringView: construct from any T implicitly convertible to QString/QByteA...Marc Mutz2022-09-011-0/+10
* Move QMacAutoReleasePool from qglobal.h to qcore_mac_p.hSona Kurazyan2022-09-012-0/+4
* tst_qstring: port away from deprecated APIsIvan Solovev2022-08-272-14/+29
* QtBase tests: remove QT_DISABLE_DEPRECATED_UP_TO definesIvan Solovev2022-08-241-1/+0
* Change the license of all CMakeLists.txt and *.cmake files to BSDLucie Gérard2022-08-2331-31/+31
* Rename QT_DISABLE_DEPRECATED_BEFORE -> QT_DISABLE_DEPRECATED_UP_TOIvan Solovev2022-08-192-2/+2
* Put code related to timezone functionality under QT_CONFIG(timezone)Tatiana Borisova2022-08-181-0/+2
* Android: tst_QByteArray::base64_2GiB() times out or gets terminatedAssam Boudjelthia2022-08-181-0/+3
* tst_qbytearray: remove qCompress_data for QT_NO_COMPRESSMarc Mutz2022-08-151-2/+2
* Add Latin 1 case-insensitive Boyer-Moore searcherØystein Heskestad2022-08-041-0/+104
* Make 'zz' format an alias for 'z' in time format stringsEdward Welbourne2022-08-031-1/+1
* Add license headers to cmake filesLucie Gérard2022-08-0331-0/+93
* QRegularExpression: introduce (global)matchViewGiuseppe D'Angelo2022-07-291-16/+17
* CMake: Don't use PUBLIC_LIBRARIES for tests and test helpersAlexandru Croitor2022-07-2810-13/+13
* QByteArray: fix base64 round-trip w/more than 2GiB dataMarc Mutz2022-07-261-0/+40
* tst_QByteArray: fix custom QCOMPARE for QBAs > 2GiBMarc Mutz2022-07-201-1/+1
* Add wasm exception for tst_qcharDavid Skoland2022-07-111-0/+5
* QString: fix lifetime issues with QRegularExpression APIsGiuseppe D'Angelo2022-07-101-0/+40
* Add QStringDecoder::decoderForHtml()Lars Knoll2022-06-211-20/+64
* Long live the ICU-based QStringConverter interface!Fabian Kosmale2022-06-193-2/+280
* QStringConverter: fix use-after-free in the stack in the testThiago Macieira2022-06-151-7/+11
* tst_QAnyStringView: explicitly check the spaceship operatorMarc Mutz2022-06-141-0/+31
* tst_QStringApiSymmetry: use QCOMPARE_EQ instead of QCOMPAREIvan Solovev2022-06-031-168/+168
* QStringConverter: Do not crash if invalidFabian Kosmale2022-05-251-0/+56