summaryrefslogtreecommitdiffstats
path: root/tests/auto/corelib
Commit message (Expand)AuthorAgeFilesLines
* Replace uses of _qs with _s in testsSona Kurazyan2022-04-0715-55/+83
* Add literal operators for QString/QByteArray to StringLiterals namespaceSona Kurazyan2022-04-072-30/+80
* Q[Multi]Hash: fix squeeze()Ivan Solovev2022-04-061-1/+94
* Q[Multi]Hash::reserve(): do nothing if desired size is less than currentIvan Solovev2022-04-061-0/+31
* QByteArray/QVarLengthArray: add missing resize(n, v) overloadsMarc Mutz2022-04-062-0/+41
* QBuffer: fail early in seek() beyond QByteArray's max capacityMarc Mutz2022-04-051-0/+24
* QBuffer: fix writing more than two GiB of dataMarc Mutz2022-04-041-0/+53
* 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-012-24/+13
* Use constants of the correct type in qnumeric NaN testEdward Welbourne2022-04-011-11/+12
* Clean up and modernise tst_QLocale::fpExceptions()Edward Welbourne2022-04-011-15/+14
* tst_QIODevice::unget() without network: skip only the affected partMårten Nordheim2022-04-011-4/+7
* Allow brace initialization for some of QLatin1StringView constructorsSona Kurazyan2022-04-011-0/+5
* Revert "Blacklist: test cases blacklisted in tst_QSystemSemaphore:"Pasi Petäjäjärvi2022-04-011-4/+0
* tst_QByteArrayView:: disable failing constexpr checks for GCCSona Kurazyan2022-04-011-0/+5
* QSettingsPrivate: fold from/to parameters into the view they boundEdward Welbourne2022-03-301-2/+2
* Android: activate tst_QPluginLoaderIvan Solovev2022-03-304-9/+65
* Android: activate tst_QLibraryIvan Solovev2022-03-305-76/+62
* Add a test and remove a work-around for a fixed bugEdward Welbourne2022-03-291-4/+5
* Android: enable tst_QLocaleIvan Solovev2022-03-291-9/+12
* QFileSystemWatcher: Blacklist failing tests on macOS armIvan Solovev2022-03-291-0/+6
* Android: unblacklist tst_QStringConverter::convertUtf8()Ivan Solovev2022-03-281-3/+0
* Make QUnixEventDispatcherQPA XFAIL the testVolker Hilsheimer2022-03-251-1/+1
* Android: activate tst_qfactoryloaderIvan Solovev2022-03-255-76/+50
* Android: activate tst_QPluginIvan Solovev2022-03-253-14/+34
* Android: activate tst_QThreadStorageIvan Solovev2022-03-253-9/+4
* tst_QAtomicInt: do not check qlonglong alignment for x86_32 CPUsIvan Solovev2022-03-252-4/+2
* Disable test tst_qxmlstream for QNXPasi Petäjäjärvi2022-03-251-1/+1
* Include zone name on tst_QTimeZone::isTimeZoneIdAvailable() failureEdward Welbourne2022-03-251-1/+1
* Apply the East-Saskatchewan exception to zone-fragment lengths to ICUEdward Welbourne2022-03-251-2/+2
* Always cancel unfinished QPromises on destructionSona Kurazyan2022-03-251-0/+14
* CI: Add docker support for tst_qiodevice testPasi Petäjäjärvi2022-03-242-3/+14
* CI: Add docker support for tst_qtextstream testPasi Petäjäjärvi2022-03-242-1/+7
* Fix compiler warnings in testsVolker Hilsheimer2022-03-241-1/+1
* QProperty: Allow manual scheduling of binding notificationUlf Hermann2022-03-211-0/+16
* 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
* QRect: add toRectF()Marc Mutz2022-03-191-1/+38
* QLine/QMargins: add toLineF/toMarginsF()Marc Mutz2022-03-192-2/+71
* QSize/QPoint: add toSizeF/toPointF()Marc Mutz2022-03-192-2/+60
* QSettings: port key processing to QAnyStringViewMarc Mutz2022-03-191-15/+12
* Enable move semantics for QTemporaryDirLuca Di Sera2022-03-181-0/+55
* QMutexLocker: strenghten the locking operationsGiuseppe D'Angelo2022-03-181-3/+0
* 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
* QMutexLocker: add move semanticsGiuseppe D'Angelo2022-03-171-0/+67
* Tests: Do not depend on transitive includesFabian Kosmale2022-03-1720-0/+34
* QFuture: fix QtFuture::connect corner-casesGiuseppe D'Angelo2022-03-171-0/+30
* Add VERBATIM option to add_custom_command callsAlexey Edelev2022-03-172-6/+5
* Add QStringView::localeAwareCompare()Sona Kurazyan2022-03-171-0/+4