summaryrefslogtreecommitdiffstats
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* QProcess: do not emit aboutToClose() twiceAlex Trotsenko2021-09-191-0/+2
* Make clear why QTestLog::addB?XFail() don't add to countersEdward Welbourne2021-09-132-7/+7
* Fix querying font aliases that share name with other fontsEskil Abrahamsen Blomfeldt2021-09-111-1/+1
* tst_http2: Fix flaky authentication testMårten Nordheim2021-09-101-0/+5
* Skip tst_QReadWriteLock::multipleReadersLoop on QEMUSona Kurazyan2021-09-102-0/+6
* Fix QtConcurrent::blockingMapped to work with non-template sequencesSona Kurazyan2021-09-083-0/+195
* Fix compilation for recursive Qt containersSona Kurazyan2021-09-071-0/+144
* Add binary compatibility files for 6.1Milla Pohjanheimo2021-09-0311-0/+93568
* Fix QListView assert when the last row is moved in IconModeChunLin Wang2021-09-011-0/+217
* QGraphicsProxyWidget: forward Window(De)Activate eventsVolker Hilsheimer2021-08-261-0/+55
* Forward touchEvents to children inside QGraphicsProxyWidgetVolker Hilsheimer2021-08-261-0/+168
* Unicode: fix the grapheme clustering algorithmGiuseppe D'Angelo2021-08-241-0/+101
* tst_QPluginLoader: Simplify creating a fake pointer in fakeplugin.cppMartin Storsjö2021-08-201-2/+2
* Fix QScroller::scrollTo failing in QGraphicsView with movable itemChunLin Wang2021-08-201-0/+30
* Improve lancelot test of dashed line paintingEirik Aavitsland2021-08-203-4/+70
* Attempt to unwedge tst_QThread::wait3_slowDestructor()Edward Welbourne2021-08-191-13/+15
* Use a scope-guard to take care of process deletion in a testEdward Welbourne2021-08-191-6/+5
* Fix bug with NoFontMerging when font does not support scriptEskil Abrahamsen Blomfeldt2021-08-191-3/+24
* QRegularExpression: fix matching over null/empty QString(View)Giuseppe D'Angelo2021-08-191-2/+23
* QtConcurrent::run: support non default-constructible return typesSona Kurazyan2021-08-182-4/+16
* Don't crash in high-precision wheel scrolls on a QGraphicsProxyWidgetVolker Hilsheimer2021-08-171-0/+147
* tst_QSslSocket - replace an old certificateTimur Pocheptsov2021-08-102-88/+84
* Refix for avoiding huge number of tiny dashesEirik Aavitsland2021-08-101-0/+31
* tst_QSslCertificate::verify - remove QSKIPTimur Pocheptsov2021-08-067-254/+121
* QLocalSocket: do not emit aboutToClose() twiceAlex Trotsenko2021-08-011-0/+3
* Fix QString test compilation without QRegularExpressionIvan Solovev2021-07-301-4/+113
* QByteArray: extend unit testsIvan Solovev2021-07-292-27/+687
* QByteArray: fix indexOf/lastIndexOfIvan Solovev2021-07-291-4/+23
* tst_QSslCertificate::verify - skip auto-testTimur Pocheptsov2021-07-291-0/+2
* QHash/QSet: fix squeeze() for default-constructed containerIvan Solovev2021-07-272-4/+6
* Don't report results when the results list is emptySona Kurazyan2021-07-272-0/+36
* QCryptographicHash test: remove the moreThan4GiBOfData(SHA512) check from the CIMarc Mutz2021-07-271-2/+5
* QVarLengthArray: extend unit testsIvan Solovev2021-07-271-3/+341
* QCryptographicHash: don't present the same data over and over againMarc Mutz2021-07-271-0/+84
* QLocalSocket/Unix: fix aborting the socketAlex Trotsenko2021-07-241-0/+6
* Make QSqlRecord benchmarks non-fatuousEdward Welbourne2021-07-231-2/+6
* Halve the data-set size of tst_QSqlRecord::benchmarkRecord()Edward Welbourne2021-07-231-1/+2
* Don't slow down a QMap benchmark by growing a megabyte-long stringEdward Welbourne2021-07-231-1/+1
* Use QChar::fromUcs4(i) rather than QChar(i) on out-of-range iEdward Welbourne2021-07-231-16/+28
* Make QFutureWatcher::isFinished() consistent with the watched QFutureSona Kurazyan2021-07-231-25/+50
* QSet: extend testsIvan Solovev2021-07-231-5/+172
* Sync default action when checking tool button programmaticallyVolker Hilsheimer2021-07-221-0/+59
* H2: emit encrypted for at least the first reply, similar to H1Timur Pocheptsov2021-07-201-0/+9
* QNetworkDiskCache: Fix tracking of size during storeItem()Mårten Nordheim2021-07-201-10/+38
* QHash, QMultiHash: extend testsIvan Solovev2021-07-201-12/+532
* QList: extend testsIvan Solovev2021-07-201-14/+426
* Skip tst_qthreadonce test on QEMUSona Kurazyan2021-07-202-0/+11
* QFile benchmark: only set up and tear down the data directory onceEdward Welbourne2021-07-201-99/+73
* Unify and clean up two identical tst_qfile::*_data() functionsEdward Welbourne2021-07-201-57/+41
* Move QSKIP()s to _data() functions in QFile benchmarkEdward Welbourne2021-07-201-24/+11