summaryrefslogtreecommitdiffstats
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
...
* Add tests for QtPrivate::q_relocate_overlap_nAndrei Golubev2021-04-261-0/+281
* Resurrect data moves in QListAndrei Golubev2021-04-262-17/+59
* QThreadPool: obey the docs that say we always use at least 1 threadThiago Macieira2021-04-241-1/+1
* Fix QJniObject templates implementationsAssam Boudjelthia2021-04-231-12/+14
* SQLite: Handle tables and fields with a dot in the name correctlyAndy Shaw2021-04-231-0/+49
* Fix case sensitivity handling QSFPMSamuel Gaist2021-04-221-0/+66
* Fix tst_qicon for fractional dprAllan Sandfeld Jensen2021-04-201-2/+5
* tst_qpromise: build fixGiuseppe D'Angelo2021-04-201-4/+4
* Re-layout QProgressDialog when setting the cancel buttonQiang Li2021-04-201-0/+24
* Correct prefix reported for end element in QXmlStreamReaderVincent Baijot2021-04-208-13/+13
* Fix QAbstractItemModelTester false positiveLuca Beldi2021-04-191-2/+5
* QTypeInfo: Handle T::value_type being equal to TFabian Kosmale2021-04-191-0/+10
* Unicode: fix the extended grapheme cluster algorithmGiuseppe D'Angelo2021-04-162-634/+4
* Make POSIX transition rule parser more robustEdward Welbourne2021-04-151-0/+16
* Replace conversion operator by operator* in QJniEnvironmentAssam Boudjelthia2021-04-151-3/+6
* Avoid processing-intensive painting of high number of tiny dashesEirik Aavitsland2021-04-151-0/+34
* QNetworkCookie: Rename sameSite to sameSitePolicyMårten Nordheim2021-04-141-3/+3
* QNetworkInformation: delete the instance as a post-routineMårten Nordheim2021-04-143-0/+74
* QtFuture::connect: disconnect signals firstMårten Nordheim2021-04-121-0/+19
* Disable warnings for tests using QSqlQuery assignmentVolker Hilsheimer2021-04-121-0/+6
* Fix compiler warning on platforms without QRhiNativeHandlesVolker Hilsheimer2021-04-121-1/+1
* Mark variables that might be unused under some configurationsVolker Hilsheimer2021-04-111-2/+2
* Fix gcc warnings from having only one of assignment/copyVolker Hilsheimer2021-04-114-0/+7
* Fix warnings about lossy double/float conversion in testsVolker Hilsheimer2021-04-114-55/+55
* Add binary compatibility files for Qt 6.0.0Milla Pohjanheimo2021-04-0811-0/+93524
* Fix get out of bounds index in QSortFilterProxyModel::filterAcceptsRowChunLin Wang2021-04-071-0/+17
* CMake: Choose better defaults for qt_add_plugin STATIC/SHAREDAlexandru Croitor2021-04-073-0/+57
* CMake: Build minimal subset of tests in desktop static buildsAlexandru Croitor2021-04-075-15/+33
* BLACKLIST tst_qfont for Red HatHeikki Halmet2021-04-061-0/+2
* Remove QEXPECT_FAIL for tests that pass now on AndroidVolker Hilsheimer2021-03-312-9/+0
* Remove QEXPECT_FAIL from passing testVolker Hilsheimer2021-03-311-1/+0
* lance tool: fix build for Qt 6Eirik Aavitsland2021-03-303-8/+8
* Prospective fix for flaky test tst_QDoubleSpinBox::setReadOnly()Friedemann Kleint2021-03-301-34/+22
* Fix removing columns when QSortFilterProxyModel has not been sorted yetJoni Poikelin2021-03-301-0/+14
* tst_qguimetatype: Avoid deprecated methodsFabian Kosmale2021-03-301-14/+21
* tst_qdtlscookie: use a proper 'enterLoopMSecs' instead of 'enterLoop'Timur Pocheptsov2021-03-301-1/+1
* QAbstractItemModelTester: fix false positive when model has zero columnsDavid Faure2021-03-301-0/+10
* Blacklist test QMenu::QTBUG_89082_actionTipsHide() for WindowsFriedemann Kleint2021-03-301-0/+1
* Blacklist tst_macgui::scrollBarPainting()Tor Arne Vestbø2021-03-301-0/+3
* Rename QJniEnvironment exceptionCheckAndClear to checkAndClearExceptionsAssam Boudjelthia2021-03-301-3/+3
* Replace QTextDocumentResourceProvider with a std::functionVolker Hilsheimer2021-03-302-35/+41
* Rename QUrlResourceProvider to QTextDocumentResourceProviderVolker Hilsheimer2021-03-292-4/+4
* Skip a tst_QRhi test case with the Android emulatorLaszlo Agocs2021-03-291-0/+3
* tst_qobject: fix the detection for GCCGiuseppe D'Angelo2021-03-261-4/+14
* QPainterPath: fix handling of fill rulesGiuseppe D'Angelo2021-03-261-1/+11
* Rework the failure macros in the Qt CTest kitAlexey Edelev2021-03-241-4/+4
* Make it even more obvious on what to do when tst_toolsupport failshjk2021-03-231-0/+7
* Fix invalid pointer return with QGridLayout::itemAt(-1)Zhang Yu2021-03-231-0/+51
* Fix alpha handling of QImage::setPixelAllan Sandfeld Jensen2021-03-221-11/+61
* tst_bench_qmetaobject: Fix testFabian Kosmale2021-03-211-3/+4