summaryrefslogtreecommitdiffstats
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* Fix to crash in QWindow::event when delete this called on closeEventMiika Pernu2020-06-101-0/+20
* Merge remote-tracking branch 'origin/5.12.8' into 5.12Qt Forward Merge Bot2020-04-141-2/+21
|\
| * Add an expansion limit for entitiesLars Knoll2020-03-251-2/+21
* | CBOR support: prevent overflowing QByteArray's max allocationThiago Macieira2020-04-105-16/+223
* | QCborValue::fromCbor: Apply a recursion limit to decodingThiago Macieira2020-04-101-0/+54
|/
* Try to stabilize flaky test cases of tst_qsequentialanimationgroupSona Kurazyan2020-03-121-4/+3
* Fix 'out of process' autotestsTimur Pocheptsov2020-03-121-28/+54
* TCP socket auto-test: reduce flakynessTimur Pocheptsov2020-03-121-4/+13
* xcb: Fix logic for minimized stateJiDe Zhang2020-03-091-3/+0
* Revert "Blacklist tst_QWindow::isActive on Ubuntu"Liang Qi2020-03-071-2/+0
* Blacklist test that times out on windowsDimitrios Apostolou2020-03-061-0/+4
* Try again to make QDeadlineTimer test robust against context switchesVolker Hilsheimer2020-03-061-16/+34
* Fix flaky QElapsedTimer::elapsed test caseVolker Hilsheimer2020-03-061-17/+30
* Make QDeadlineTimer test more resilient against VM starvationVolker Hilsheimer2020-03-061-4/+19
* QShaderGenerator: Allow more expressions in input nodesNicolas Guichard2020-02-281-0/+50
* QShaderGraph: don't generate statements with undefined inputsNicolas Guichard2020-02-211-8/+4
* QShaderGenerator: Don't crash when a node has multiple outputsNicolas Guichard2020-02-211-0/+73
* Fix QShaderGenerator crashing when a node port name prefixed another oneNicolas Guichard2020-02-201-0/+70
* QShaderGraph: Fix statement creation for graphs with dangling branchesNicolas Guichard2020-02-181-0/+45
* QXmlStreamReader: early return in case of malformed attributesGiuseppe D'Angelo2020-02-102-0/+9005
* QWidget: React to platform surface being created or destroyedTor Arne Vestbø2020-01-231-0/+54
* CoreText: Modernize style hint fallback lookupTor Arne Vestbø2019-11-271-2/+2
* 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