summaryrefslogtreecommitdiffstats
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* Remove QEXPECT_FAIL for tests that pass now on AndroidVolker Hilsheimer2021-03-312-9/+0
* Remove QEXPECT_FAIL from passing testVolker Hilsheimer2021-03-311-1/+0
* lance tool: fix build for Qt 6Eirik Aavitsland2021-03-303-8/+8
* Prospective fix for flaky test tst_QDoubleSpinBox::setReadOnly()Friedemann Kleint2021-03-301-34/+22
* Fix removing columns when QSortFilterProxyModel has not been sorted yetJoni Poikelin2021-03-301-0/+14
* tst_qguimetatype: Avoid deprecated methodsFabian Kosmale2021-03-301-14/+21
* tst_qdtlscookie: use a proper 'enterLoopMSecs' instead of 'enterLoop'Timur Pocheptsov2021-03-301-1/+1
* QAbstractItemModelTester: fix false positive when model has zero columnsDavid Faure2021-03-301-0/+10
* Blacklist test QMenu::QTBUG_89082_actionTipsHide() for WindowsFriedemann Kleint2021-03-301-0/+1
* Blacklist tst_macgui::scrollBarPainting()Tor Arne Vestbø2021-03-301-0/+3
* Rename QJniEnvironment exceptionCheckAndClear to checkAndClearExceptionsAssam Boudjelthia2021-03-301-3/+3
* Replace QTextDocumentResourceProvider with a std::functionVolker Hilsheimer2021-03-302-35/+41
* Rename QUrlResourceProvider to QTextDocumentResourceProviderVolker Hilsheimer2021-03-292-4/+4
* Skip a tst_QRhi test case with the Android emulatorLaszlo Agocs2021-03-291-0/+3
* tst_qobject: fix the detection for GCCGiuseppe D'Angelo2021-03-261-4/+14
* QPainterPath: fix handling of fill rulesGiuseppe D'Angelo2021-03-261-1/+11
* Rework the failure macros in the Qt CTest kitAlexey Edelev2021-03-241-4/+4
* Make it even more obvious on what to do when tst_toolsupport failshjk2021-03-231-0/+7
* Fix invalid pointer return with QGridLayout::itemAt(-1)Zhang Yu2021-03-231-0/+51
* Fix alpha handling of QImage::setPixelAllan Sandfeld Jensen2021-03-221-11/+61
* tst_bench_qmetaobject: Fix testFabian Kosmale2021-03-211-3/+4
* rhi: Make it possible to clone a QRhiRenderPassDescriptorLaszlo Agocs2021-03-191-1/+44
* Port away from deprecated QVariant::typeVolker Hilsheimer2021-03-171-3/+3
* Fix qnetworkreply's benchmarkTimur Pocheptsov2021-03-171-3/+0
* Convert QSslSocket(Backend)Private into pluginTimur Pocheptsov2021-03-162-59/+0
* Fix QMetaType benchmarkFabian Kosmale2021-03-151-3/+5
* Fix QMultiHash::count(key) crashAndrei Golubev2021-03-141-0/+15
* Revert "QPushButton: fix support of style sheet rule for text alignment"Volker Hilsheimer2021-03-111-0/+18
* QEventDispatcher(Win): Always honor interrupted status to avoid racesMårten Nordheim2021-03-111-0/+27
* tst_qguivariant benchmark: Only use valid QMetaTypesFabian Kosmale2021-03-101-2/+5
* tst_bench_qguimetatype: only consider valid metatypesFabian Kosmale2021-03-101-2/+5
* rhi: gl: Fix missing uniform data with certain command listsLaszlo Agocs2021-03-101-49/+170
* QConcatenateTablesProxyModel: skip dataChanged in hidden columnsDavid Faure2021-03-091-0/+11
* Fix the crashes when animated QTreeWidgetItems are hiddenQiang Li2021-03-081-0/+24
* High-DPI: Set the minimum scale factor to 1Morten Johan Sørvig2021-03-081-0/+15
* Skip globalstatic threadStressTest on QEMUToni Saario2021-03-072-0/+6
* Make qdecompresshelper archive bomb check only trigger for large filesØystein Heskestad2021-03-072-0/+40
* Fix a BIC introduced by extending the namespace QSsl in _p.h filesTimur Pocheptsov2021-03-051-24/+26
* QMenu test: turn tooltip animations offVolker Hilsheimer2021-03-051-0/+2
* Stabilize test QMenu::QTBUG_89082_actionTipsHide() on Windows, take 2Friedemann Kleint2021-03-041-3/+5
* tst_QFuture::continuationsWithContext: fix the flakinessSona Kurazyan2021-02-261-3/+14
* And fix handling and test of QImage::fill(uint) as wellAllan Sandfeld Jensen2021-02-261-2/+8
* QProcess::startDetached/Unix: report which function failedThiago Macieira2021-02-241-0/+4
* Move build tools to libexec instead of the bin dirJoerg Bornemann2021-02-235-5/+6
* QProcess::startDetached: set the error condition on failure to startThiago Macieira2021-02-221-0/+2
* QProcess::startDetached/Unix: move up the chdir() and remove qWarningThiago Macieira2021-02-201-0/+15
* QJsonObject: Fix operator<=()Ulf Hermann2021-02-181-0/+31
* Port QSslKey to the new plugin-based implementationTimur Pocheptsov2021-02-181-24/+24
* Rework tst_QDateTime::toString_isoDate() to eliminate an XFAILEdward Welbourne2021-02-161-16/+17
* Do not make QTimer::interval bindableFabian Kosmale2021-02-161-21/+0