summaryrefslogtreecommitdiffstats
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* CMake: Add BUILTIN_TESTDATA option to qt_internal_add_testAlexey Edelev2022-02-1121-312/+176
* QMdiSubwindow: respect minimum size of subwidgets when shown maximizedChristian Ehrlicher2022-02-111-0/+32
* QPlainTextEdit: fix the visibility of placeholderTextQiang Li2022-02-111-0/+105
* Use function-style casts in preference to C-style onesEdward Welbourne2022-02-101-61/+60
* Convert some if/else-if/else chains into switch()esEdward Welbourne2022-02-101-99/+146
* Convert some QVERIFY2() with useless messages to QVERIFY()Edward Welbourne2022-02-101-8/+5
* Suppress, and thus verify we do get, two warnings in tst_QSqlQueryEdward Welbourne2022-02-101-0/+5
* Use qScopeGuard() to take care of post-test tidy-upEdward Welbourne2022-02-101-22/+27
* Activate tst_QTimeLine on AndroidAndreas Buhr2022-02-101-4/+1
* tst_qrhi: use OpenGL instead of raster pipeline on webOSJanne Juntunen2022-02-101-0/+3
* qtextstream.h: streamline includesFabian Kosmale2022-02-101-0/+1
* Use 'copy' but not 'copy_if_different' on Windows platformsAlexey Edelev2022-02-102-0/+134
* QAbstractSocket: Don't pretend pause and resume is a stackMårten Nordheim2022-02-091-2/+0
* Get rid of empty optional methods in tst_QSqlQueryEdward Welbourne2022-02-091-10/+0
* Fix an inaccurate comment and update a test caseEdward Welbourne2022-02-091-2/+2
* QProcess/Unix: ensure we don't accidentally execute something from CWDThiago Macieira2022-02-092-3/+94
* Fix C++20 ambiguous relational operators between QJsonValue{,Ref}Marc Mutz2022-02-091-0/+52
* macOS: Prevent recursion when modifying the edit menuVolker Hilsheimer2022-02-091-0/+29
* Add lineedit and QAbstractItemView widgets in tst_baseline_widgetsAxel Spoerl2022-02-091-0/+350
* tst_QContainerApiSymmetry: fix incorrect P1115 detectionAllan Sandfeld Jensen2022-02-091-1/+1
* 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
* rhi: Add the long-pending probe() helper, with backing for MetalLaszlo Agocs2022-02-091-0/+2
* Make time sensitive QScrollBar test fault tolerantVolker Hilsheimer2022-02-091-1/+8
* Update widgets inheriting QAbstractSpinbox in tst_baseline_widgetsAxel Spoerl2022-02-091-16/+122
* Blacklist tst_qscreen::grabWindow on WindowsFabian Kosmale2022-02-051-0/+2
* Deprecate QContextMenuEvent and QMouseEvent ctors without globalPosShawn Rutledge2022-02-0517-83/+124
* tst_qresourceengine: use QFINDTESTDATA() to find correct pathJanne Juntunen2022-02-041-1/+1
* QCborValue: fix incorrect to{Array,Map} when the value is emptyThiago Macieira2022-02-031-0/+87
* tst_qlogging: use correct qlogging_helper path on webOSJanne Juntunen2022-02-031-11/+17
* Move prematureExec() to the end of tst_qsqlquery's testingEdward Welbourne2022-02-031-2/+4
* Add a QHoverEvent ctor taking global mouse position; deprecate the otherShawn Rutledge2022-02-032-5/+5
* Always wait in the QScreen::grabWindow testVolker Hilsheimer2022-02-031-7/+8
* QPluginLoader: report the right load hintsGiuseppe D'Angelo2022-02-031-1/+10
* Extend baseline test for QTabWidgetAxel Spoerl2022-02-031-0/+85
* QPlainTestLogger: do not print "failure location" if there's no failureGiuseppe D'Angelo2022-02-021-0/+2
* Add some more QDate::{start,end}OfDay() testsEdward Welbourne2022-02-021-0/+12
* Add qt_internal_undefine_global_definition functionAlexey Edelev2022-02-025-10/+5
* Fix clang-cl build of tst_qobjectAllan Sandfeld Jensen2022-02-021-1/+1
* Fix flags in QFileSystemModelAndreas Buhr2022-02-021-0/+4
* Stylesheet: Fix tab layout when tab has a font and iconsVolker Hilsheimer2022-02-021-14/+43
* Blacklist putWithServerClosingConnectionImmediately on WindowsFabian Kosmale2022-02-021-0/+2
* Sequential erase/_if: don't apply predicate twice to elementMarc Mutz2022-02-021-4/+18
* QImageReader: Check for existing handler in initHandlerRobert Löhning2022-02-021-0/+26
* Add tab close button in QTabBar baseline testAxel Spoerl2022-02-011-5/+29
* rhi: Add the basic infrastructure for geometry shader supportBen Fletcher2022-01-3110-0/+208
* rhi: Add support for polygon fill modeBen Fletcher2022-01-319-0/+194