summaryrefslogtreecommitdiffstats
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* Add QPushButton::touchTap autotestShawn Rutledge2020-10-291-0/+25
* Remove the comparison operators of QFutureSona Kurazyan2020-10-292-4/+1
* Workaround gcc compiler bugVolker Hilsheimer2020-10-292-16/+16
* CMake: Update usage of add_qt_gui_executableAlexandru Croitor2020-10-292-2/+2
* Purge deprecated language and country codes from QLocaleEdward Welbourne2020-10-291-28/+0
* Initialize values in collection testsDavid Skoland2020-10-281-2/+2
* Update tst_qspinsbox test to use metaType systemDavid Skoland2020-10-281-1/+1
* Update tst_qguivariant to use QMetaTypeDavid Skoland2020-10-281-2/+2
* tests: blacklist tst_QUdpSocket::multicast() on CentOSLiang Qi2020-10-281-0/+2
* QtConcurrent: Handle running with promise inside QTaskBuilderJarek Kobus2020-10-281-6/+49
* QtConcurrent: Integrate runWithPromise into runJarek Kobus2020-10-281-159/+217
* Selftest - copy XAUTHORITY environment variableTimur Pocheptsov2020-10-281-1/+1
* Remove QItemSelectionRange's operator<()Edward Welbourne2020-10-281-141/+0
* Deprecate ordering on QItemSelectionRangeEdward Welbourne2020-10-281-0/+4
* QByteArray: make (ap|pre)pend(const QByteArray &) consider reservedMårten Nordheim2020-10-281-0/+12
* Deprecate old aliases for two countries and several languagesEdward Welbourne2020-10-284-17/+17
* Deprecate QLocale::Language entries that no locale data relates toEdward Welbourne2020-10-281-10/+12
* Skip flakey dialogs testcase on all platforms except windowsVolker Hilsheimer2020-10-271-3/+2
* Revert "QObject: simplify part of connection logic"Fabian Kosmale2020-10-271-0/+20
* Fix tst_QDeadlineTimer::stdchrono() flaky testJarek Kobus2020-10-272-53/+34
* Expunge WA_GroupLeaderShawn Rutledge2020-10-272-13/+0
* Add constructor benchmarks for QLocale, to test likely sub-tag matchingEdward Welbourne2020-10-261-0/+317
* Store std::exception_ptr in QUnhandledExceptionSona Kurazyan2020-10-262-12/+50
* Make Ubuntu with its non-standard security level happyTimur Pocheptsov2020-10-262-88/+84
* Show the year correctly after it has been editedAndy Shaw2020-10-261-0/+4
* QSsl: Further work around to pass network testMårten Nordheim2020-10-261-0/+9
* testlib selftest: Spit out stdout/stderr when test crashesTor Arne Vestbø2020-10-241-7/+17
* CMake: Fix tst_qmake to work for configs with cross-compiled toolsAlexandru Croitor2020-10-241-0/+9
* Add unit tests for qdatetimeparserAndreas Buhr2020-10-236-0/+89
* Fix tst_qsslkey to compile when SSL is disabledFriedemann Kleint2020-10-232-3/+5
* Remove usage of deprecated QStandardPaths::DataLocationKarsten Heimrich2020-10-231-2/+2
* Deprecate QVariant::TypeLars Knoll2020-10-2327-174/+179
* Fix and run the qlocalsocket autotest with cmake buildLars Knoll2020-10-233-32/+13
* Do not store non relocatable types in QVariants internal storageLars Knoll2020-10-231-1/+26
* Rename the QMetaType::MovableType flag to RelocatableTypeLars Knoll2020-10-232-3/+3
* Make QPointer comparisons hidden friendsAllan Sandfeld Jensen2020-10-231-3/+3
* Add benchmark for QString::number(int)Andreas Buhr2020-10-231-0/+9
* Prepare for having multiple highdpi manual testsMorten Johan Sørvig2020-10-2312-10/+10
* Use parameter_type in QList methodsAndrei Golubev2020-10-222-6/+8
* tests: blacklist tst_QGraphicsAnchorLayout::layoutDirection()Liang Qi2020-10-221-0/+2
* tests: blacklist tst_QMdiArea::tileSubWindows() on CentOSLiang Qi2020-10-221-0/+1
* Add unit test for malformed RFC2822 datesAndreas Buhr2020-10-221-1/+11
* Make QEvent::setAccepted() virtual; set QEventPoints state the sameShawn Rutledge2020-10-221-0/+10
* Fix a bunch of compiler warnings in event handling test casesVolker Hilsheimer2020-10-224-22/+25
* Fix strange capacity check in tst_QString::append_special_casesAndrei Golubev2020-10-211-1/+2
* QTabBar: update index of last visible tab in insertTabStanislav Yelenskiy2020-10-211-0/+26
* QTabBar test: refactor: extract checkPositions helper functionStanislav Yelenskiy2020-10-211-22/+31
* [Android] Make sure expose events are emitted after window resizePiotr Mikolajczyk2020-10-211-3/+0
* QEvent copy constructor: copy the type flags tooShawn Rutledge2020-10-211-0/+9
* QRandomGenerator: add 64-bit bounded() versionsThiago Macieira2020-10-201-6/+83