summaryrefslogtreecommitdiff
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* Avoid accessing deleted binding data in grouped updatesFabian Kosmale2023-02-081-0/+26
* tst_qdbusxml2cpp: test the old-style QDBusReply interface output tooThiago Macieira2023-02-081-1/+2
* Fix proxy-data handlingFabian Kosmale2023-02-071-0/+34
* QMimeDatabase: don't stat() something that isn't a local fileThiago Macieira2023-02-024-0/+61
* Add right and middle mouse button to tst_QLabel::mouseEventPropagationAxel Spoerl2023-02-011-2/+11
* Pass short time format to GetTimeFormat from GetLocaleInfoIlya Fedin2023-02-011-1/+1
* Revert "Fix tst_QWidgetRepaintManager on XCB"Axel Spoerl2023-02-012-37/+12
* Make tst_QFocusEvent::checkReason_ActiveWindow pass on macOSShawn Rutledge2023-02-011-2/+3
* QRegularExpression: fix count() when the RE matches a surrogateThiago Macieira2023-02-011-0/+15
* QUrl: restore empty-but-not-null for components that are presentThiago Macieira2023-01-251-39/+43
* QWidgetTextControl: Ignore unconsumed mouse release eventsAxel Spoerl2023-01-211-0/+82
* SQL tests: Fix for PostgreSQL 12 and aboveChristian Ehrlicher2023-01-201-1/+1
* QVarLengthArray: fix off-by-size() bug in growBy()Marc Mutz2023-01-201-0/+13
* QUrlQuery: fix operator== for emptied object caseThiago Macieira2023-01-201-0/+6
* Android: delete dead code for tst_android under tests/auto/other/androidAssam Boudjelthia2023-01-183-79/+0
* 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
* tst_QAlgorithms: don't use random numbers in the test row namesThiago Macieira2023-01-121-17/+25
* tst_QAlgorithms: fix misleading indent in data tableEdward Welbourne2023-01-121-8/+11
* Clean up tst_QAlgorithms::count{Trail,Lead}ing_data_impl()Edward Welbourne2023-01-121-12/+15
* QPromise: improve documentation snippetIvan Solovev2023-01-101-1/+3
* 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 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-061-2/+16
* Add comment to tst_QWidget::saveRestoreGeometry() for debuggingAxel Spoerl2023-01-061-0/+7
* tests: skip tst_QComboBox::cancelClosesPopupNotDialog() on WaylandLiang Qi2023-01-031-0/+4
* Stabilize tst_QSpinBox::sizeHint()Axel Spoerl2023-01-031-10/+8
* Bump version to 6.4.3Jani Heikkinen2022-12-303-3/+3
* 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
* QTextImageHandler: Resolve Nx images correctly for file or qrc URLsVolker Hilsheimer2022-12-231-7/+0
* QTextImageHandler: Add test coverage for resources and URLsVolker Hilsheimer2022-12-232-0/+17
* Enable and fix the test for QTextImageHandlerVolker Hilsheimer2022-12-233-8/+39
* Skip QProcess tests when run under ASanVille Voutilainen2022-12-221-0/+3
* Android: handle move operation with content urisAssam Boudjelthia2022-12-211-19/+46
* Android: handle rename() operation with content urisAssam Boudjelthia2022-12-201-0/+24
* Skip tst_qconcurrentrun completely if running under an emulatorVille Voutilainen2022-12-191-3/+8
* Autoclose a FILE* if we open itVille Voutilainen2022-12-191-9/+1
* tst_qmlstream: re-use QBuffer instance in readBack()Marc Mutz2022-12-171-2/+3
* tst_qxmlstream: swap WHEN and THEN in readBack()Marc Mutz2022-12-161-3/+3
* QBuffer: test and document open() behaviorMarc Mutz2022-12-141-0/+24
* Android: Add facilities to handle more content URIs operationsAssam Boudjelthia2022-12-143-0/+214
* Android: fix Android assets handler not listing dirs with only sub dirsBartlomiej Moskal2022-12-134-0/+27
* tst_qdbusmetatype: fix build with Clang (and probably MSVC)Thiago Macieira2022-12-091-0/+9
* QComboBox: Don't dereference potential nullptr, simplifyVolker Hilsheimer2022-12-081-0/+52
* tst_QString: fix custom QCOMPARE for strings > 2Gi charactersMarc Mutz2022-12-071-1/+1
* tst_QNetworkReply: check whether we actually use six TCP connections in HTTP/1Markus Goetz2022-12-061-0/+46