summaryrefslogtreecommitdiffstats
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* Improve readability of code that uses the Qt signed size typev5.10.0-rc2Simon Hausmann2017-11-282-4/+4
* Fix naming of new property QSortFilterProxyModel::recursiveFilteringDavid Faure2017-11-281-1/+2
* Stop depending on test.macieira.orgThiago Macieira2017-11-282-3/+3
* QTemporaryFile: fix issues with removing a file twiceThiago Macieira2017-11-231-2/+18
* Merge remote-tracking branch 'origin/5.9.3' into 5.10.0Liang Qi2017-11-211-0/+63
|\
| * QSemaphore: fix regression when the timeout < 0Thiago Macieira2017-11-141-0/+63
* | Merge 5.10 into 5.10.0Oswald Buddenhagen2017-11-20110-636/+1008
|\ \
| * \ Merge remote-tracking branch 'origin/5.9' into 5.10Liang Qi2017-11-173-0/+53
| |\ \
| | * | 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
| * | | Merge remote-tracking branch 'origin/5.9' into 5.10Liang Qi2017-11-151-3/+3
| |\| |
| | * | tst_qnetworkreply::getFromUnreachableIp - fix win64 alsoTimur Pocheptsov2017-11-151-3/+3
| * | | test: blacklist tst_QNetworkAccessManager_And_QProgressDialog::downloadCheck(...Liang Qi2017-11-151-0/+2
| * | | test: blacklist tst_QWidget::multipleToplevelFocusCheck()Liang Qi2017-11-141-4/+1
| * | | Merge "Merge remote-tracking branch 'origin/5.9' into 5.10" into refs/staging...Tony Sarajärvi2017-11-1272-382/+484
| |\ \ \
| | * | | Merge remote-tracking branch 'origin/5.9' into 5.10Liang Qi2017-11-0972-382/+484
| | |\| |
| | | * | 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
| | | * QCocoaMenu: Attach menu items when updating the menubarGabriel de Dietrich2017-11-052-0/+6
| | | * 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
| * | | test: blacklist tst_QWidget::multipleToplevelFocusCheck() and setToolTip()Liang Qi2017-11-121-0/+5
| * | | Blacklist tst_qstandardpaths::testFindExecutable for b2qt/arm64Sami Nurmenniemi2017-11-121-0/+3
| * | | QRandomGenerator: add more of the std Random Engine APIThiago Macieira2017-11-111-0/+41
| * | | QRandomGenerator: add securelySeeded(), to ensure appropriate seedingThiago Macieira2017-11-111-0/+19
| * | | Change QRandomGenerator to have a deterministic modeThiago Macieira2017-11-111-81/+253
| * | | QRandomGenerator: remove the per-thread bufferThiago Macieira2017-11-111-1/+0
| |/ /