summaryrefslogtreecommitdiffstats
path: root/tests/auto/corelib
Commit message (Expand)AuthorAgeFilesLines
* Make QFutureWatcher::isFinished() consistent with the watched QFutureSona Kurazyan2021-07-231-25/+50
* QSet: extend testsIvan Solovev2021-07-221-5/+172
* QString: extend unit testsIvan Solovev2021-07-221-74/+495
* QFileSelector: Preserve path to root directoryFabian Kosmale2021-07-211-0/+3
* emit layoutAboutToBeChanged timelyLuca Beldi2021-07-206-2/+221
* QHash, QMultiHash: extend testsIvan Solovev2021-07-201-12/+532
* Skip tst_qthreadonce test on QEMUSona Kurazyan2021-07-202-0/+11
* QList: extend testsIvan Solovev2021-07-201-13/+428
* tst_qlocale: Add tests for parsing Chakma date and time stringsIevgenii Meshcheriakov2021-07-191-0/+16
* Use member function instead of template function to resolve native interfaceTor Arne Vestbø2021-07-171-8/+10
* QMultiMap: extend unit testsIvan Solovev2021-07-161-143/+581
* Consistent handling of disabled items in QItemSelectionModelAndreas Buhr2021-07-151-0/+2
* QCryptographicHash: use a std::array to hold result (was: QByteArray)Marc Mutz2021-07-151-6/+6
* QCryptographicHash test: remove the moreThan4GiBOfData(SHA512) check from the CIMarc Mutz2021-07-151-2/+5
* Improve error reporting when requesting unsupported native interfaceTor Arne Vestbø2021-07-151-1/+14
* Add test for native interface machineryTor Arne Vestbø2021-07-153-0/+129
* QMetaType: Support converting any QFuture<T> to QFuture<void>Arno Rehn2021-07-151-0/+18
* QMap: extend unit testsIvan Solovev2021-07-151-4/+301
* QTranslator: Fix loading of meta catalogs from absolute .qm pathKai Köhne2021-07-151-0/+14
* tst_qtranslator: Simplify extraction of test dataKai Köhne2021-07-154-45/+5
* QDuplicateTracker: accept the number of elements to reserve as a ctor argumentMarc Mutz2021-07-141-2/+1
* 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