summaryrefslogtreecommitdiffstats
path: root/tests/auto/corelib
Commit message (Expand)AuthorAgeFilesLines
* tst_QCborValue: Prepare for 64-bit QVectors in Qt 6Thiago Macieira2020-03-271-7/+15
* CBOR support: prevent overflowing QByteArray's max allocationThiago Macieira2020-03-275-16/+223
* QCborValue::fromCbor: Apply a recursion limit to decodingThiago Macieira2020-03-251-0/+54
* Un-blacklist QElapsedTimer::elapsed testVolker Hilsheimer2020-03-041-3/+0
* QLibrary: stop setting errorString after resolve()Thiago Macieira2020-03-031-1/+1
* Try again to make QDeadlineTimer test robust against context switchesVolker Hilsheimer2020-02-281-16/+34
* Fix flaky QElapsedTimer::elapsed test caseVolker Hilsheimer2020-02-271-17/+30
* Make QDeadlineTimer test more resilient against VM starvationVolker Hilsheimer2020-02-261-4/+19
* QObject: treat T* -> bool conversions as narrowingMarc Mutz2020-02-261-0/+6
* tst_QSettings: Fix leaking registry keyFriedemann Kleint2020-02-251-2/+3
* Detect double timer during single timeout in registerTimer test, and skipVolker Hilsheimer2020-02-221-5/+17
* Discover the conditions under which registerTimer is flaky, and skipVolker Hilsheimer2020-02-221-0/+22
* Only read the first BOM as a BOM; the rest are ZWNBS !Edward Welbourne2020-02-141-0/+6
* Extend tst_qstringapisymmetry for member compare()Marc Mutz2020-02-091-2/+158
* Take care of NULL data from QStringView in QCollatorEdward Welbourne2020-02-051-1/+13
* Enable system locale to skip digit-grouping if configured to do soEdward Welbourne2020-02-031-13/+17
* Merge remote-tracking branch 'origin/5.14.1' into 5.14Liang Qi2020-01-281-0/+24
|\
| * Merge 5.14 into 5.14.1Kari Oikarinen2020-01-156-73/+135
| |\
| * | QSequentialIterableImpl: support appendFabian Kosmale2020-01-151-0/+24
* | | QXmlStreamReader: early return in case of malformed attributesGiuseppe D'Angelo2020-01-232-0/+9005
* | | Flatten version-specific blacklisting on macOS to all macOS versionsTor Arne Vestbø2020-01-224-9/+6
* | | Blacklist tstPauseAnimation::noTimerUpdates on macOSTor Arne Vestbø2020-01-221-3/+4
* | | Extend blacklisting for a few tests to include all macOS versionsTor Arne Vestbø2020-01-221-1/+1
| |/ |/|
* | Combine negativeYear() and printNegativeYear()Edward Welbourne2020-01-141-22/+17
* | QString::isLower/isUpper: redo the implementationGiuseppe D'Angelo2020-01-111-40/+79
* | QFileSystemWatcher/win: watch also for attribute changes of directoriesChristian Ehrlicher2020-01-101-0/+28
* | Fix encoding expected by tst_qmessagehandler::qMessagePattern()Edward Welbourne2020-01-091-5/+5
* | Fix encoding inconsistency between tst_QNoDebug and QTestLogEdward Welbourne2020-01-091-2/+2
* | QObject: Replace more 0 and NULL with nullptrAndre Hartmann2020-01-091-4/+4
|/
* QVariant: Prefer direct conversion to QVariant{List,Map,Hash}Fabian Kosmale2020-01-031-0/+44
* QLocale: Support Indian number formattingTuomas Heimonen2019-12-301-0/+53
* Let QItemSelectionModel::columnIntersectsSelection honor the parentChristian Ehrlicher2019-12-141-0/+4
* QVariant: introduce ShouldDeleteVariantData flagFabian Kosmale2019-12-111-1/+96
* Fix more mis-handling of spaces in ISO date format stringsEdward Welbourne2019-12-101-0/+38
* Don't wrap feature detection macros with QT_HAS_FOO() variantsTor Arne Vestbø2019-12-107-17/+17
* Allow lower-case for the T and Z in ISO 8601 date formatEdward Welbourne2019-12-061-0/+2
* Fix handling of trailing space at the end of an ISO date-timeEdward Welbourne2019-12-061-0/+11
* Fix crash when a date-time has an invalid time-zoneEdward Welbourne2019-12-061-14/+38
* QCborValue: fix replacing of elements with byte data with ones withoutThiago Macieira2019-12-051-0/+28
* Fix serializing QUuid with QDataStream with Qt 4 stream versionsJoni Poikelin2019-12-031-0/+20
* Work around macOS's inconsistency in naming of India's time-zoneEdward Welbourne2019-11-281-0/+9
* Be consistent in the RFC2822Date invalid character testsEdward Welbourne2019-11-273-41/+96
* Permit leading space at start of RFC 2822 Date formatEdward Welbourne2019-11-273-0/+32
* Make Qt::RFC2822Date's doc match up with its implementationEdward Welbourne2019-11-273-3/+3
* QCborValue: Extend the constructor to also create extended typesThiago Macieira2019-11-231-12/+59
* Fix QCborValue::toCbor with non-ASCII URLsThiago Macieira2019-11-231-0/+3
* tst_QScopeGuard: Remove unused lambda captureKari Oikarinen2019-11-191-1/+1
* Revert "[macOS] Skip test that triggers a buffer overflow in CoreFoundation"Edward Welbourne2019-11-181-6/+0
* Allow longer time-zone components on AndroidEdward Welbourne2019-11-142-4/+19
* Move some tests of QTimeZonePrivate::isValidId() to where they belongEdward Welbourne2019-11-131-28/+24