summaryrefslogtreecommitdiffstats
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* tst_QAbstractItemModelTester: fix mem-leakMarc Mutz2023-07-181-0/+1
* tst_QNetworkDiskCache: fix mem-leakMarc Mutz2023-07-181-0/+1
* Provide QStringConverter equivalent of QTextCodec::availableCodecsFabian Kosmale2023-07-181-0/+9
* tst_QXmlStream: Fix CMakeLists.txtAxel Spoerl2023-07-181-1/+1
* tests: blacklist tst_QGraphicsItem::itemUsesExtendedStyleOption() on WaylandLiang Qi2023-07-181-0/+3
* Treat simple spaces as equivalent in date-time format separatorsEdward Welbourne2023-07-171-0/+4
* QUuid: handle quint128 and Id128Bytes data in the same wayIvan Solovev2023-07-171-6/+12
* tst_QTcpSocket: fix mem-leakMarc Mutz2023-07-151-1/+1
* tst_QSortFilterProxyModel: fix mem-leaksMarc Mutz2023-07-151-11/+11
* tst_QNetworkCookieJar: fix memleakMarc Mutz2023-07-141-1/+3
* tst_QParallelAnimationGroup: fix memleakMarc Mutz2023-07-141-0/+2
* tst_QLineEdit: fix -Wsuggest-overrideMarc Mutz2023-07-131-1/+1
* String-like containers: add implicit conversions towards std:: string viewsGiuseppe D'Angelo2023-07-133-0/+80
* tst_QThreadPool: remove Windows-specific QSKIPMårten Nordheim2023-07-121-3/+0
* QAtomicScopedValueRollback: fix CTAD for Q(Basic)AtomicPointerMarc Mutz2023-07-121-0/+7
* Android: Fix for checking clipboard text mime typeBartlomiej Moskal2023-07-123-2/+26
* QSocketNotifier: firm up the ordering in unexpectedDisconnection()Thiago Macieira2023-07-112-8/+7
* tst_QXmlStream::tokenErrorHandling() - register test directory in CMakeAxel Spoerl2023-07-112-3/+10
* Fix transparency in 16 bit and 24 bit ico filesJohn Chadwick2023-07-115-0/+29
* Fix assert in qCleanupFuncInfo when using QDebug from a lambda with autoDavid Faure2023-07-111-0/+8
* QAbstractScrollArea: Don't include size of invisible scrollbarsVolker Hilsheimer2023-07-114-2/+73
* QXmlStreamReader: Raise error on unexpected tokensAxel Spoerl2023-07-104-0/+94
* tst_QScopeGuard: test if and how guard in optional<> worksMarc Mutz2023-07-101-0/+21
* QLibrary: make isLoaded() report whether this object has load()edThiago Macieira2023-07-101-20/+20
* CI: Enable tests under corelib/text for Wasm platformPiotr Wierciński2023-07-108-13/+34
* Update blacklisting of tst_QSocketNotifier::unexpectedDisconnectionVolker Hilsheimer2023-07-101-2/+1
* tst_QDateTimeEdit: skip parameters on EditorDateEdit declarationEdward Welbourne2023-07-101-4/+4
* Add tests of QLocale's toDate() and toTime()Edward Welbourne2023-07-101-0/+291
* Correct name of Ukraine's zoneEdward Welbourne2023-07-101-3/+3
* a11y: Report app as parent for top-level item viewsMichael Weghorn2023-07-101-0/+6
* wasm: clarify qtloader onExit behaviorMorten Sørvig2023-07-102-7/+5
* QProcess/Unix: add a simple way to reset the UID and GID for the childThiago Macieira2023-07-082-0/+14
* QProcess/Unix: add a few, basic session & terminal management flagsThiago Macieira2023-07-082-0/+60
* QProcess on QNX: only expect failure if there is oneVolker Hilsheimer2023-07-091-2/+4
* tst_QDialogButtonBox::hideAndShowButton: Wait for focus widgetAxel Spoerl2023-07-081-1/+5
* SQL/SQLite: add case folding for non-ascii charactersChristian Ehrlicher2023-07-082-2/+17
* QSortFilterProxyModel test: fix failing appearsAndSortChristian Ehrlicher2023-07-071-1/+2
* QCOMPARE: restore compatibility with braced-init-listsGiuseppe D'Angelo2023-07-077-37/+71
* Fix spelling of D-Bus in the source codeIevgenii Meshcheriakov2023-07-062-10/+10
* qdbusxml2cpp: Improve error reportingIevgenii Meshcheriakov2023-07-061-8/+15
* QDBusIntrospection: Add Annotation structIevgenii Meshcheriakov2023-07-062-9/+17
* Update public suffix listMårten Nordheim2023-07-061-0/+0
* QDialogButtonBox - Update focus chain when buttons show or hideAxel Spoerl2023-07-062-0/+51
* QAnyStringView: add QDebug stream operatorMarc Mutz2023-07-061-0/+73
* CMake: Make qtbase tests standalone projectsAlexandru Croitor2023-07-0581-0/+485
* CMake: Make network tests standalone projectsAlexandru Croitor2023-07-0551-0/+307
* CMake: Make widgets tests standalone projectsAlexandru Croitor2023-07-05120-0/+720
* CMake: Make gui tests standalone projectsAlexandru Croitor2023-07-05107-0/+642
* CMake: Make corelib tests standalone projectsAlexandru Croitor2023-07-05233-2/+1394
* QDebug: add getter/setter for noQuotesMarc Mutz2023-07-051-1/+7