summaryrefslogtreecommitdiffstats
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* QTimer: use QTest::ingoreMessage() for negative internvals testsAhmad Samir2024-02-151-0/+15
* QVarLengthArray: re-publish Prealloc as a nested PreallocatedSizeMarc Mutz2024-02-151-0/+10
* Baseline tests: avoid rendering items that are blacklisted on the serverEirik Aavitsland2024-02-153-10/+35
* tst_QNetworkReply: Try to stabilize qtbug68821proxyErrorMårten Nordheim2024-02-151-5/+12
* QDir: Use QT_TEST_EQUALITY_OPS macro in unit-testsRym Bouabid2024-02-151-6/+2
* Iconbrowser: render theme icons as list with large iconsVolker Hilsheimer2024-02-151-1/+2
* tst_QTextMarkdownWriter: test both ways of setting font characteristicsShawn Rutledge2024-02-141-0/+122
* QFileInfo: Use new comparison helper macrosRym Bouabid2024-02-142-1/+9
* QRhiWidget: Tear down resources before window has changedTor Arne Vestbø2024-02-141-1/+8
* wasm: Add corelib/io/qdataurl autotestEven Oscar Andersen2024-02-141-0/+1
* QFilesystemWatcher: speed up the unittestsAhmad Samir2024-02-141-26/+43
* Change license in test fileLucie Gérard2024-02-141-1/+1
* QTextMarkdownWriter: Don't word-wrap headingsShawn Rutledge2024-02-132-0/+10
* QTextMarkdownWriter: Avoid omitting or misplacing ending indicatorsShawn Rutledge2024-02-131-1/+83
* QTextMarkdownWriter: Handle lists in blockquotes correctlyShawn Rutledge2024-02-134-3/+27
* Fix build with gcc-14Allan Sandfeld Jensen2024-02-142-7/+7
* QDir: Use new comparison helper macrosRym Bouabid2024-02-132-6/+15
* macOS: Implement support for backing store static contentsTor Arne Vestbø2024-02-131-0/+5
* Add QPlatformIntegration::BackingStoreStaticContents capabilityTor Arne Vestbø2024-02-132-3/+11
* tst_QWidgetRepaintManager::staticContents: Trigger resize via QWindowTor Arne Vestbø2024-02-131-3/+9
* QBackingStore: Take DPR into account when resizing with static contentsTor Arne Vestbø2024-02-131-0/+76
* qHash: backport the q(u)int128-to-quint64 reduction trick to 32-bitThiago Macieira2024-02-121-1/+1
* Add missing qHash(qu/int128) overloadsMarc Mutz2024-02-121-0/+25
* tst_QHashFunctions: make the consistency check table-drivenThiago Macieira2024-02-121-72/+214
* QTimer: do not set active state when setting a negative intervalIvan Solovev2024-02-121-1/+37
* tst_QWidgetRepaintManager::scrollWithOverlap(): Disable scroll barsTor Arne Vestbø2024-02-121-0/+2
* QWidgetWindow: Don't meddle with WA_WState_{Hidden/ExplicitShowHide}Tor Arne Vestbø2024-02-122-0/+170
* Ensure QWidget::destroy() events and attributes match hiding the widgetTor Arne Vestbø2024-02-121-28/+107
* QStringConverter: add a test for missing drainMårten Nordheim2024-02-121-0/+15
* QLocal8Bit::convertFromUnicode[win]: support more than 2Gi inputMårten Nordheim2024-02-121-0/+34
* QLocal8Bit::convertToUnicode[win]: support more than 2Gi inputMårten Nordheim2024-02-121-0/+36
* Un-blacklist tst_QWidget::optimizedResizeMove on macOSTor Arne Vestbø2024-02-122-3/+1
* QMap: add missing qHash() overloadMarc Mutz2024-02-091-0/+6
* QFileSystemMetaData: use QTRY_COMPARE*(10s)Ahmad Samir2024-02-091-2/+1
* QtIcoHandler::canRead(): avoid checking more than onceShawn Rutledge2024-02-091-1/+1
* Improve KTX file reading memory safetyJonas Karlsson2024-02-093-0/+14
* QAbstractItemView: close all child editors when parent is removedChristian Ehrlicher2024-02-081-4/+29
* QList: give the LWG 3346 #ifdef'ery a symbolic nameMarc Mutz2024-02-081-1/+1
* tst_qttextboundaryfinder: ignore unsupported testsIevgenii Meshcheriakov2024-02-082-12/+22
* QUrl IDNA: Update to Unicode 15.1Ievgenii Meshcheriakov2024-02-082-16/+12
* unicode: Import version 15.1 (UCD version 32)Ievgenii Meshcheriakov2024-02-088-3479/+6746
* CMake: Add test for configuring a standalone testAlexandru Croitor2024-02-083-0/+42
* QIcuTimeZonePrivate constructor: save iteration over all zone IDsNicolas Fella2024-02-081-1/+3
* Modify the baseline testing framework to show new test itemsEirik Aavitsland2024-02-081-4/+11
* Add QNetworkRequestFactory::(set)?PriorityMårten Nordheim2024-02-081-0/+14
* Deprecate QDataStream::readBytes(char *&, uint &) instead of removing itIvan Solovev2024-02-071-0/+18
* Fix QDataStream::operator<<(const char *) to handle 64-bit lengthIvan Solovev2024-02-071-0/+50
* QDataStream: use SizeLimitExceeded status in write operationsIvan Solovev2024-02-072-10/+42
* QDataStream: use qint64 to represent size while reading and writingIvan Solovev2024-02-071-2/+2
* QTest: allow passing chrono literal as QTRY_ timeoutMarc Mutz2024-02-071-4/+4