summaryrefslogtreecommitdiffstats
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* tst_QPermission: add more testsMarc Mutz2023-01-131-0/+71
* QSqlRecord: add missing C++11 move SMFsMarc Mutz2023-01-131-0/+20
* Remove tst_QTextBoundaryFinder::thaiLineBreakMikolaj Boc2023-01-131-91/+0
* Give tst_QStorageInfo a QCOMPARE_op() makeoverEdward Welbourne2023-01-131-11/+11
* QFormLayout: don't access out-of-bounds layout dataVolker Hilsheimer2023-01-131-0/+44
* QCalendarWidget: Add reset functions for minimum/maximumDateVolker Hilsheimer2023-01-131-0/+8
* Inline the resetSystemLocale functionMikolaj Boc2023-01-121-1/+1
* Verify land-preservation in locale constructionEdward Welbourne2023-01-121-2/+37
* Add minimal QPermission auto-testMarc Mutz2023-01-124-0/+82
* tst_Selftests: rewrite this with templates instead of macroThiago Macieira2023-01-121-33/+41
* tst_QAlgorithms: don't use random numbers in the test row namesThiago Macieira2023-01-111-17/+25
* Rename manual tst_qpermissions to tst_manual_qpermissionsMarc Mutz2023-01-111-2/+2
* Use consistent collation testability criteria in corelib/textMikolaj Boc2023-01-111-2/+3
* Revert "Fix tst_QWidgetRepaintManager on XCB"Axel Spoerl2023-01-102-37/+12
* Correctly determine if posix collator is used in tst_qcollatorMikolaj Boc2023-01-101-3/+3
* Adapt the qstringbuilder test for batchingMikolaj Boc2023-01-104-20/+20
* Fix tst_QWidgetRepaintManager on XCBAxel Spoerl2023-01-102-12/+37
* tst_QSqlRecord: replace manual memory management with unique_ptrMarc Mutz2023-01-091-49/+20
* tst_Gestures: Don't accumulate global stateVolker Hilsheimer2023-01-091-19/+49
* Fix infinite layout loop with negative line widthEskil Abrahamsen Blomfeldt2023-01-091-0/+12
* Don't override QDialog::setVisible() to implement native dialogsTor Arne Vestbø2023-01-092-0/+19
* Fix QErrorMessage test when using native dialogsTor Arne Vestbø2023-01-092-0/+23
* Fix RTA test build for INTEGRITYTatiana Borisova2023-01-091-1/+3
* QPromise: improve documentation snippetIvan Solovev2023-01-091-1/+3
* Support serializing the QShader for qsb versionKaj Grönholm2023-01-071-2/+2
* QFileInfo: use currentDateTimeUtc()Ahmad Samir2023-01-062-5/+5
* Fix crash when cancelling a QFuture that has continuation with contextSona Kurazyan2023-01-061-0/+9
* Update base line test case for widgetsSanthosh Kumar2023-01-063-0/+192
* Accept U+2212 as minus sign in negative year unit testØystein Heskestad2023-01-061-1/+5
* SQL: more documentation and test cleanupsChristian Ehrlicher2023-01-061-27/+0
* Slow Deprecation of FILENAME_VARIABLE, replacement by OUTPUT_SCRIPTAmir Masoud Abdol2023-01-051-1/+1
* Fix two compiler warningsAhmad Samir2023-01-052-2/+2
* RCCFileInfo: get lastModified file time in UTC directlyAhmad Samir2023-01-051-1/+1
* Blacklist the QAccessibility::focusChild test on the wayland platformVolker Hilsheimer2023-01-041-0/+3
* Use QFileInfo's file times in UTC for file timestampsAhmad Samir2023-01-044-25/+25
* QListView: Prevent infinite loop when wrapping text of item with null-iconVolker Hilsheimer2023-01-041-0/+17
* Skip tst_QWidget::optimizedResizeMove and ..._topLevel on waylandAxel Spoerl2023-01-031-2/+16
* tests: skip tst_QComboBox::cancelClosesPopupNotDialog() on WaylandLiang Qi2023-01-031-0/+4
* Stabilize tst_QSpinBox::sizeHint()Axel Spoerl2023-01-031-10/+8
* Remove QT_USE_SYNCQT_CPPAlexey Edelev2023-01-021-2/+0
* Don't use native dialogs for tst_QApplication::closeAllWindows()Tor Arne Vestbø2023-01-021-0/+1
* QStringConverter: add QLatin1::convert{To,From}Unicode()Ahmad Samir2022-12-301-0/+29
* Long live QPromise::addResults()!Marc Mutz2022-12-301-0/+9
* QTypeInfo: remove further usages of isPointer / isIntegralGiuseppe D'Angelo2022-12-303-5/+5
* QMetaType: fix value-initialization in a corner caseGiuseppe D'Angelo2022-12-302-1/+128
* Use minimum size for in tst_QDockWidget::createTestWidgetsAxel Spoerl2022-12-291-0/+4
* tst_QStringApiSymmetry: fix a typo and deal with the falloutMarc Mutz2022-12-291-1/+3
* wasm: Work on wasm accessibility elements and eventsSharad Sahu2022-12-276-20/+260
* Stabilize tst_QSpinBox::sizeHint() by explicitly calling setLayout()Axel Spoerl2022-12-261-0/+1
* Add QFileInfo::readSymLink() to read the raw link pathWang Fei2022-12-232-0/+18