summaryrefslogtreecommitdiff
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* tst_qxmlstream: remove dependency on QtXmlMarc Mutz2023-04-251-1/+0
* Introduce the qt_internal_project_setup macroAlexey Edelev2023-04-253-0/+4
* QDomDocument: no longer drop a provided 'standalone' attribute if 'no'Axel Spoerl2023-04-241-0/+26
* Handle parent being a child's focus proxy in QWidget::setFocusProxyAxel Spoerl2023-04-241-20/+119
* QStandardPaths: de-duplicate some unittests codeAhmad Samir2023-04-221-28/+28
* QStandardPaths/Unix: fix writableLocation() when test mode is enabledAhmad Samir2023-04-221-3/+66
* QStandardPaths/Unix: restore org and app names in unittestsAhmad Samir2023-04-221-7/+11
* tst_qnetworkreply: Don't try using ftp servers while ftp is missingMårten Nordheim2023-04-201-43/+51
* Network tests: drop testing ftp proxy serverMårten Nordheim2023-04-203-3/+14
* QWidgetTextControl: emit cursorPositionChanged() when select allLiang Qi2023-04-201-0/+5
* rhi: update manual test shadersLaszlo Agocs2023-04-208-4/+4
* Fix setting combo data with QSortFilterProxyModelFriedemann Kleint2023-04-191-28/+56
* Add binary compatibility file built against 6.5.0Milla Pohjanheimo2023-04-191-0/+27329
* Remove unused variablesAmir Masoud Abdol2023-04-193-12/+0
* rhi: Fix offscreen manual test's Vulkan initLaszlo Agocs2023-04-191-0/+1
* tst_QDeadlineTimer: use the new QCOMPARE_xx() macrosThiago Macieira2023-04-191-164/+216
* tests: blacklist tst_QGraphicsEffect::draw() on WaylandLiang Qi2023-04-171-0/+2
* mimetypes/: port to qsizetypeAhmad Samir2023-04-161-1/+1
* Correct time zone in tst_QDateTimeEdit::stepIntoDSTGap()Edward Welbourne2023-04-141-1/+1
* Correct the start of a QDTE::stepIntoDSTGap() testEdward Welbourne2023-04-141-1/+1
* tst_QDateTimeEdit::springForward(): use u'0' instead of QLatin1Char('0')Edward Welbourne2023-04-141-4/+4
* tst_QDateTimeEdit: correct computation of width of gapEdward Welbourne2023-04-141-2/+15
* Correct row names in tst_QDateTimeEdit::springForward_data()Edward Welbourne2023-04-141-7/+8
* tst_QDateTime: Remove two duplicate test casesEdward Welbourne2023-04-141-5/+0
* Correct a test's precondition on the system zoneEdward Welbourne2023-04-141-3/+9
* Explain the cases where we must exclude some QDTE test casesEdward Welbourne2023-04-141-21/+24
* tst_QDateTime::addMSecs(): check for failure after calling helperEdward Welbourne2023-04-141-4/+9
* Replace PUBLIC_LIBRARIES with LIBRARIES in qt_internal_add_manual_testAmir Masoud Abdol2023-04-147-8/+8
* Use LANGUAGE OBJCXX rather than COMPILE_FLAGS "-x objective-c++"Tor Arne Vestbø2023-04-133-3/+3
* windows: Re-apply mask when DPI changes, to account for new scale factorVolker Hilsheimer2023-04-123-0/+139
* 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_bench_QCryptographicHash: use resultView()Marc Mutz2023-04-011-2/+2
* 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_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_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