summaryrefslogtreecommitdiffstats
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* Ensure that child windows are visible again when showing their parentAndy Shaw2019-10-311-0/+23
* DTLS auto-test(s) - fix a buggy logic with pending datagramsTimur Pocheptsov2019-10-112-4/+4
* Fix QRandomGenerator initialization on AMD CPUsDmitry Kazakov2019-10-081-3/+3
* Update lancelot tests to use non-system-specific host info collectionDaniel Smith2019-09-231-18/+10
* MS TZ data: avoid calculating a date in year 0Edward Welbourne2019-09-191-0/+8
* Merge remote-tracking branch 'origin/5.12.5' into 5.12Qt Forward Merge Bot2019-09-071-0/+17
|\
| * Fix crash when text contains too many directional charsRainer Keller2019-08-301-0/+17
* | QShortcut: call base class implementation in event()Christian Ehrlicher2019-09-051-0/+10
* | tst_http2::goaway - run in ALPN mode onlyTimur Pocheptsov2019-09-041-0/+3
* | QPainter lancelot test: improve drawImage testingEirik Aavitsland2019-09-021-2/+8
|/
* Make the inputRejected test compatible with -no-feature-clipboardJames McDonnell2019-08-151-0/+4
* QTextureFileReader: backport ASTC supportEirik Aavitsland2019-08-154-24/+51
* Fix qinstall on Windows for directories containing read-only filesJoerg Bornemann2019-08-151-3/+0
* Add tst_qmake::qinstallJoerg Bornemann2019-08-143-0/+108
* Make test less dependent on moving the cursorMorten Johan Sørvig2019-08-111-1/+1
* QWizard: Account for missing background image on macOS 10.14+Morten Johan Sørvig2019-08-111-10/+9
* Add nullptr guard to QHighDScaling::scaleAndOrigin(QPlatformScreen *)Morten Johan Sørvig2019-08-111-0/+18
* QBitArray: fix fromBits() and actually test itThiago Macieira2019-08-081-0/+57
* A GCC 4.8 build fixVille Voutilainen2019-08-081-1/+1
* Fix crash in QTextDocument::clearUndoRedoStacks()Eskil Abrahamsen Blomfeldt2019-08-081-0/+13
* tst_http2::connectToHost - fix flakinessTimur Pocheptsov2019-08-072-6/+0
* tst_http2::connectToHost - add a fix for SecureTransport backendTimur Pocheptsov2019-08-011-0/+13
* Blacklist tst_http2::connectToHostTimur Pocheptsov2019-08-011-0/+3
* QHighDPI: Fix broken scaling of QPoint(F)Friedemann Kleint2019-08-013-0/+86
* QHostInfo: Always post results through the event loop to the receiverVolker Hilsheimer2019-07-261-0/+13
* Implement 'preconnect-https' and 'preconnect-http' for H2Timur Pocheptsov2019-07-241-0/+123
* Fix lancebench results oddnessAllan Sandfeld Jensen2019-07-231-10/+10
* Fix QCborStreamReader not flushing QIODevices due to internal bufferingThiago Macieira2019-07-192-19/+168
* tst_http2 - make the test less rough in generalTimur Pocheptsov2019-07-181-11/+40
* tst_http2::flowControlServerSideTimur Pocheptsov2019-07-151-0/+7
* Remove unused arguments from QWidgetPrivate::create_sysTor Arne Vestbø2019-07-121-3/+3
* QSaveFile: Fix changing the file name after hitting on readonly fileFriedemann Kleint2019-07-111-0/+34
* Windows: handle errors correctly when connecting to unreachable hostVolker Hilsheimer2019-07-111-10/+29
* Make tst_QGraphicsItem painting tests most robustVolker Hilsheimer2019-07-101-14/+11
* Further stabilization of QGraphicsItem::cursor testVolker Hilsheimer2019-07-101-16/+9
* Don't set the mouse cursor for items that are disabledVolker Hilsheimer2019-07-081-0/+9
* Stabilize QGraphicsItem::cursor and select_multi testsVolker Hilsheimer2019-07-081-10/+16
* Revert "Temporarily skip tst_QSslSocket::resume"Mårten Nordheim2019-07-031-1/+0
* Skip flaky test on MacOS_10_12Dimitrios Apostolou2019-07-021-0/+6
* Update visible window's alpha when toggling WA_TranslucentBackgroundVolker Hilsheimer2019-07-021-0/+6
* QSocks5SocketEngine: account for in-transit signal when waiting for readMårten Nordheim2019-07-021-4/+4
* Brush up DiaglibFriedemann Kleint2019-06-2410-40/+37
* Fix window shortcuts when a completer popup has focusVolker Hilsheimer2019-06-251-0/+26
* QWidget: fix setTabOrder for compound widgetsChristian Ehrlicher2019-06-101-0/+73
* Temporarily skip tst_QSslSocket::resumeMårten Nordheim2019-06-241-0/+1
* SSL: Update an about-to-expire certificateMårten Nordheim2019-06-242-30/+30
* Revert "tst_qnetworkreply - QSKIP/disable tests that deadlock on Windows"Timur Pocheptsov2019-06-211-23/+0
* Stabilize tst_qsplitterFrederik Gladhorn2019-06-192-2/+1
* Report correct state change when destroying QAbstractAnimationTor Arne Vestbø2019-06-201-0/+15
* Merge remote-tracking branch 'origin/5.12.4' into 5.12Qt Forward Merge Bot2019-06-173-14/+27
|\