summaryrefslogtreecommitdiffstats
path: root/tests/auto
Commit message (Expand)AuthorAgeFilesLines
* QByteArray: fix append() with a negative lengthThiago Macieira2022-01-111-0/+1
* Use QTextCharFormat::fontFixedPitch to remember Markdown backtick spansShawn Rutledge2022-01-111-2/+5
* Turn QLabel wordWrap unit test into data driven testAxel Spoerl2022-01-081-8/+25
* Cleanup of getSetCheck method in QLabel unit testAxel Spoerl2022-01-081-8/+2
* Clean up QLabel unit test for unicodeAxel Spoerl2022-01-081-14/+9
* tst_qfuture: fix compilation on MSVCAlex Trotsenko2022-01-081-1/+1
* Fix compiler warnings by marking overrides in testVolker Hilsheimer2022-01-071-2/+2
* tst_QIcoImageFormat: move the test behind a feature flagJanne Juntunen2022-01-071-1/+3
* Remove unused legacy files from QLabel unit testAxel Spoerl2022-01-0765-0/+0
* Add BC files for 6.2.0Milla Pohjanheimo2022-01-0711-0/+97707
* QFlatMap: fix mixed rvalue/lvalue insert overloadsMarc Mutz2022-01-071-0/+37
* rhi: Returns mapping tables by value from QShaderLaszlo Agocs2022-01-071-13/+12
* tst_qtouchevent: remove two QMutableEventPoint::from() usesMarc Mutz2022-01-061-2/+2
* QTextMarkdownImporter: don't apply text char format to list item blockShawn Rutledge2022-01-061-0/+29
* Blacklist tst_QTouchEvent::multiPointRawEventTransOnTouchPad - macOSShawn Rutledge2022-01-061-0/+2
* Blacklist quitOnLastWindowClosedWithEventLoopLocker on B2QtTor Arne Vestbø2022-01-061-0/+3
* rhi: Add support for separate image and sampler objectsLaszlo Agocs2022-01-065-0/+145
* Add QTextDocumentFragment::toRawText()Kai Köhne2022-01-061-0/+9
* tst_QGraphicsView: fix memleakMarc Mutz2022-01-051-4/+4
* tst_qanimationgroup: fix memleaksMarc Mutz2022-01-051-2/+4
* tst_QItemModel: fix memleaksMarc Mutz2022-01-051-3/+3
* Fix qobject_cast on partially destroyed QWidget/QWindowGiuseppe D'Angelo2022-01-052-20/+74
* rhi: Drop the profiler for nowLaszlo Agocs2022-01-041-1/+0
* rhi: Enable exposing separate image and sampler objects from the shaderLaszlo Agocs2022-01-033-0/+52
* 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-281-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
* Windows: Fix handling of childGroups() when fallbacks are disabledJeremie Graulle2021-12-271-0/+10
* 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
* tst_QStringBuilder: remove test that doesn't test anythingMarc Mutz2021-12-221-10/+0
* Exclude tst_QLocalSocket::verifySocketOptions() on webOSJanne Juntunen2021-12-221-1/+1
* Stabilize tst_QGraphicsProxyWidget::scrollUpdateVolker Hilsheimer2021-12-221-1/+1
* tst_QStringBuilder: verify a comment is actually misleadingMarc Mutz2021-12-211-0/+2
* QStringBuilder: handle freeSpaceAtBegin() in op+=Marc Mutz2021-12-211-0/+43
* QtConcurrent::run crashes on program exitTianlu Shao2021-12-201-0/+12
* tst_qglobalstatic is halted on INTEGRITY deviceTatiana Borisova2021-12-201-0/+6
* 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_QHash: Update the erase_edge_case testMårten Nordheim2021-12-171-3/+29
* tst_QPropertyAnimation: fix wrong commentMarc Mutz2021-12-171-1/+5
* Blacklist flaky tst_qgraphicswidget:initialShow on OpenSUSEDimitrios Apostolou2021-12-171-0/+1
* Properly indent qtestlib's XML outputDimitrios Apostolou2021-12-1791-13536/+13535
* Fix helper script to run successfully on X11Dimitrios Apostolou2021-12-171-1/+1
* tst_QIODevice: fix UB (precondition violation) in SequentialReadBuffer::readD...Marc Mutz2021-12-161-3/+6
* tst_QByteArray: fix UB (signed overflow)Marc Mutz2021-12-161-2/+3