summaryrefslogtreecommitdiffstats
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* QFlatMap: fix is_transparent detectionMarc Mutz2022-01-301-2/+25
* QFlatMap: add full is_transparent support [3/3]: add overloadsMarc Mutz2022-01-301-1/+14
* Fix tst_qfloat16 run time error for INTEGRITY (tested on sa8115)Tatiana Borisova2022-01-301-0/+5
* Exclude tst_selftests when feature process is disabledTatiana Borisova2022-01-282-8/+2
* 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-251-0/+23
* QTransform benchmark: measure what was promisedMarc Mutz2022-01-241-1/+1
* tst_bench_qlocalsocket: fix Clang 10 warnings about unneeded captureMarc Mutz2022-01-241-2/+1
* benchmarks: fix some (future) -Wunused-result warningsMarc Mutz2022-01-243-28/+28
* QByteArray benchmark: fix clang -Wmove-resultMarc Mutz2022-01-241-1/+1
* Mark ResultStoreBase as finalSona Kurazyan2022-01-242-55/+146
* 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
* 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
* QFactoryLoader: add setExtraSearchPath() (for QPA plugins' use)Thiago Macieira2022-01-211-4/+35
* Improve QAbstractButton::animateClick testVolker Hilsheimer2022-01-211-5/+28
* Add QCheckBox test in tst_baseline_widgetsAxel Spoerl2022-01-211-0/+57
* QTabBar: Improve scrolling with high resolution mouse wheelsNoah Davis2022-01-211-0/+45
* tst_qeventdispatcher: avoid influence between test functionsAlex Trotsenko2022-01-201-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
* Don't include qeventpoint_p.h from qevent_p.hMarc Mutz2022-01-183-0/+4
* 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
* QLatin1String: perform the comparison to another QL1S using memcmp()Thiago Macieira2022-01-171-12/+33
* 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
* QtGui/math3d: Fix QQuaternion::getEulerAngles for GimbalLock casesYuya Nishihara2022-01-171-0/+29
* tests: port to new QMutableEventPoint static APIMarc Mutz2022-01-173-120/+122
* QCSS: Support Qt 5-style integer property selectorsVolker Hilsheimer2022-01-172-16/+16
* Add test case for style sheet selectors for enum propertiesVolker Hilsheimer2022-01-171-0/+38
* Stabilize tst_QTouchEvent::multiPointRawEventTranslationOnTouchPadVolker Hilsheimer2022-01-141-6/+15
* Add QProgressBar test in tst_baseline_widgetsAxel Spoerl2022-01-141-0/+39
* Improve QShortcut testVolker Hilsheimer2022-01-131-7/+14
* tst_QImageWriter: skip writing unsupported image formatsJanne Juntunen2022-01-131-0/+2
* Fix an assertion failure in massageAdjustedDateTime()Edward Welbourne2022-01-131-0/+12
* tst_QImageReader: move text reading tests behind a flagJanne Juntunen2022-01-131-0/+8
* Add a couple of utility functions to the baseline test frameworkEirik Aavitsland2022-01-135-3/+19
* macOS: Implement QCALayerBackingStore::scroll for improved performanceTor Arne Vestbø2022-01-131-2/+1
* tst_qeventdispatcher: fix UB in single-shot timers activationAlex Trotsenko2022-01-131-6/+6
* Fix tst_qcollator run time issue on INTEGRITY deviceTatiana Borisova2022-01-131-5/+5