summaryrefslogtreecommitdiffstats
path: root/tests/auto/corelib
Commit message (Expand)AuthorAgeFilesLines
* QPromise: add support for addResult(braced-initializer)Marc Mutz2023-03-281-0/+15
* QMetaType: Provide underlyingType for enumsFabian Kosmale2023-03-282-0/+56
* QFutureInterface: add a warning when an existing continuation is overwrittenIvan Solovev2023-03-281-0/+30
* tst_QVariant: add a test contrasting Qt 5/6 isNull behaviorMarc Mutz2023-03-241-0/+7
* Implement [variant.get] for QVariant [2/2]: get()Marc Mutz2023-03-241-1/+88
* Implement [variant.get] for QVariant [1/2]: get_if()Marc Mutz2023-03-241-0/+159
* QVariant: ensure the type custom is registered on constructionThiago Macieira2023-03-231-0/+10
* QTimer: fix new-style slot invocation for receiver in another threadThiago Macieira2023-03-231-3/+8
* Short live QT_ENABLE_P0846_SEMANTICS_FOR!Marc Mutz2023-03-225-0/+117
* Corelib: s/Q_OS_MAC/Q_OS_DARWIN/wg except for doc and definitionEdward Welbourne2023-03-2017-40/+40
* tst_QMessageAuthenticationCode: avoid setKey() callsMarc Mutz2023-03-201-4/+2
* QCryptographicHash: check addData() with null QByteArrayViewMarc Mutz2023-03-171-0/+23
* QMessageAuthenticationCode: add move SMFs and swap()Marc Mutz2023-03-161-0/+45
* QDate: add epochDate() helper to unittestsAhmad Samir2023-03-161-6/+14
* QString: change test data to compile with QT_NO_CAST_FROM_ASCII [10/13]Ahmad Samir2023-03-152-154/+159
* Replace ushort*/uint* with char16_t*/char32_t* in private API [1]Ahmad Samir2023-03-151-1/+1
* Fix tst_qfilesystementry in unity buildAmir Masoud Abdol2023-03-152-3/+2
* QLockFile: tryLock(): use chrono firstAhmad Samir2023-03-141-8/+10
* Fix tst_qfreelist when build with unityAmir Masoud Abdol2023-03-142-9/+3
* Use qt_internal_add_executable in auto testsAmir Masoud Abdol2023-03-1417-19/+94
* QThread: add sleep(std::chrono::nanoseconds) overloadAhmad Samir2023-03-1313-49/+58
* QMimeDatabase: cleanup unittestAhmad Samir2023-03-111-10/+11
* QVariant: fix comparisons between strings and integer 0Giuseppe D'Angelo2023-03-101-0/+27
* Fix overflow in SHA-3/KeccakMÃ¥rten Nordheim2023-03-101-0/+29
* Make it possible to use QObjectPrivate::connect in private codeVolker Hilsheimer2023-03-101-2/+12
* tst_QCryptographicHash: Extract Method ensureLargeData()Marc Mutz2023-03-091-1/+11
* QAbstractItemModel: fix match() with Qt::MatchWildcardGiuseppe D'Angelo2023-03-091-8/+9
* QRegularExpression: extend wildcard testsGiuseppe D'Angelo2023-03-091-5/+17
* Fix QPropertyAlias::addNotifierFabian Kosmale2023-03-091-0/+3
* QRegularExpression: add support for non-filepath wildcards/globbingGiuseppe D'Angelo2023-03-071-48/+67
* Silence warning about unsafe sprintf, use snprintf insteadVolker Hilsheimer2023-03-061-1/+1
* Silence a few unused-but-set-parameter warnings in some of the testsAmir Masoud Abdol2023-03-061-3/+3
* QTestEventLoop: add enterLoop(std::chrono::milliseconds) overloadAhmad Samir2023-03-032-7/+11
* Use utimensat instead of utimesAhmad Samir2023-03-031-6/+9
* tst_QVariant: check fromValue() with a non-default-constructible typeMarc Mutz2023-03-031-1/+1
* QDebug: fix std::string/view stream operators; add u8 versionsMarc Mutz2023-03-021-4/+83
* tst_QMutex: use constexpr variables instead of 'enum-trick'Marc Mutz2023-03-011-2/+2
* tst_qvarlengtharray: add test for QVLA(n) ctorMarc Mutz2023-03-011-0/+44
* Long live QMessageAuthenticationCode::resultView()!Marc Mutz2023-03-011-6/+6
* tst_QTimer: suppress the cross-thread timer stopping warningsThiago Macieira2023-02-281-0/+1
* tst_QMessageAuthenticationCode: check that setKey() reset()sMarc Mutz2023-02-261-0/+46
* QCryptographicHash: auto-calculate MaxHashLengthMarc Mutz2023-02-251-2/+9
* Support Cyrillic's equivalent of 'E' as exponent separatorEdward Welbourne2023-02-241-0/+8
* Fix parsing of numbers to cope with non-single-character tokensEdward Welbourne2023-02-241-10/+60
* QHash: fix GrowthPolicy::bucketsForCapacityThiago Macieira2023-02-232-8/+56
* tst_qmessagehandler: fix QtTest warnings about duplicate row namesThiago Macieira2023-02-231-3/+7
* Logging: fix crash when decoding a symbol that isn't a functionThiago Macieira2023-02-231-0/+65
* qstrncpy: NUL-terminate even when src is nullptrMarc Mutz2023-02-221-0/+3
* QDateTimeParser: add more unittests for the unquote() static helperAhmad Samir2023-02-221-1/+15
* QObjectBindableProperty: Avoid use-after-free in notifyObserversFabian Kosmale2023-02-201-0/+18