summaryrefslogtreecommitdiffstats
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* 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
* Add QRadioButton test in tst_baseline_widgetsAxel Spoerl2022-01-211-0/+70
* Use QPromise when creating continuations to avoid memory leaksSona Kurazyan2022-01-211-0/+1
* 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
* Baseline: Move the paintcommands code into the shared directoryVolker Hilsheimer2022-01-205-5/+5
* Add QCheckBox test in tst_baseline_widgetsAxel Spoerl2022-01-201-0/+57
* 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
* Baseline test framework: follow rule of zero for PlatformInfo typeVolker Hilsheimer2022-01-192-29/+1
* Baseline test framework: fix bug in internal data structureEirik Aavitsland2022-01-192-23/+2
* Further improve QShortcut testVolker Hilsheimer2022-01-181-68/+67
* Add QDial test in tst_baseline_widgetsAxel Spoerl2022-01-181-0/+41
* 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-1748-757/+0
* Convert date-time to UTC before claiming it's in GMTEdward Welbourne2022-01-171-8/+26
* widgets baseline test: add QSpinBoxTimur Pocheptsov2022-01-171-0/+37
* Prevent takeStandardSnapshots() from stopping on first mismatchAxel Spoerl2022-01-172-4/+18
* 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
* Fuzzing: Add fuzzer for QJsonDocument::fromJsonRobert Löhning2022-01-172-0/+61
* 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
* Add QProgressBar test in tst_baseline_widgetsAxel Spoerl2022-01-141-0/+39
* 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
* Add a couple of utility functions to the baseline test frameworkEirik Aavitsland2022-01-135-3/+19
* QMetaType: Allow conversion of derived gadget types to their base typesUlf Hermann2022-01-132-2/+30