summaryrefslogtreecommitdiffstats
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* Use 'copy' but not 'copy_if_different' on Windows platformsAlexey Edelev2022-02-102-0/+134
* tst_qrhi: use OpenGL instead of raster pipeline on webOSJanne Juntunen2022-02-101-0/+3
* Fix C++20 ambiguous relational operators between QJsonValue{,Ref}Marc Mutz2022-02-101-0/+52
* QProcess/Unix: ensure we don't accidentally execute something from CWDThiago Macieira2022-02-102-3/+94
* QAbstractSocket: Don't pretend pause and resume is a stackMårten Nordheim2022-02-091-2/+0
* macOS: Prevent recursion when modifying the edit menuVolker Hilsheimer2022-02-091-0/+29
* tst_QContainerApiSymmetry: fix incorrect P1115 detectionAllan Sandfeld Jensen2022-02-091-1/+1
* Add some more QDate::{start,end}OfDay() testsEdward Welbourne2022-02-091-0/+12
* Add missing implicit dependencies to the tool testsAlexey Edelev2022-02-094-11/+34
* Exclude tst_qmake if the build of qmake tool is disabledAlexey Edelev2022-02-091-1/+3
* QNetworkInformation: Rename parameter-less load() to loadDefaultBackendMårten Nordheim2022-02-092-2/+2
* Handle situation when device running test does not have enough RAMPasi Petäjäjärvi2022-02-091-0/+8
* QNX: Remove expected failPasi Petäjäjärvi2022-02-093-12/+0
* Make time sensitive QScrollBar test fault tolerantVolker Hilsheimer2022-02-091-1/+8
* tst_qresourceengine: use QFINDTESTDATA() to find correct pathJanne Juntunen2022-02-091-1/+1
* QPlainTestLogger: do not print "failure location" if there's no failureGiuseppe D'Angelo2022-02-051-0/+2
* Add layout in QRadioButton baseline test for better visualizationAxel Spoerl2022-02-051-0/+1
* QCborValue: fix incorrect to{Array,Map} when the value is emptyThiago Macieira2022-02-041-0/+87
* Fix clang-cl build of tst_qobjectAllan Sandfeld Jensen2022-02-031-1/+1
* tst_qlogging: use correct qlogging_helper path on webOSJanne Juntunen2022-02-031-11/+17
* Sequential erase/_if: don't apply predicate twice to elementMarc Mutz2022-02-031-4/+18
* Add a QHoverEvent ctor taking global mouse position; deprecate the otherShawn Rutledge2022-02-032-5/+5
* Blacklist putWithServerClosingConnectionImmediately on WindowsFabian Kosmale2022-02-031-0/+2
* Always wait in the QScreen::grabWindow testVolker Hilsheimer2022-02-031-7/+8
* Stylesheet: Fix tab layout when tab has a font and iconsVolker Hilsheimer2022-02-031-14/+43
* QPluginLoader: report the right load hintsGiuseppe D'Angelo2022-02-031-1/+10
* Add qt_internal_undefine_global_definition functionAlexey Edelev2022-02-025-10/+5
* Add QRadioButton test in tst_baseline_widgetsAxel Spoerl2022-02-011-0/+70
* Restore missing Qt definitionsAlexey Edelev2022-02-015-12/+14
* Catch2: upgrade to 2.13.8Samuli Piippo2022-02-013-382/+753
* QNetworkReply: rename socketConnecting to socketStartedConnectingMårten Nordheim2022-02-012-3/+3
* Blacklist tst_QFileSystemWatcher::signalsEmittedAfterFileMoved on all Windows...Ivan Solovev2022-02-011-2/+1
* QtFuture::connect: fix for signals with a single std::tuple argumentSona Kurazyan2022-02-011-12/+175
* Blacklist tst_QWindow::modalWindowEnterEventOnHide_QTBUG35109 for WinOliver Wolff2022-01-311-1/+1
* 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