summaryrefslogtreecommitdiff
path: root/tests/auto
Commit message (Expand)AuthorAgeFilesLines
* QAccessible test: skip focusChild on waylandVolker Hilsheimer2023-04-111-0/+3
* Permissions: respect context object's thread and life timeVolker Hilsheimer2023-04-051-0/+92
* QPluginLoader: don't instantiante multiple, identical instancesThiago Macieira2023-04-051-7/+19
* QListView: No-op, when a list item is dropped directly behind itselfAxel Spoerl2023-04-051-0/+54
* QMultiHash: fix missing update to m_sizeThiago Macieira2023-04-041-0/+73
* Bump version to 6.5.1Jani Heikkinen2023-04-033-3/+3
* tst_qxmlstream: add non-US-ASCII hasAttribute() checksMarc Mutz2023-04-011-2/+19
* Pick up initial state of foreign windows instead of reflecting QWindowTor Arne Vestbø2023-04-011-0/+57
* Http2: Don't skip checking flag for trailing HEADERS frame if PRIORITYMårten Nordheim2023-04-013-3/+60
* tst_Q(Any)StringView: check conversion from winrt::hstringMarc Mutz2023-03-312-0/+33
* Add basic test for QWindow foreign windowsTor Arne Vestbø2023-03-312-0/+137
* tst_qtconcurrentrun: fix UB (uninit'ed values)Marc Mutz2023-03-311-2/+2
* tst_QThreadPool: reduce the number of infinite timeoutsMarc Mutz2023-03-311-47/+56
* tst_QDateTimeEdit::stepModifierPressAndHold(): tweak start dateEdward Welbourne2023-03-311-1/+5
* tst_QSslSocket_onDemandCertificates_member: Blacklist Windows & debugAxel Spoerl2023-03-302-8/+17
* Fix QTimer::crossThreadSingleShotToFunctor testVolker Hilsheimer2023-03-301-8/+20
* QTimer: fix new-style slot invocation for receiver in another threadThiago Macieira2023-03-301-3/+8
* Fix the handling of dead keys and test the mechanismMikolaj Boc2023-03-282-0/+436
* QComboBox: reset indexBeforeChange to -1 if index is invalidatedAxel Spoerl2023-03-281-37/+42
* QFutureInterface: add a warning when an existing continuation is overwrittenIvan Solovev2023-03-281-0/+30
* tests: blacklist tst_QImageReader::setClipRect() andLiang Qi2023-03-241-0/+8
* QVariant: ensure the type custom is registered on constructionThiago Macieira2023-03-241-0/+10
* Fix RTA test build for INTEGRITYTatiana Borisova2023-03-211-1/+3
* tst_QMessageAuthenticationCode: avoid setKey() callsMarc Mutz2023-03-211-4/+2
* QCompleter::setPopup() - refactor and cleanupAxel Spoerl2023-03-191-0/+38
* QCryptographicHash: check addData() with null QByteArrayViewMarc Mutz2023-03-171-0/+23
* QColorDialog: Support hex rgb values with and without leading #Axel Spoerl2023-03-171-0/+53
* Fix tst_qfilesystementry in unity buildAmir Masoud Abdol2023-03-162-3/+2
* Replace ushort*/uint* with char16_t*/char32_t* in private API [1]Ahmad Samir2023-03-161-1/+1
* QPlainTextEdit: Don't block signals on page stepAxel Spoerl2023-03-151-0/+26
* Fix for CMake tests when build with unityAmir Masoud Abdol2023-03-1517-4/+28
* Fix tst_qfreelist when build with unityAmir Masoud Abdol2023-03-152-9/+3
* Use qt_internal_add_executable in auto testsAmir Masoud Abdol2023-03-1518-20/+99
* emit QAbstractSlider::valueChanged() only on value changeAxel Spoerl2023-03-151-3/+7
* Doc fix in QIntValidator::validate() and comment on a testEdward Welbourne2023-03-111-0/+1
* QVariant: fix comparisons between strings and integer 0Giuseppe D'Angelo2023-03-101-0/+27
* Add workaround for threeDimTexture case failing with some driversLaszlo Agocs2023-03-101-11/+21
* Make it possible to use QObjectPrivate::connect in private codeVolker Hilsheimer2023-03-101-2/+12
* Fix overflow in SHA-3/KeccakMårten Nordheim2023-03-101-0/+29
* QNetworkDiskCache: use QSaveFileMårten Nordheim2023-03-101-1/+1
* tst_QVariant: check fromValue() with a non-default-constructible typeMarc Mutz2023-03-101-1/+1
* tst_QCryptographicHash: Extract Method ensureLargeData()Marc Mutz2023-03-101-1/+11
* Fix QPropertyAlias::addNotifierFabian Kosmale2023-03-101-0/+3
* QErrorMessage: Reset 'again' check box between each error messageTor Arne Vestbø2023-03-101-2/+1
* Handle tab order inceptionVolker Hilsheimer2023-03-091-0/+125
* Silence warning about unsafe sprintf, use snprintf insteadVolker Hilsheimer2023-03-071-1/+1
* Silence warning about deliberately using deprecated APIVolker Hilsheimer2023-03-061-0/+2
* Doc: fix link to QTest::failOnWarningVolker Hilsheimer2023-03-051-1/+1
* Move Weather Anchor Layout example to manual testsJan Arve Sæther2023-03-031-1/+0
* tests: skip tst_QScreen::grabWindow() on XWaylandLiang Qi2023-03-021-3/+2