summaryrefslogtreecommitdiffstats
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
...
| | | | * 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
| | |/ /
| | * | Change almost all other uses of qrand() to QRandomGeneratorThiago Macieira2017-11-0837-172/+151
| | * | tests: Make braces consistentJesus Fernandez2017-11-031-3/+6
| | * | Make QCOMPARE print QColor alpha values on failureMitch Curtis2017-11-036-151/+194
| | * | Merge remote-tracking branch 'origin/5.9' into 5.10Liang Qi2017-10-3018-58/+596
| | |\|
| | | * 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
| | | * Add menu creation manual testGabriel de Dietrich2017-10-245-0/+364
* | | | tst_qstringlistmodel: remove an invalid testGiuseppe D'Angelo2017-11-241-6/+0
* | | | tst_qitemmodel: do not pass illegal indices to QAbstractItemModel APIsGiuseppe D'Angelo2017-11-241-4/+0
* | | | Add functions for fast bulk conversion of qfloat16Allan Sandfeld Jensen2017-11-212-0/+44
* | | | Add support for C11 static_assert and thread_localThiago Macieira2017-11-213-1/+129
|/ / /
* | | Add support for Windows UI AutomationAndre de la Rocha2017-11-142-205/+81
* | | Add QFontMetrics(F)::horizontalAdvance() functionEskil Abrahamsen Blomfeldt2017-11-141-2/+2
* | | QLockFile/Unix: save the boot and machine IDs in the lock file tooThiago Macieira2017-11-142-8/+101
* | | QAbstractSocket: Add socketOption for the Path MTUThiago Macieira2017-11-142-6/+58
* | | QNetworkInterface/Win: fix MTU of Windows loopback interfacesThiago Macieira2017-11-141-0/+2
* | | QNetworkInterface: add MTUThiago Macieira2017-11-071-0/+1
* | | QNetworkInterface: Add the DNS eligibilityThiago Macieira2017-11-071-0/+4