summaryrefslogtreecommitdiffstats
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* Fix an assertion failure in massageAdjustedDateTime()v6.2.3Edward Welbourne2022-01-181-0/+12
* QCache: fix potential crash in trim()Mårten Nordheim2022-01-131-0/+66
* Adapt SQL drivers to Qt 6 change of QVariant::isNullVolker Hilsheimer2022-01-131-0/+92
* tst_qfuture: fix compilation on MSVCAlex Trotsenko2022-01-081-1/+1
* QFlatMap: fix mixed rvalue/lvalue insert overloadsMarc Mutz2022-01-071-0/+37
* tst_qtouchevent: remove two QMutableEventPoint::from() usesMarc Mutz2022-01-071-2/+2
* tst_QGraphicsView: fix memleakMarc Mutz2022-01-061-4/+4
* tst_qanimationgroup: fix memleaksMarc Mutz2022-01-051-2/+4
* tst_QItemModel: fix memleaksMarc Mutz2022-01-051-3/+3
* tst_qtranslator: fix memleakMarc Mutz2022-01-031-3/+3
* Exclude filesystem autotests for INTEGRITYTatiana Borisova2021-12-301-0/+4
* tst_QStringList: check that join(u'\0') embeds NULsMarc Mutz2021-12-291-0/+5
* Exclude tst_qxmlstream test for INTEGRITYTatiana Borisova2021-12-281-1/+1
* Fix tst_qtextstream / tst_json run time failures on INTEGRITY deviceTatiana Borisova2021-12-283-2/+24
* Tests: Use REQUIRED COMPONENTS in find_package(Qt6...)Kai Köhne2021-12-2416-28/+16
* tst_qsharedmemory: skip readOnly() test under asanMarc Mutz2021-12-231-0/+2
* QTextHtmlParser: fix prefix lookahead and html commentsOliver Eftevaag2021-12-221-0/+41
* tst_qmetatype: fix memleaksMarc Mutz2021-12-221-4/+11
* Fix autotest runtime failures on INTEGRITYTatiana Borisova2021-12-2210-7/+50
* tst_QStringBuilder: remove test that doesn't test anythingMarc Mutz2021-12-221-10/+0
* Stabilize tst_QGraphicsProxyWidget::scrollUpdateVolker Hilsheimer2021-12-221-1/+1
* tst_QStringBuilder: verify a comment is actually misleadingMarc Mutz2021-12-221-0/+2
* QStringBuilder: handle freeSpaceAtBegin() in op+=Marc Mutz2021-12-211-0/+43
* tst_qglobalstatic is halted on INTEGRITY deviceTatiana Borisova2021-12-201-0/+6
* QtConcurrent::run crashes on program exitTianlu Shao2021-12-201-0/+12
* QXmlStreamReader: update test distributionIvan Solovev2021-12-19653-3918/+27
* tst_QPropertyAnimation: fix leaks occurring under normal operationMarc Mutz2021-12-181-11/+10
* QVariant: use a typedef name when saving user types to QDataStreamThiago Macieira2021-12-174-0/+99
* tst_QPropertyAnimation: fix wrong commentMarc Mutz2021-12-171-1/+5
* tst_QIODevice: fix UB (precondition violation) in SequentialReadBuffer::readD...Marc Mutz2021-12-171-3/+6
* tst_QByteArray: fix UB (signed overflow)Marc Mutz2021-12-171-2/+3
* Fix hash lookup using the value of a key iteratorLars Knoll2021-12-161-0/+17
* Fix qt_scrollRectInImage when scrolling outside of the imageTor Arne Vestbø2021-12-141-0/+39
* Bump version to 6.2.3Jani Heikkinen2021-12-142-2/+2
* QNX: inotify is supported, so enable testsPasi Petäjäjärvi2021-12-121-3/+3
* QNX: Successful check depends on user running testPasi Petäjäjärvi2021-12-121-1/+1
* QNX: Limit maximum largefile sizePasi Petäjäjärvi2021-12-121-1/+6
* QNX: Skip failing testPasi Petäjäjärvi2021-12-121-0/+3
* QNX: Cannot handle threads in given timePasi Petäjäjärvi2021-12-121-0/+4
* QNX: Remove not supported testcasePasi Petäjäjärvi2021-12-121-1/+3
* QNX: Remove expected failPasi Petäjäjärvi2021-12-122-17/+0
* QtFuture::connect: exclude QPrivateSignal from the resulting future typeSona Kurazyan2021-12-121-1/+46
* Fix widget gesture grabbingVolker Hilsheimer2021-12-111-0/+20
* QList: fix typo in QList(It, It)Marc Mutz2021-12-111-12/+0
* tst_containerapisymmetry: test ranged ctors with pure input_iterator typesMarc Mutz2021-12-091-0/+52
* QVarLengthArray: fix size update on failed append()Marc Mutz2021-12-091-0/+45
* Fix the benchmark for QList::removeAll()Sona Kurazyan2021-12-091-89/+26
* tests: add a capability check for QWindow::requestActivate() callLiang Qi2021-12-081-0/+3
* Widgets: setTransientParent() when a QMenu is a windowLiang Qi2021-12-081-0/+49
* QVarLengthArray: add some basic checks for default-ctorMarc Mutz2021-12-071-0/+21