summaryrefslogtreecommitdiffstats
path: root/tests/auto/corelib
Commit message (Expand)AuthorAgeFilesLines
* 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
* Move localeAwareCompare tests from tst_qstring to tst_qstringapisymmetrySona Kurazyan2022-03-173-311/+361
* QDateTime: future-proof swap()Marc Mutz2022-03-171-0/+13
* QObject: add another couple of tests for broken connect()Giuseppe D'Angelo2022-03-171-0/+11
* Fix has_signaling_NaN usage for INTEGRITYTatiana Borisova2022-03-161-2/+5
* QFlatMap: make insertion STL-compatibleMarc Mutz2022-03-161-16/+3
* QObject: give some TLC to dumpRecursive()Marc Mutz2022-03-161-0/+27
* 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
* Restore C++20-deprecated mixed-enum bitwise operatorsMarc Mutz2022-03-151-0/+35
* Revert "Blacklist: test cases blacklisted in tst_QXmlStream:"Heikki Halmet2022-03-151-4/+0
* QMutexLocker: add isLocked()Giuseppe D'Angelo2022-03-151-0/+14
* 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
* qDecodeDataUrl(): treat ";base64" marker as case-insensitiveMarc Mutz2022-03-111-0/+2
* Do not assume implicit string-ish → QColor conversionMarc Mutz2022-03-111-1/+1
* Rewrite tst_qdataurl as a data-driven testMarc Mutz2022-03-111-30/+34
* tst_qflatmap: fix -Wunused-local-typedef (Clang)Marc Mutz2022-03-111-1/+1
* Blacklist: test cases blacklisted in tst_QSystemSemaphore:CI Insignificant Platforms Monitor Bot2022-03-101-0/+4
* QProperty: fix threading issuesFabian Kosmale2022-03-101-0/+86
* Add an overload of QStringView::count() for QLatin1StringSona Kurazyan2022-03-091-3/+2
* Add QLatin1String::count(needle)Sona Kurazyan2022-03-092-0/+44
* tst_qflags: test w/and w/o QT_TYPESAFE_FLAGSMarc Mutz2022-03-082-14/+31
* tst_qstringapisymmetry: check expected overloads are selectedMarc Mutz2022-03-081-12/+59
* qtestmouse.h: compile with QT_TYPESAFE_FLAGSMarc Mutz2022-03-071-0/+44
* Add QFileInfo::isAlias() to reflect whether the file is a macOS aliasTor Arne Vestbø2022-03-062-0/+62
* QWeakPointer: befriend other QWeakPointersThiago Macieira2022-03-041-3/+52
* Add numeric conversion methods to QLatin1StringSona Kurazyan2022-03-051-0/+2
* Add tests for an assertion seen on WindowsEdward Welbourne2022-03-041-1/+12
* 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
* Associative containers: add a way to obtain a key/value rangeGiuseppe D'Angelo2022-03-041-0/+131