summaryrefslogtreecommitdiffstats
path: root/tests/auto/corelib
Commit message (Expand)AuthorAgeFilesLines
* QObject: optimize the common case of findChildren(QString())Marc Mutz2021-07-131-0/+2
* macOS: Don't mangle QByteArray settings with @ prefix by decoding as UTF-8Tor Arne Vestbø2021-07-131-0/+4
* CMake: Remove the usage of QT_SOURCE_TREE from testsJoerg Bornemann2021-07-123-4/+3
* Add QFutureInterfaceBase::get() to retrieve internals of QFutureArno Rehn2021-07-121-0/+11
* tst_QSharedPointer: fix -Wsuggest-override warningsMarc Mutz2021-07-091-7/+7
* tst_QFile: fix GCC -Wignored-qualifiersMarc Mutz2021-07-091-2/+5
* Fix QMultiHash::keys(const T&) overloadIvan Solovev2021-07-081-8/+57
* QMultiHash::find - prevent detaching shared nullIvan Solovev2021-07-081-0/+15
* tst_QCryptographicHash: simplify the creation of a large QBAMarc Mutz2021-07-071-4/+1
* QProperty: Downgrade assert in noSelfDependencies to warningFabian Kosmale2021-07-071-0/+9
* QCryptographicHash: port addData() to QByteArrayViewMarc Mutz2021-07-061-7/+7
* QCryptographicHash: don't present the same data over and over againMarc Mutz2021-07-061-0/+84
* tst_QCryptographicHash: make hashLength() data-drivenMarc Mutz2021-07-051-3/+12
* Run tst_QIODevice::skip() on random-access deviceAlex Trotsenko2021-07-031-3/+4
* Fix tst_qmessagehandler::formatLogMessage() test on AndroidAssam Boudjelthia2021-07-011-0/+4
* QSemaphore: add <chrono> overload of tryAcquire()Marc Mutz2021-06-301-1/+35
* tst_qglobal: fix an uninit'ed variable warningMarc Mutz2021-06-301-1/+1
* tst_qstringapisymmetry: add checks for common overload setsMarc Mutz2021-06-251-0/+106
* Expand a test that QVariant isn't null even when what it wraps isEdward Welbourne2021-06-241-4/+6
* QString: Respect precision when reading data for %.*s format stringUlf Hermann2021-06-221-0/+30
* QHash: Fix erase() edge-caseMårten Nordheim2021-06-181-0/+19
* QBindable: Use setter in setValue for QObjectCompatPropertyFabian Kosmale2021-06-171-0/+11
* Universally pass QMetaType by valueUlf Hermann2021-06-171-3/+3
* Tidy up tst_QString::localeAwareCompare()Edward Welbourne2021-06-161-121/+262
* Apple: Use POSIX IPC instead of System V in sandboxed applicationsTor Arne Vestbø2021-06-161-5/+17
* QLoggingSettingsParser: port setContent() to QStringViewMarc Mutz2021-06-161-15/+15
* Turn tst_QString::setRawData()'s QSKIP into QEXPECT_FAIL()sEdward Welbourne2021-06-151-1/+3
* Don't use APPLESS testing for QStringEdward Welbourne2021-06-151-1/+2
* Fix and clean up utterly confused (and confusing) transition testsEdward Welbourne2021-06-151-201/+241
* Prefer QFAIL("Informative message") over QVERIFY(false)Edward Welbourne2021-06-142-8/+8
* Suppress gcc warning -Wmemset-elt-size on test codeEdward Welbourne2021-06-141-1/+5
* QLatin1String: Add a constructor taking QByteArrayViewMårten Nordheim2021-06-121-0/+31
* String API Symmetry: test for indexOf with large negative offsetMårten Nordheim2021-06-112-1/+4
* Ensure test using setlocale() doesn't leave it permanently changedEdward Welbourne2021-06-121-3/+6
* Add .UTF-8 suffixes to locale-names passed to setlocale()Edward Welbourne2021-06-112-3/+4
* Remove two QEXPECT_FAIL()s that no longer appear to be validEdward Welbourne2021-06-111-12/+0
* QLatin1String: Add overloads taking QLatin1CharMårten Nordheim2021-06-111-0/+15
* tst_qsettings: reliably remove the empty.ini fileMarc Mutz2021-06-111-1/+2
* Correct handling of last second of 1969 (again)Edward Welbourne2021-06-111-3/+12
* Clean up tst_QDateTime's conditions on zoneIsCETEdward Welbourne2021-06-111-419/+414
* Hangul composition: use < base + count checks, not <= checksEdward Welbourne2021-06-111-0/+19
* normalizeTypeFromSignature: Beware of anonymous struct/unionFabian Kosmale2021-06-081-0/+15
* Always include standard name in QLocale::uiLanguages()Edward Welbourne2021-06-071-36/+39
* Fix augmentation of UI language listEdward Welbourne2021-06-071-8/+25
* QProperty: Do not involve semi-destroyed QObjects in bindingsFabian Kosmale2021-06-071-0/+30
* Implement QFileInfo::junctionTarget(), adjust auto-testKarsten Heimrich2021-06-051-3/+25
* Unify behavior for long path or UNC prefix removalKarsten Heimrich2021-06-055-7/+68
* JNI: Add calls to get field IDsAssam Boudjelthia2021-06-042-0/+53
* QSortFilterProxyModel: create mappings on demand againDavid Faure2021-06-032-0/+35
* Make bool isSymLink, isJunction inferred from resource.typeKarsten Heimrich2021-06-021-14/+16