summaryrefslogtreecommitdiffstats
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* Adjust tst_qstringapisymmetry test dataJani Heikkinen2021-08-251-14/+0
* Revert "QString::lastIndexOf: fix off-by-one for zero length matches"Jani Heikkinen2021-08-251-1/+1
* Don't crash in high-precision wheel scrolls on a QGraphicsProxyWidgetVolker Hilsheimer2021-08-181-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
* Fix placement of placeholder text in QLineEdits with action iconsVolker Hilsheimer2021-07-191-0/+66
* Fix rearranging of icons in listview via drag'n'dropVolker Hilsheimer2021-07-191-2/+5
* QListView: don't scroll if selected items are removedVolker Hilsheimer2021-07-171-0/+69
* QMultiMap: extend unit testsIvan Solovev2021-07-161-143/+581
* QMap: extend unit testsIvan Solovev2021-07-151-4/+301
* Fix qdbusperformance and qprocess benchmarksEdward Welbourne2021-07-153-6/+12
* QTranslator: Fix loading of meta catalogs from absolute .qm pathKai Köhne2021-07-151-0/+14
* tst_qtranslator: Simplify extraction of test dataKai Köhne2021-07-154-45/+5
* macOS: Don't mangle QByteArray settings with @ prefix by decoding as UTF-8Tor Arne Vestbø2021-07-141-0/+4
* QTableView: fix selection with rows and cells in ExtendedSelection modeChristian Ehrlicher2021-07-141-0/+72
* tst_QtConcurrentThreadEngine: fix the threadCount() testSona Kurazyan2021-07-131-8/+4
* Block flaky rhi and OpenGL tests on AndroidAssam Boudjelthia2021-07-132-0/+5
* Fix auto completion in QFileDialog on WindowsVolker Hilsheimer2021-07-081-1/+19
* Fix QMultiHash::keys(const T&) overloadIvan Solovev2021-07-081-8/+57
* tst_QCryptographicHash: make hashLength() data-drivenMarc Mutz2021-07-081-3/+12
* Remove the dead code for blocking methods from QtConcurrentSona Kurazyan2021-07-082-118/+29
* QMultiHash::find - prevent detaching shared nullIvan Solovev2021-07-081-0/+15
* Fix QDirIterator benchmark to actually find its test dataEdward Welbourne2021-07-081-15/+13