summaryrefslogtreecommitdiffstats
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* QFormLayout: Fix assert when showing with hidden rowsVolker Hilsheimer2022-03-151-0/+23
* QString::asprintf: check that passing field widths as arguments worksMarc Mutz2022-03-151-0/+6
* Restore C++20-deprecated mixed-enum bitwise operatorsMarc Mutz2022-03-151-0/+35
* QColor: deprecate isValidColor, setNamedColor, string-ish ctorsMarc Mutz2022-03-151-0/+23
* Revert "Blacklist: test cases blacklisted in tst_QXmlStream:"Heikki Halmet2022-03-151-4/+0
* QMutexLocker: add isLocked()Giuseppe D'Angelo2022-03-151-0/+14
* Baseline: don't compensate for DPRs != 1.0Volker Hilsheimer2022-03-141-9/+7
* Baseline: Allow setting git commit through environment variableVolker Hilsheimer2022-03-141-16/+18
* Baseline testing: make style name explicitVolker Hilsheimer2022-03-141-6/+7
* Support global data tags in blacklisting identification of test-casesEdward Welbourne2022-03-141-2/+0
* Add some %-encoding round-trip tests that use % in the plain-textEdward Welbourne2022-03-141-1/+9
* Fix losing QOpenGLWidget paints when a child widget is invisibleLaszlo Agocs2022-03-141-0/+25
* Fix click position for check box and radio button baseline testsVolker Hilsheimer2022-03-141-7/+24
* pthread_yield() has been removed in newer linux distrosVille Voutilainen2022-03-141-1/+1
* gui: return first default device when seatName isNullLiang Qi2022-03-131-6/+45
* QCompleter: fix crash when setting the same model twiceDavid Faure2022-03-131-0/+10
* Add setCurrentId in QWizardAxel Spoerl2022-03-121-0/+40
* Deprecate {QString, QByteArray}::count()Sona Kurazyan2022-03-128-18/+23
* Compose render-to-texture widgets through QRhiLaszlo Agocs2022-03-1123-2/+1992
* tst_QLocalSocket: Clean up leftover local sockets before listeningTor Arne Vestbø2022-03-111-20/+32
* tst_QLocalSocket: Output error when listening failsTor Arne Vestbø2022-03-111-26/+26
* qDecodeDataUrl(): treat ";base64" marker as case-insensitiveMarc Mutz2022-03-111-0/+2
* Do not assume implicit string-ish → QColor conversionMarc Mutz2022-03-112-2/+2
* Rewrite tst_qdataurl as a data-driven testMarc Mutz2022-03-111-30/+34
* tst_qflatmap: fix -Wunused-local-typedef (Clang)Marc Mutz2022-03-111-1/+1
* QStyle: Fix cases when logicalValue is outside rangeRobert Löhning2022-03-101-0/+3
* Blacklist: test cases blacklisted in tst_QSystemSemaphore:CI Insignificant Platforms Monitor Bot2022-03-101-0/+4
* QProperty: fix threading issuesFabian Kosmale2022-03-101-0/+86
* Widgets: use QPlatformTheme::ButtonPressKeys for pressing buttonsNoah Davis2022-03-098-2/+107
* QStyle: Fix overflows and crash when converting slider positionsRobert Löhning2022-03-091-0/+105
* Add an overload of QStringView::count() for QLatin1StringSona Kurazyan2022-03-091-3/+2
* Add QLatin1String::count(needle)Sona Kurazyan2022-03-092-0/+44
* tst_qflags: test w/and w/o QT_TYPESAFE_FLAGSMarc Mutz2022-03-082-14/+31
* tst_qstringapisymmetry: check expected overloads are selectedMarc Mutz2022-03-081-12/+59
* Long live QColor::fromString()!Marc Mutz2022-03-081-21/+31
* Move cursor out of the way before running testVolker Hilsheimer2022-03-081-1/+5
* Un-blacklist test that's always skipped on macOSVolker Hilsheimer2022-03-081-2/+0
* Blacklist: test cases blacklisted in tst_QTouchEvent:CI Insignificant Platforms Monitor Bot2022-03-071-0/+2
* qtestmouse.h: compile with QT_TYPESAFE_FLAGSMarc Mutz2022-03-071-0/+44
* Add QFileInfo::isAlias() to reflect whether the file is a macOS aliasTor Arne Vestbø2022-03-062-0/+62
* QWeakPointer: befriend other QWeakPointersThiago Macieira2022-03-041-3/+52
* Add numeric conversion methods to QLatin1StringSona Kurazyan2022-03-051-0/+2
* Add tests for an assertion seen on WindowsEdward Welbourne2022-03-041-1/+12
* Android: skip crashing tst_QPlainTextEdit::ensureCursorVisibleOnInitialShowIvan Solovev2022-03-041-0/+3
* Android: unblacklist tst_QPlainTextEdit testsIvan Solovev2022-03-042-16/+3
* tst_qstringapisymmetry: check QString/QAnyStringView overloads w/Q_WEAK_OVERL...Marc Mutz2022-03-041-0/+22
* Fix tst_qstringapisymmetry::count* to test all argument combinationsSona Kurazyan2022-03-041-12/+27
* Fix an error in tst_QStringApiSymmetry::count_impl()Sona Kurazyan2022-03-041-1/+1
* Android: unblacklist tst_toolsupport::offsetsIvan Solovev2022-03-041-3/+0
* Add literal operators for QLatin1String and QLatin1CharSona Kurazyan2022-03-041-0/+45