summaryrefslogtreecommitdiffstats
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* QWidgetTextControl: Ignore unconsumed mouse release eventsv6.5.0-beta2Axel Spoerl2023-01-221-0/+82
* SQL tests: Fix for PostgreSQL 12 and aboveChristian Ehrlicher2023-01-201-1/+1
* Fix build errors in manual testsAssam Boudjelthia2023-01-2011-5/+13
* QVarLengthArray: fix off-by-size() bug in growBy()Marc Mutz2023-01-201-0/+13
* tst_QUrlQuery: replace a few QVERIFY(~~ != ~~) with QCOMPARE_NEThiago Macieira2023-01-201-4/+4
* QUrlQuery: add missing move constructorThiago Macieira2023-01-201-0/+24
* QUrlQuery: fix operator== for emptied object caseThiago Macieira2023-01-201-0/+6
* tst_QPermission: add more testsMarc Mutz2023-01-181-0/+71
* QUrl: restore empty-but-not-null for components that are presentThiago Macieira2023-01-181-39/+43
* Restrict the minimum supported ICU version to 50.1Alexey Edelev2023-01-171-1/+1
* Slow Deprecation of FILENAME_VARIABLE, replacement by OUTPUT_SCRIPTAmir Masoud Abdol2023-01-171-1/+1
* QVarLengthArray: cope with vector<unique_ptr>'s copyabilityMarc Mutz2023-01-171-0/+23
* QFormLayout: don't access out-of-bounds layout dataVolker Hilsheimer2023-01-131-0/+44
* Fix infinite layout loop with negative line widthEskil Abrahamsen Blomfeldt2023-01-131-0/+12
* wasm: Work on wasm accessibility elements and eventsSharad Sahu2023-01-126-20/+260
* Add minimal QPermission auto-testMarc Mutz2023-01-124-0/+82
* 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
* Don't override QDialog::setVisible() to implement native dialogsTor Arne Vestbø2023-01-102-0/+19
* 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
* QPromise: improve documentation snippetIvan Solovev2023-01-091-1/+3
* Fix QErrorMessage test when using native dialogsTor Arne Vestbø2023-01-092-0/+23
* QFileInfo: use currentDateTimeUtc()Ahmad Samir2023-01-082-5/+5
* Support serializing the QShader for qsb versionKaj Grönholm2023-01-071-2/+2
* QListView: Prevent infinite loop when wrapping text of item with null-iconVolker Hilsheimer2023-01-071-0/+17
* Remove QT_USE_SYNCQT_CPPAlexey Edelev2023-01-061-2/+0
* Fix crash when cancelling a QFuture that has continuation with contextSona Kurazyan2023-01-061-0/+9
* Skip tst_QWidget::optimizedResizeMove and ..._topLevel on waylandAxel Spoerl2023-01-031-2/+16
* Remove blacklisting for OpenSUSE LEAP in gesturesHeikki Halmet2023-01-031-3/+0
* tests: skip tst_QComboBox::cancelClosesPopupNotDialog() on WaylandLiang Qi2023-01-031-0/+4
* Stabilize tst_QSpinBox::sizeHint()Axel Spoerl2023-01-031-10/+8
* Don't use native dialogs for tst_QApplication::closeAllWindows()Tor Arne Vestbø2023-01-021-0/+1
* 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
* Stabilize tst_QSpinBox::sizeHint() by explicitly calling setLayout()Axel Spoerl2022-12-271-0/+1
* rhi: vk: Fix up some legacy queue (family) index inconsistenciesLaszlo Agocs2022-12-231-2/+0
* tst_qlogging: Skip backtrace tests under ASanThiago Macieira2022-12-231-0/+2
* QTextImageHandler: Resolve Nx images correctly for file or qrc URLsVolker Hilsheimer2022-12-221-7/+0
* Skip QProcess tests when run under ASanVille Voutilainen2022-12-221-0/+3
* Android: handle move operation with content urisAssam Boudjelthia2022-12-221-19/+46
* Android: handle rename() operation with content urisAssam Boudjelthia2022-12-221-0/+24
* Android: Add facilities to handle more content URIs operationsAssam Boudjelthia2022-12-223-0/+214
* tst_QString: test with QT_RESTRICTED_CAST_FROM_ASCII, tooMarc Mutz2022-12-222-28/+96
* tst_qlogging: don't skip all tests under static buildsThiago Macieira2022-12-221-1/+1
* tst_qlogging: fix preprocessor directivesThiago Macieira2022-12-221-7/+6
* QTextImageHandler: Add test coverage for resources and URLsVolker Hilsheimer2022-12-222-0/+17
* Enable and fix the test for QTextImageHandlerVolker Hilsheimer2022-12-223-8/+39