summaryrefslogtreecommitdiffstats
path: root/tests/auto/corelib
Commit message (Expand)AuthorAgeFilesLines
* tst_qvarlengtharray: fix MyBase trackers for swap()Marc Mutz2023-02-131-0/+34
* Pass short time format to GetTimeFormat from GetLocaleInfoIlya Fedin2023-02-031-2/+1
* QString: use inheritance, not template aliases, for arg() constraintsMarc Mutz2023-01-031-0/+3
* QBuffer: test and document open() behaviorMarc Mutz2022-12-161-0/+24
* tst_qmlstream: re-use QBuffer instance in readBack()Marc Mutz2022-12-161-2/+3
* Fix crash on serializing default-constructed QTimeZoneEdward Welbourne2022-12-091-0/+28
* Work round macOS's omission of en_DE from its own uiLanguages()Edward Welbourne2022-11-011-1/+16
* Suppress a deprecation warning in tst_QDateTime::toString_enumformat()Edward Welbourne2022-11-011-0/+4
* QJsonValue: fix incorrect to{Array,Object} when the value is emptyThiago Macieira2022-10-311-2/+16
* tst_Q{BitArray,ContiguousCache}: check not only count(), but size(), tooMarc Mutz2022-10-172-0/+3
* tst_qbytearray: remove qCompress_data for QT_NO_COMPRESSMarc Mutz2022-08-221-2/+2
* Don't access QObjectPrivate::declarativeData unguardedVolker Hilsheimer2022-08-201-0/+73
* qputenv: defend against non-NUL-terminated QByteArray valuesMarc Mutz2022-08-081-1/+5
* Restore C++20-deprecated mixed-enum bitwise operatorsMarc Mutz2022-06-081-0/+35
* Endian: Provide special integer bitfield unionsUlf Hermann2022-05-131-1/+108
* Correct prefix reported for end element in QXmlStreamReaderVincent Baijot2022-05-078-13/+13
* Fix assertion failure when parsing a doubly-invalid date-time textEdward Welbourne2022-04-251-2/+18
* Fix compilation with GCC 12 (and on Fedora 35 and newer)Ville Voutilainen2022-04-151-1/+1
* Android: use BCP 47 tag to create a correct Locale for QTimeZone::displayName()Ivan Solovev2022-04-131-0/+53
* QBuffer: fail early in seek() beyond QByteArray's max capacityMarc Mutz2022-04-131-0/+24
* tst_QIODevice: fix UB (precondition violation) in SequentialReadBuffer::readD...Marc Mutz2022-03-161-3/+6
* QString::asprintf: check that passing field widths as arguments worksMarc Mutz2022-03-161-0/+6
* Backport recent QFlags testsMarc Mutz2022-03-161-0/+69
* Rewrite tst_qdataurl as a data-driven testMarc Mutz2022-03-141-30/+32
* Fix C++20 ambiguous relational operators between QJsonValue{,Ref}Marc Mutz2022-03-112-0/+53
* QProcess/Unix: ensure we don't accidentally execute something from CWDThiago Macieira2022-02-286-4/+161
* tst_QSystemSemaphore: give proper path to test-helperMårten Nordheim2022-02-221-1/+8
* Update public suffix listIevgenii Meshcheriakov2022-02-181-1/+1
* Blacklist tst_QFileSystemWatcher::signalsEmittedAfterFileMoved on all Windows...Ivan Solovev2022-01-311-2/+1
* JSON: When clearing duplicate object entries, also clear containersUlf Hermann2022-01-191-0/+20
* Remove execute permission from XML filesEdward Welbourne2022-01-184-0/+0
* Fix an assertion failure in massageAdjustedDateTime()Edward Welbourne2022-01-141-0/+12
* tst_QItemModel: fix memleaksMarc Mutz2022-01-051-3/+3
* tst_qanimationgroup: fix memleaksMarc Mutz2022-01-051-2/+4
* tst_qtranslator: fix memleakMarc Mutz2022-01-041-3/+3
* tst_QStringList: check that join(u'\0') embeds NULsMarc Mutz2021-12-291-0/+5
* tst_qsharedmemory: skip readOnly() test under asanMarc Mutz2021-12-231-0/+2
* QXmlStreamReader: update test distributionIvan Solovev2021-12-23653-3918/+31
* tst_QPropertyAnimation: fix leaks occurring under normal operationMarc Mutz2021-12-191-11/+10
* tst_QPropertyAnimation: fix wrong commentMarc Mutz2021-12-171-1/+5
* tst_containerapisymmetry: test ranged ctors with pure input_iterator typesMarc Mutz2021-12-101-0/+52
* QVarLengthArray: fix size update on failed append()Marc Mutz2021-12-091-0/+45
* QVarLengthArray: add some basic checks for default-ctorMarc Mutz2021-12-081-0/+21
* Blacklist tst_QTimer::zeroTimer on Ubuntu 20.04Andreas Buhr2021-12-081-0/+3
* QSortFilterProxyModel: create mappings on demand againDavid Faure2021-12-022-0/+35
* QStringView: fix split(QRegularExpression) returning invalid dataMarc Mutz2021-12-011-3/+0
* Check that QStringView::split() w/rvalue QRegularExpression returns valid dataMarc Mutz2021-12-011-0/+29
* tst_qhashfunctions: check qHashRange{,Commutative}() find hidden friend qHash()Marc Mutz2021-11-261-9/+27
* Blacklist and skip failing tests on macOS ARMTor Arne Vestbø2021-11-231-0/+3
* Explicitly use libc++ when creating machtest stubsTor Arne Vestbø2021-11-171-3/+3