summaryrefslogtreecommitdiffstats
path: root/tests/auto
Commit message (Expand)AuthorAgeFilesLines
* Offscreen: Fix implementation of QScreen::grabWindowVolker Hilsheimer2022-01-261-3/+0
* Check for null driver() before trying to exec()Edward Welbourne2022-01-251-1/+32
* QByteArray: fix isUpper/isLowerGiuseppe D'Angelo2022-01-251-13/+19
* rhi: Make sure pixelSize() to a texture rt is always up to dateLaszlo Agocs2022-01-251-24/+42
* Fix memory leak in QtConcurrent::run when called with a NULL QThreadPoolSona Kurazyan2022-01-241-0/+23
* Mark ResultStoreBase as finalSona Kurazyan2022-01-242-55/+146
* Fix gcc warning in testsKai Köhne2022-01-241-0/+1
* Q(Static)ByteArrayMatcher: manage indexIn() overloadsMarc Mutz2022-01-231-0/+34
* QStaticByteArrayMatcher: fix searching in 2+GiB haystacksMarc Mutz2022-01-231-0/+74
* Use Q_INT64_C() to express qint64 constantsEdward Welbourne2022-01-211-3/+3
* Remove flaky and duplicate animateClick testsVolker Hilsheimer2022-01-212-30/+0
* Tidy up tst_Warnings: comments and #if-eryEdward Welbourne2022-01-211-3/+9
* Fix memory leaks when capturing a QFuture in its continuationSona Kurazyan2022-01-211-0/+62
* JSON: Further improve the duplicate handling in the parserUlf Hermann2022-01-215-10/+123
* QFactoryLoader: add setExtraSearchPath() (for QPA plugins' use)Thiago Macieira2022-01-201-4/+35
* Improve QAbstractButton::animateClick testVolker Hilsheimer2022-01-201-5/+28
* QTabBar: Improve scrolling with high resolution mouse wheelsNoah Davis2022-01-201-0/+45
* tst_QtJson: fix test for numbers above the limit of qint64Thiago Macieira2022-01-191-10/+7
* tst_QMetaType: remove call to pthread_yield()Thiago Macieira2022-01-191-3/+0
* tst_QMetaType: remove the IsInitialized checkThiago Macieira2022-01-192-28/+11
* tst_qmetatype: add a few more row for QMetaType::UknknownTypeThiago Macieira2022-01-191-0/+23
* tst_qeventdispatcher: avoid influence between test functionsAlex Trotsenko2022-01-191-0/+8
* Win32: always allow the event loop to be woken up by posted eventsVolker Hilsheimer2022-01-191-3/+0
* Add more tests for event dispatcher waking upVolker Hilsheimer2022-01-191-1/+111
* Further improve QShortcut testVolker Hilsheimer2022-01-181-68/+67
* QMetaType: add a missing check for null d_ptrThiago Macieira2022-01-182-0/+55
* JSON: When clearing duplicate object entries, also clear containersUlf Hermann2022-01-181-0/+19
* QVersionNumber: port fromString() to QAnyStringViewMarc Mutz2022-01-181-0/+41
* QVersionNumber: change int to qsizetype in fromString()Thiago Macieira2022-01-171-1/+1
* QLatin1String: perform the comparison to another QL1S using memcmp()Thiago Macieira2022-01-171-12/+33
* Remove unused .qrc filesJoerg Bornemann2022-01-1746-663/+0
* Convert date-time to UTC before claiming it's in GMTEdward Welbourne2022-01-171-8/+26
* Remove execute permission from XML filesEdward Welbourne2022-01-174-0/+0
* QAuthenticator: Use views for arguments in private functionsMårten Nordheim2022-01-171-4/+4
* QtGui/math3d: Fix QQuaternion::getEulerAngles for GimbalLock casesYuya Nishihara2022-01-161-0/+29
* QCSS: Support Qt 5-style integer property selectorsVolker Hilsheimer2022-01-152-16/+16
* tests: port to new QMutableEventPoint static APIMarc Mutz2022-01-153-120/+122
* Add test case for style sheet selectors for enum propertiesVolker Hilsheimer2022-01-151-0/+38
* Don't include qeventpoint_p.h from qevent_p.hMarc Mutz2022-01-143-0/+4
* Stabilize tst_QTouchEvent::multiPointRawEventTranslationOnTouchPadVolker Hilsheimer2022-01-142-8/+15
* Improve QShortcut testVolker Hilsheimer2022-01-131-7/+14
* Fix an assertion failure in massageAdjustedDateTime()Edward Welbourne2022-01-131-0/+12
* tst_QImageWriter: skip writing unsupported image formatsJanne Juntunen2022-01-131-0/+2
* Make counts of various types of test result add up correctlyEdward Welbourne2022-01-1328-82/+593
* QMetaType: Allow conversion of derived gadget types to their base typesUlf Hermann2022-01-132-2/+30
* tst_QImageReader: move text reading tests behind a flagJanne Juntunen2022-01-131-0/+8
* tst_QString/tst_QByteArray: add checks for null-nessMarc Mutz2022-01-132-0/+79
* tst_qeventdispatcher: fix UB in single-shot timers activationAlex Trotsenko2022-01-131-6/+6
* Q*Parser: Replace "data" with "contents" in stringsRobert Löhning2022-01-121-3/+3
* Fix tst_qcollator run time issue on INTEGRITY deviceTatiana Borisova2022-01-121-5/+5