summaryrefslogtreecommitdiffstats
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* Fix overflow in SHA-3/KeccakMårten Nordheim2023-03-101-0/+29
* tst_QCryptographicHash: Extract Method ensureLargeData()Marc Mutz2023-03-101-1/+11
* Update Harfbuzz to 7.0.1Eskil Abrahamsen Blomfeldt2023-03-021-13/+28
* tst_QMutex: use constexpr variables instead of 'enum-trick'Marc Mutz2023-03-021-2/+2
* tst_qvarlengtharray: add test for QVLA(n) ctorMarc Mutz2023-03-021-0/+44
* QAbtractItemView: deselect before click opens editorVolker Hilsheimer2023-03-011-16/+13
* QObjectBindableProperty: Avoid use-after-free in notifyObserversFabian Kosmale2023-02-201-0/+18
* QGesture: make sure we copy timestamp value for event clonesVolker Hilsheimer2023-02-181-0/+62
* QAbstractItemView: don't start editing on Ctrl-ClickVolker Hilsheimer2023-02-161-1/+43
* Fix QStatusBar::removeWidget to hide the right widgetThorbjørn Lindeijer2023-02-161-0/+44
* Android: use test QFileInfo fileName() instead of completeBaseName()Assam Boudjelthia2023-02-161-1/+1
* QFileSystemWatcher/Win: remove the pre-QFileInfo path normalizationThiago Macieira2023-02-151-2/+16
* QFuture: fix continuation cleanupIvan Solovev2023-02-151-0/+26
* Fix few QFileInfo and QDir callsAssam Boudjelthia2023-02-141-3/+1
* QMenu: guard for destruction when emitting action signalsVolker Hilsheimer2023-02-131-0/+18
* QAbstractItemView: Don't unselect on click on empty area in SingleSelectSebastian Beckmann2023-02-111-0/+32
* tst_qvarlengtharray: fix MyBase trackers for swap()Marc Mutz2023-02-101-0/+34
* 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