summaryrefslogtreecommitdiffstats
path: root/tests/auto/corelib
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'origin/tqtc/lts-6.2.8' into tqtc/lts-6.2-openso...Tarja Sundqvist2024-01-2224-212/+987
|\
| * Fix overflow in SHA-3/KeccakMårten Nordheim2023-03-131-0/+27
| * tst_QCryptographicHash: Extract Method ensureLargeData()Marc Mutz2023-03-091-1/+11
| * tst_QAlgorithms: don't use random numbers in the test row namesThiago Macieira2023-03-071-17/+25
| * tst_QAlgorithms: fix misleading indent in data tableEdward Welbourne2023-03-071-8/+11
| * Clean up tst_QAlgorithms::count{Trail,Lead}ing_data_impl()Edward Welbourne2023-03-071-12/+15
| * tst_QVariant: check fromValue() with a non-default-constructible typeMarc Mutz2023-03-041-1/+1
| * tst_qvarlengtharray: add test for QVLA(n) ctorMarc Mutz2023-03-021-0/+44
| * tst_QMutex: use constexpr variables instead of 'enum-trick'Marc Mutz2023-03-021-2/+2
| * tst_QMessageAuthenticationCode: check that setKey() reset()sMarc Mutz2023-02-281-0/+43
| * Logging: fix crash when decoding a symbol that isn't a functionThiago Macieira2023-02-231-0/+65
| * qstrncpy: NUL-terminate even when src is nullptrMarc Mutz2023-02-221-0/+3
| * QFuture: fix continuation cleanupIvan Solovev2023-02-171-0/+27
| * QPromise: improve documentation snippetIvan Solovev2023-02-151-1/+3
| * tst_qvarlengtharray: fix MyBase trackers for swap()Marc Mutz2023-02-101-0/+34
| * Pass short time format to GetTimeFormat from GetLocaleInfoIlya Fedin2023-02-061-1/+1
| * tst_QStringConverter: improve the char-by-char UTF-8 testingThiago Macieira2023-02-033-68/+168
| * QUrl: restore empty-but-not-null for components that are presentThiago Macieira2023-01-271-39/+43
| * QStringConverter: use the QUtf8 codec when Windows is using UTF-8Thiago Macieira2023-01-271-14/+50
| * Fix crash when cancelling a QFuture that has continuation with contextSona Kurazyan2023-01-061-0/+9
| * tst_QStringApiSymmetry: fix a typo and deal with the falloutMarc Mutz2022-12-291-1/+3
| * Autoclose a FILE* if we open itVille Voutilainen2022-12-191-9/+1
| * tst_QStringApiSymmetry: add checks for QByteArrayViewMarc Mutz2022-12-191-1/+89
| * tst_qxmlstream: swap WHEN and THEN in readBack()Marc Mutz2022-12-161-3/+3
| * tst_qmlstream: re-use QBuffer instance in readBack()Marc Mutz2022-12-161-2/+3
| * QBuffer: test and document open() behaviorMarc Mutz2022-12-141-0/+24
| * Android: fix Android assets handler not listing dirs with only sub dirsBartlomiej Moskal2022-12-134-0/+27
| * tst_QString: fix custom QCOMPARE for strings > 2Gi charactersMarc Mutz2022-12-071-1/+1
| * Refactor\Extend tst_QString::prepend_data with additional test casesMate Barany2022-12-021-10/+72
| * Refactor\Extend tst_QString::insert_data with additional test casesMate Barany2022-12-021-10/+90
| * Refactor\Extend tst_QString::append_data with additional test casesMate Barany2022-12-021-14/+87
| * tst_qlocale: only restore the fp control masks we changeMårten Nordheim2022-11-281-5/+10
| * tst_QString: check empty regex can replace in empty/null stringMarc Mutz2022-11-281-0/+3
* | Merge remote-tracking branch 'origin/tqtc/lts-6.2.7' into tqtc/lts-6.2-openso...Tarja Sundqvist2023-10-0314-51/+406
|\|
| * tst_QMap: remove unused std::as_const cloneMarc Mutz2022-11-181-6/+0
| * Q(Multi)Map: prevent dangling key/value after detach()Giuseppe D'Angelo2022-11-171-0/+68
| * tests: fix build with -no-feature-concurrentJohannes Kauffmann2022-11-091-1/+1
| * Android: Fix incorrect fullscreen dimensionsSamuel Mira2022-11-072-0/+106
| * Revert "Android: fix Android assets handler not listing dirs with only sub dirs"Tarja Sundqvist2022-11-024-26/+0
| * QString::asprintf: fix handling of a present-but-empty precisionThiago Macieira2022-10-281-0/+37
| * Port qCompress() to zstream/deflate()Marc Mutz2022-10-251-0/+13
| * Port qUncompress() to zstream/inflate()Marc Mutz2022-10-251-0/+62
| * Android: fix Android assets handler not listing dirs with only sub dirsAssam Boudjelthia2022-10-214-0/+26
| * tst_Q{BitArray,ContiguousCache}: check not only count(), but size(), tooMarc Mutz2022-10-182-0/+3
| * QTaggedPointer: disable operator= with an empty initializer listGiuseppe D'Angelo2022-10-111-0/+42
| * QFuture: fix handling of cancelled continuation chainSona Kurazyan2022-09-231-0/+71
| * QVariant: do allow non-default-constructible typesThiago Macieira2022-09-161-2/+29
| * Remove preprocessor conditionals for chrono includeKonrad Kujawa2022-09-163-44/+3
* | Merge remote-tracking branch 'origin/tqtc/lts-6.2.6' into tqtc/lts-6.2-openso...Tarja Sundqvist2023-03-0114-41/+496
|\ \
| * | QVariant: do allow non-default-constructible typesThiago Macieira2022-09-161-2/+29
| |/