summaryrefslogtreecommitdiffstats
path: root/tests/auto
Commit message (Expand)AuthorAgeFilesLines
* CMake: Set SKIP_AUTOMOC/AUTOUIC where neededKevin Funk2017-11-226-3/+172
* Fix tst_QSslSocket::waitForConnectedEncryptedReadyReadMårten Nordheim2017-11-222-3/+6
* Start from the first visible item when doing a searchAndy Shaw2017-11-221-0/+97
* tst_QNetworkReply::ioHttpRedirectErrors - fix a flaky testTimur Pocheptsov2017-11-221-11/+27
* QTreeView: recalculate row heights in hide/showColumn()Christian Ehrlicher2017-11-171-0/+47
* Add QThreadPool autotest to detect stale threads after tryTakeSvenn-Arne Dragly2017-11-161-0/+68
* tst_QNetworkReply: Blacklist putToFtp for WindowsFriedemann Kleint2017-11-151-0/+2
* qsslsocket_mac: handle 'OrLater' SslProtocols in verifySessionProtocol()Mikkel Krautz2017-11-151-1/+45
* QAbstractButton: don't clear 'pressed' flag unless left button is releasedRichard Moe Gustavsen2017-11-151-0/+32
* OCI: Match the constraints on the index_name columnAndy Shaw2017-11-151-0/+17
* tst_qnetworkreply::getFromUnreachableIp - fix win64 alsoTimur Pocheptsov2017-11-151-3/+3
* Fix tst_QFile::openDirectory for systems using builtin test dataOliver Wolff2017-11-091-2/+3
* Fix tst_QFile::handle for systems using builtin test dataOliver Wolff2017-11-091-2/+3
* Fix tst_QFile::useQFileInAFileHandler for systems using resources for test dataOliver Wolff2017-11-091-1/+12
* qfile tests: Make sure files are writable before deleting themOliver Wolff2017-11-091-0/+2
* Set correct datatype for column 'more_data' in PostgreSQLRobert Szefner2017-11-081-0/+2
* tst_QNetworkReply::getFromUnreachableIp - fix a failing testTimur Pocheptsov2017-11-081-0/+42
* Extend blacklisting in qnetworkreplyFriedemann Kleint2017-11-071-1/+3
* qudpsocket.pro - fix dependenciesTimur Pocheptsov2017-11-071-2/+1
* tst_qxmlsimplereader::inputFromSocket - fix race condition(s)Timur Pocheptsov2017-11-061-8/+24
* QHeaderView: Honor maximumSectionSize property during resizeSections()Christian Ehrlicher2017-11-061-0/+4
* Run oraArrayBind() test only for Oracle DBMSRobert Szefner2017-11-061-1/+1
* tst_QWidget::multipleToplevelFocusCheck(): Avoid overlappingFriedemann Kleint2017-11-061-2/+5
* tst_QNetworkReply: Blacklist ioHttpRedirectPolicy for LinuxFriedemann Kleint2017-11-061-1/+1
* Extend blacklisting in qnetworkreplyTony Sarajärvi2017-11-051-0/+2
* testlib: start sharing common helper functionsGatis Paeglis2017-11-0454-274/+109
* tests: skip tst_QMenuBar::check_cursorKeys* on UnityGatis Paeglis2017-11-041-0/+9
* macOS: Blacklist tst_QSequentialAnimationGroup::groupWithZeroDurationAnimatio...Friedemann Kleint2017-11-031-0/+2
* tst_QNetworkReply: Blacklist ioHttpRedirectPostPut for LinuxFriedemann Kleint2017-11-031-0/+2
* QNativeSocketEngine/Win: fix getting the datagram destinationThiago Macieira2017-11-042-46/+126
* Skip d-bus tests also on armv7Sami Nurmenniemi2017-11-041-1/+1
* Disable window shortcuts if there is a window modal dialogElvis Angelaccio2017-11-041-1/+51
* tst_QNetworkReply::ioHttpRedirectPolicy - blacklist for b2qt 64bitTimur Pocheptsov2017-10-301-0/+2
* tst_QTcpSocket::suddenRemoteDisconnect - fix flakynessTimur Pocheptsov2017-10-301-2/+4
* tst_QMenuBar: Port to QWindow-based mouse test APIFriedemann Kleint2017-10-292-36/+37
* tst_qnetworkreply: Replace insignificant_test with blacklistingFriedemann Kleint2017-10-293-4/+32
* tst_QFile::largeUncFileSupport(): Use QTRY_VERIFY() to open the fileFriedemann Kleint2017-10-271-5/+31
* tst_QFile: Introduce StdioFileGuardFriedemann Kleint2017-10-271-21/+43
* tests: use QSKIP for temporarily disabled testsGatis Paeglis2017-10-271-4/+2
* tests: enforce Qt menubar in tst_QMenuBar::taskQTBUG56860_focusGatis Paeglis2017-10-271-3/+1
* Fix psql_schemas testRobert Szefner2017-10-261-1/+1
* QUrl: make sure setPort(nonnegative) is taken as part of authorityThiago Macieira2017-10-261-0/+35
* Stabilize tst_qaccessibilityFriedemann Kleint2017-10-241-13/+14
* QWizard: Do not remove the Next button's shortcutMaciej Czarnecki2017-10-241-0/+20
* Remove duplicate qnx from the platform file selector namesLiang Qi2017-10-245-1/+4
* Fix redirecting all the other methods for HTTP 307 and 308Mårten Nordheim2017-10-241-14/+69
* QAction: fix ::setData() always emits changed()Yulong Bai2017-10-241-0/+16
* Blacklist and skip failing tests for Boot2Qt / 64 bit armSami Nurmenniemi2017-10-212-0/+8
* Fix cookie path matching for empty url pathMårten Nordheim2017-10-191-0/+11
* Fix redirecting POST for HTTP 307 and 308Mårten Nordheim2017-10-171-3/+149