summaryrefslogtreecommitdiffstats
path: root/tests/auto/corelib
Commit message (Expand)AuthorAgeFilesLines
...
* QDate(Time): add a addDuration methodGiuseppe D'Angelo2022-04-142-14/+27
* QDateTime: add conversions for time_point and zoned_timeGiuseppe D'Angelo2022-04-131-0/+227
* QDate: add conversions for std::chrono calendaring classesGiuseppe D'Angelo2022-04-131-0/+39
* QAbstractProxyModel: do not access invalid indexesGiuseppe D'Angelo2022-04-131-0/+128
* QVarLengthArray: add missing (size, value) ctorMarc Mutz2022-04-131-0/+12
* QDateTime: add support for std::chrono::duration arithmeticGiuseppe D'Angelo2022-04-131-1/+20
* QTimeZone: add construction from std::chrono::time_zone*Giuseppe D'Angelo2022-04-121-0/+48
* Skip test that fails with Address Sanitizer enabledDimitrios Apostolou2022-04-121-0/+7
* Ensure that readAllStandardError() doesn't crash on assertJarek Kobus2022-04-091-0/+10
* Android: use BCP 47 tag to create a correct Locale for QTimeZone::displayName()Ivan Solovev2022-04-081-0/+52
* Fix assertion failure when parsing a doubly-invalid date-time textEdward Welbourne2022-04-071-1/+14
* Don't use QSKIP() when merely eliding part of a testEdward Welbourne2022-04-071-25/+23
* 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