summaryrefslogtreecommitdiffstats
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* Merge "Make qdecompresshelper archive bomb check only trigger for large files"Øystein Heskestad2021-03-052-0/+40
|\
| * Make qdecompresshelper archive bomb check only trigger for large filesØystein Heskestad2021-03-052-0/+40
* | Merge "QPoint(F): declare as PRIMITIVE, not RELOCATABLE"Giuseppe D'Angelo2021-03-051-1/+10
|\ \ | |/ |/|
| * tst_qmetatype: RELOCATABLE -> PRIMITIVE is binary compatibleFabian Kosmale2021-03-051-1/+10
* | Merge "tst_qdtlscookie: use a proper 'enterLoopMSecs' instead of 'enterLoop'"Timur Pocheptsov2021-03-051-1/+1
|\ \
| * | tst_qdtlscookie: use a proper 'enterLoopMSecs' instead of 'enterLoop'Timur Pocheptsov2021-03-051-1/+1
| |/
* / Skip globalstatic threadStressTest on QEMUToni Saario2021-03-052-0/+6
|/
* Merge "Add QColorSpace::description"Allan Sandfeld Jensen2021-03-051-1/+22
|\
| * Add QColorSpace::descriptionAllan Sandfeld Jensen2021-03-041-1/+22
* | QMenu test: turn tooltip animations offVolker Hilsheimer2021-03-041-0/+2
|/
* Blacklist test QMenu::QTBUG_89082_actionTipsHide() for WindowsFriedemann Kleint2021-03-041-0/+1
* Stabilize test QMenu::QTBUG_89082_actionTipsHide() on Windows, take 2Friedemann Kleint2021-03-031-3/+5
* Prospective fix for flaky test tst_QDoubleSpinBox::setReadOnly()Friedemann Kleint2021-03-031-34/+22
* Allow QWindowsPipe{Reader|Writer} to work with foreign event loops, take 2Alex Trotsenko2021-03-025-20/+282
* High-DPI: Set the minimum scale factor to 1Morten Johan Sørvig2021-03-021-0/+15
* Stabilize test QMenu::QTBUG_89082_actionTipsHide() on WindowsFriedemann Kleint2021-03-021-0/+3
* QCommandLineParser: fix crash if there's no QCoreApplicationDavid Faure2021-03-011-0/+29
* QMetaType: Store QMetaObject for pointer to const QObject, tooFabian Kosmale2021-02-263-0/+50
* Add more support for structured bindingsGiuseppe D'Angelo2021-02-253-0/+115
* tst_QFuture::continuationsWithContext: fix the flakinessSona Kurazyan2021-02-251-3/+14
* And fix handling and test of QImage::fill(uint) as wellAllan Sandfeld Jensen2021-02-251-2/+8
* Fix transitionEachZone() failures on AndroidEdward Welbourne2021-02-242-175/+20
* Move build tools to libexec instead of the bin dirJoerg Bornemann2021-02-235-5/+6
* Verify that QFileIconProvider returns valid pixmapsMorten Johan Sørvig2021-02-231-6/+6
* Fix some warnings about virtual/overrideAndreas Buhr2021-02-233-5/+5
* QProcess/Unix: remove outdated notices about use of posix_spawn() on QNXThiago Macieira2021-02-211-3/+0
* QProcess::startDetached/Unix: report which function failedThiago Macieira2021-02-211-0/+4
* QProcess::startDetached: set the error condition on failure to startThiago Macieira2021-02-211-0/+2
* Port QSslKey to the new plugin-based implementationTimur Pocheptsov2021-02-191-24/+24
* QProcess::startDetached/Unix: move up the chdir() and remove qWarningThiago Macieira2021-02-181-0/+15
* QJsonObject: Fix operator<=()Ulf Hermann2021-02-181-0/+31
* Fix warning about unused variableAndreas Buhr2021-02-181-0/+1
* Return early after test-helpers if they failEdward Welbourne2021-02-181-0/+10
* Skip a timezone transition test on AndroidEdward Welbourne2021-02-182-3/+5
* tst_qprocess: enable test again for cross-compilationsSamuli Piippo2021-02-163-10/+1
* tst_qapplication: Prevent desktopaware test from deactivating main testTor Arne Vestbø2021-02-151-0/+5
* Fix QTimer::setInterval to remove existing bindingsAndreas Buhr2021-02-151-0/+4
* Drop parsing of antique TextDate formatEdward Welbourne2021-02-151-43/+42
* QDateTime::toString(): use UTC-offset as time-zone suffixEdward Welbourne2021-02-151-13/+2
* Prepare TextDate to use UTC-offset rather than GMT-offset zone suffixesEdward Welbourne2021-02-151-12/+24
* Extend colorspace testing and fix bug it uncoveredAllan Sandfeld Jensen2021-02-131-0/+119
* Move QEMU emulation detector to QTestSamuli Piippo2021-02-1325-184/+40
* Disable warnings from using deprecated QScopedPointer::takeVolker Hilsheimer2021-02-131-0/+6
* Fix QImage::fill with semi-transparent QColorAllan Sandfeld Jensen2021-02-121-7/+31
* Rework tst_QDateTime::toString_isoDate() to eliminate an XFAILEdward Welbourne2021-02-121-16/+17
* Fix tst_QDateTime::systemTimeZoneChange() for 32-bit systemsEdward Welbourne2021-02-121-18/+40
* Replace QScopedPointer with std::unique_ptrVolker Hilsheimer2021-02-121-7/+7
* Fix compiler warning: don't mix signed and unsigned int in comparisonVolker Hilsheimer2021-02-111-1/+1
* Fix compiler warning: initialize variableVolker Hilsheimer2021-02-111-2/+2
* Fix registerNativeMethods for goodAssam Boudjelthia2021-02-113-0/+79