summaryrefslogtreecommitdiffstats
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* ContainerApiSymmetry: verify Qt containers member erase returns iteratorAhmad Samir2022-12-021-0/+79
* QByteArrayView: Add mid/left/rightMårten Nordheim2022-12-021-0/+6
* Cleanup tst_QWidget BLACKLIST fileAxel Spoerl2022-12-021-10/+0
* CMake: Add auto test for qt_add_resources dependency rebuildingAlexandru Croitor2022-12-024-0/+170
* QString: overload prepend with QUtf8StringViewMate Barany2022-12-021-0/+2
* QString: overload insert with QUtf8StringViewMate Barany2022-12-021-0/+2
* QString: overload the += operator to handle QUtf8StringViewMate Barany2022-12-021-0/+2
* QString: overload append to accept QUtf8StringViewMate Barany2022-12-021-0/+18
* Try fixing auto-tests that need resolving openssl symbolsTimur Pocheptsov2022-12-024-5/+16
* Stabilize tst_QWidget::optimizedResizeMove and optimizedResize_topLevelAxel Spoerl2022-12-021-49/+42
* Add In-place utf-8 case-insensitive comparisonsØystein Heskestad2022-12-024-0/+295
* Refactor\Extend tst_QString::prepend_data with additional test casesMate Barany2022-12-021-10/+72
* Refactor\Extend tst_QString::insert_data with additional test casesMate Barany2022-12-021-10/+90
* Refactor\Extend tst_QString::append_data with additional test casesMate Barany2022-12-021-14/+87
* Support stereoscopic rendering with QGraphicsViewKristoffer Skau2022-12-018-0/+537
* Fix up rhiwidget manual test after the QWidgetPrivate changeLaszlo Agocs2022-12-011-1/+7
* QBindable: Make ordinary Q_PROPERTYs bindablePatrick Stewart2022-11-301-0/+186
* Stabilize tst_QComboBox::setPalette() with simple palettesAxel Spoerl2022-11-301-11/+18
* Blacklist tst_QWidget::showMinimizedKeepsFocus on macOS 13 in CITor Arne Vestbø2022-11-301-0/+1
* Temporarily skip tst_qtcuncurrentrun::pollForIsFinished in emulatorFabian Kosmale2022-11-302-0/+6
* Stabilize tst_QWidgetRepaintManager on XCB platformsAxel Spoerl2022-11-301-4/+37
* Blacklist tst_QWidgetRepainManager functions flaking on XCBAxel Spoerl2022-11-301-0/+11
* tst_QByteArrayLarge::initTestCase: Skip tests under ASANFabian Kosmale2022-11-301-0/+8
* tst_qdecompresshelper: Disable big data tests under ASANFabian Kosmale2022-11-301-4/+9
* Make XmlStringRef convertible to QAnyStringView/QStringViewMarc Mutz2022-11-294-0/+10
* Remove perl related functionality from CMake filesAlexey Edelev2022-11-292-0/+10
* qfloat16: make it a built-in metatypeThiago Macieira2022-11-282-0/+15
* qfloat16: add QTextStream & QDebug streaming operatorsThiago Macieira2022-11-281-0/+22
* qfloat16: add QDataStream testsThiago Macieira2022-11-281-0/+25
* qfloat16: add support for native _Float16 (C2x extended floating point)Thiago Macieira2022-11-281-2/+2
* tst_QStringApiSymmetry: add checks for QByteArrayViewMarc Mutz2022-11-271-5/+100
* tst_QString: check empty regex can replace in empty/null stringMarc Mutz2022-11-271-0/+3
* Introduce QT_NO_AS_CONST and mark QtBase free of itMarc Mutz2022-11-271-1/+1
* Set simplePalette on staticWidget in tst_QWidget::optimizedResizeMoveAxel Spoerl2022-11-271-0/+1
* moc: Output the "cloned" flag for methodsUlf Hermann2022-11-274-0/+56
* QGraphicsView: fix jumping graphic items when dragging out of viewTaras Kachmaryk2022-11-261-0/+108
* Add simple palette to tst_QWidgetAxel Spoerl2022-11-261-0/+47
* tests: Add project files of highdpi both for qmake and cmakeLiang Qi2022-11-257-64/+51
* QPalette: always increase serial number when modifyingVolker Hilsheimer2022-11-251-0/+8
* QLocale: Have qstrntod() return end of parsed string also on underflowUlf Hermann2022-11-251-0/+8
* Handle multiple paint events in tst_QWidgetRepaintManagerAxel Spoerl2022-11-251-2/+22
* Set up a manual test for qt loaderMikolaj Boc2022-11-245-0/+170
* Restore end-of-parse reporting to qstrntod()Edward Welbourne2022-11-241-3/+11
* Blacklist tst_QOpenGLWidget on Ubuntu, RHEL and OpenSuSEAxel Spoerl2022-11-241-0/+5
* Blacklist tst_gestures on OpenSuSEAxel Spoerl2022-11-241-0/+3
* QTextLayout: fix maximumWidth() for a text containing line separatorVladimir Belyavsky2022-11-191-1/+15
* tst_QMap: remove unused std::as_const cloneMarc Mutz2022-11-181-6/+0
* Revert "Add binary compatibility file generated against 6.4.0"Jani Heikkinen2022-11-171-27176/+0
* QString: don't detach in removeStringImpl()Ahmad Samir2022-11-171-3/+17
* QString: add unittest to verify erase() returns a QString::iteratorAhmad Samir2022-11-171-0/+10