summaryrefslogtreecommitdiffstats
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* tst_qxmlstream: add non-US-ASCII hasAttribute() checksMarc Mutz2023-04-011-2/+19
* 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
* QSqlIndex: add move ctor & move operatorChristian Ehrlicher2023-03-313-0/+142
* moc: Record types of enumerationsUlf Hermann2023-03-314-29/+183
* Short live q20::to_address!Marc Mutz2023-03-314-0/+173
* QListView: No-op, when a list item is dropped directly behind itselfAxel Spoerl2023-03-311-0/+54
* 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_bench_QCryptographicHash: use resultView()Marc Mutz2023-03-311-3/+3
* tst_bench_QCryptographicHash: port from std::function to qxp::function_refMarc Mutz2023-03-311-3/+2
* tst_bench_QCryptographicHash: QSKIP unsupported algorithmsMarc Mutz2023-03-311-0/+19
* tst_bench_QCryptographicHash: add benchmarks for QMessageAuthenticationCodeMarc Mutz2023-03-311-0/+80
* tst_QSslSocket_onDemandCertificates_member: Blacklist Windows & debugAxel Spoerl2023-03-302-8/+17
* Fix QTimer::crossThreadSingleShotToFunctor testVolker Hilsheimer2023-03-301-8/+20
* tst_QDateTimeEdit::stepModifierPressAndHold(): tweak start dateEdward Welbourne2023-03-281-1/+5
* Pick up initial state of foreign windows instead of reflecting QWindowTor Arne Vestbø2023-03-281-0/+57
* Ensure QHighDpiScaling::set(Screen/Global)Factor() results in QScreen signalsTor Arne Vestbø2023-03-281-0/+32
* QComboBox: reset indexBeforeChange to -1 if index is invalidatedAxel Spoerl2023-03-281-37/+42
* Apply ScaleFactorRoundingPolicy to QT_SCREEN_SCALE_FACTORSMorten Sørvig2023-03-281-1/+14
* QPromise: add support for addResult(braced-initializer)Marc Mutz2023-03-281-0/+15
* QMetaType: Provide underlyingType for enumsFabian Kosmale2023-03-282-0/+56
* QFutureInterface: add a warning when an existing continuation is overwrittenIvan Solovev2023-03-281-0/+30
* SQL/IBASE: Time Zone support (firebird 4.x)Andreas Bacher2023-03-242-0/+126
* tests: blacklist tst_QImageReader::setClipRect() andLiang Qi2023-03-241-0/+8
* tst_QVariant: add a test contrasting Qt 5/6 isNull behaviorMarc Mutz2023-03-241-0/+7
* Implement [variant.get] for QVariant [2/2]: get()Marc Mutz2023-03-241-1/+88
* Implement [variant.get] for QVariant [1/2]: get_if()Marc Mutz2023-03-241-0/+159
* QVariant: ensure the type custom is registered on constructionThiago Macieira2023-03-231-0/+10
* QTimer: fix new-style slot invocation for receiver in another threadThiago Macieira2023-03-231-3/+8
* tst_bench_QCryptographicHash: swallow result() return valuesMarc Mutz2023-03-231-3/+6
* tst_bench_QCryptographicHash: use QMetaEnum trickMarc Mutz2023-03-231-60/+20
* tst_bench_QCryptographicHash: port to QTest::addRow()Marc Mutz2023-03-231-24/+24
* rhi manual tests: allow having some gui controlsLaszlo Agocs2023-03-2328-51/+52606
* Change paintedwindow example to be a manual testLaszlo Agocs2023-03-235-0/+310
* Move hellowindow and qopenglwindow to be a manual testsLaszlo Agocs2023-03-2312-0/+1022
* Change computegles31 example to a manual testLaszlo Agocs2023-03-227-0/+601
* Move hellovulkantexture example to manual testLaszlo Agocs2023-03-2211-0/+984
* Verify fix for manual get<I> calls for QVector<N>DMarc Mutz2023-03-221-0/+33
* Short live QT_ENABLE_P0846_SEMANTICS_FOR!Marc Mutz2023-03-225-0/+117
* Add QTextListFormat::start: html and markdown ordered list index offsetNicolas Werner2023-03-226-16/+248
* Add a manual test to show a QTreeView with QInputDevice::devices()Shawn Rutledge2023-03-214-0/+360
* Widgets/QCheckBox: change signature of stateChanged() for Qt7Christian Ehrlicher2023-03-211-11/+16
* Silence warnings from unused variablesVolker Hilsheimer2023-03-214-2/+5
* Corelib: s/Q_OS_MAC/Q_OS_DARWIN/wg except for doc and definitionEdward Welbourne2023-03-2017-40/+40
* Testlib: fix the last few s/Q_OS_MAC/Q_OS_DARWIN/wEdward Welbourne2023-03-201-2/+2
* Revert "Skip socket and server tests on Ubuntu 22.04 and QEMU"Mårten Nordheim2023-03-205-23/+0
* tst_QMessageAuthenticationCode: avoid setKey() callsMarc Mutz2023-03-201-4/+2
* SQL/Tests: Cleanup of tst_databases.hChristian Ehrlicher2023-03-172-124/+84
* SQL/IBASE: fix testsChristian Ehrlicher2023-03-173-24/+31