summaryrefslogtreecommitdiffstats
path: root/tests/auto/corelib
Commit message (Expand)AuthorAgeFilesLines
* tst_QStringView: don't go through the QString constructorThiago Macieira2024-01-151-1/+1
* QString::arg: don't pass nullptr to memcpy()Thiago Macieira2024-01-152-2/+21
* Fix some -Wunused-* warnings on MinGWMarc Mutz2024-01-121-0/+1
* tst_QHashFunctions: extend the consistency() test with mixed-signedness int t...Marc Mutz2024-01-121-0/+19
* Use BSD-3-Clause license for CMake filesKai Köhne2023-12-261-1/+1
* QObject: assert connection type isn't UniqueConnection for lambdasAhmad Samir2023-12-221-1/+36
* Blacklist QEventLoop test on QNXVolker Hilsheimer2023-12-191-1/+1
* tst_qxp_function_ref: check that function_ref's are trivially copyableMarc Mutz2023-12-171-0/+2
* tst_containerapisymmetry: remove the extra push_backMarc Mutz2023-12-151-17/+17
* tst_QtEndian: rewrite the ENDIAN_TEST macros to support FPMarc Mutz2023-12-141-30/+32
* QFuture: Don't use QFutureCallOutInterface for continuationsArno Rehn2023-12-141-20/+36
* Fix return value of qbswap(qint128)Marc Mutz2023-12-121-0/+29
* QDuplicateTracker: test with std::string, tooMarc Mutz2023-12-121-0/+23
* tst_QString: explain TransientDefaultLocale betterMarc Mutz2023-12-091-1/+2
* tst_QGlobal: work around ubsan issue in toString(qint128)Marc Mutz2023-12-091-1/+1
* QMetaType: fix typenameHelper() for types in the QtPrivate namespaceThiago Macieira2023-12-092-0/+16
* Fix QStringConverter::encodingForName() for trailing `-`, `_`Marc Mutz2023-12-071-0/+2
* Improve tst_QStringConverter::encodingForName_data()Marc Mutz2023-12-071-13/+39
* QMimeDatabase: fix glob-deleteall support for the binary providersDavid Faure2023-12-071-4/+0
* QMimeDatabase: collect glob patterns from all locationsDavid Faure2023-12-075-102/+24
* tst_qmimedatabase: move local override to the specific test methodDavid Faure2023-12-075-29/+41
* tst_qmimedatabase: separate xml files for Global and Local testsDavid Faure2023-12-073-42/+51
* QSpan: ensure interoperability with std::spanMarc Mutz2023-12-071-0/+36
* QSpan: check conversion from initializer_listMarc Mutz2023-12-071-0/+16
* tst_ContainerApiSymmetry: check value_types with a const memberMarc Mutz2023-12-071-0/+90
* Check that QMulti{Map,Hash} (still) store in reverse insertion orderMarc Mutz2023-12-072-0/+45
* QFactoryLoader::instance(): don't fully parse static plugins' dataThiago Macieira2023-11-296-3/+86
* Blacklist tst_QGuiEventLoop::processEvents on QNXVolker Hilsheimer2023-11-222-0/+16
* QMimeDatabase: handle buggy type definitions with circular inheritanceAlex Henrie2023-11-214-0/+23
* tst_QFactoryLoader: remove unused member variableMarc Mutz2023-11-161-4/+0
* Add QUniqueHandle - a general purpose RAII wrapper for non-memory typesJøger Hansegård2023-11-153-0/+324
* QStringConverter: harden encodingForName() against nullptrMarc Mutz2023-11-101-3/+7
* QLocal8Bit::convertToUnicode[win]: Support stateless flagMårten Nordheim2023-11-091-0/+37
* QCryptographicHash: fallback to non-OpenSSL implementation for KeccakJan Grulich2023-11-081-0/+85
* QSharedMemory: fix attach() -> create() for non-legacy SystemV modeIvan Solovev2023-11-081-3/+0
* QSharedMemory: fix attach() -> create() for legacy SystemV modeIvan Solovev2023-11-071-0/+35
* Introduce QComObject base classPavel Dubsky2023-11-034-0/+294
* QSharedMemory: fix semaphore creation in legacy modeIvan Solovev2023-11-031-0/+26
* tests: skip setPermissions test if running as rootSamuli Piippo2023-11-031-2/+3
* Extend QTestPrivate property tests - actual implementation [2/2]Ivan Solovev2023-11-011-10/+0
* QLocal8Bit::convertFromUnicode[win]: handle trailing high surrogateMårten Nordheim2023-11-011-6/+24
* QLocal8Bit::convertToUnicode[win]: handle more than one octet stateMårten Nordheim2023-10-311-7/+8
* QLocal8Bit::convertToUnicode[win]: Drop MB_PRECOMPOSED flagMårten Nordheim2023-10-311-4/+1
* Blacklist tst_QTemporaryDir::QTBUG43352_failedSetPermissions on macOS 14 ARMTor Arne Vestbø2023-10-301-0/+2
* Report as available every QTimeZone(qint32).id() resultEdward Welbourne2023-10-301-0/+6
* QStringConverter[win]: expose+test control of code-pageMårten Nordheim2023-10-271-0/+148
* tst_QHashFunctions: suppress warning about casting from float to _Float16Thiago Macieira2023-10-241-1/+1
* tst_QProcess::startStopStartStopBuffers: depend less on OS configurationThiago Macieira2023-10-191-8/+13
* tst_QMetaEnum: add round-trip testing to valueToKeys()Marc Mutz2023-10-191-0/+3
* tst_QStorageInfo::{tempFile,caching}: try a to find a non-btrfs storageThiago Macieira2023-10-181-8/+35