summaryrefslogtreecommitdiffstats
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* Purge empty methods from tst_QSqlRecordEdward Welbourne2021-07-231-17/+0
* Select PostgreSQL-only data, rather than filtering in the testEdward Welbourne2021-07-231-19/+17
* Rename QSqlRecord benchmark's source file to match its test nameEdward Welbourne2021-07-232-2/+2
* 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
* Convert QLocalSocket benchmark to use QTestEventLoopEdward Welbourne2021-07-231-10/+17
* Assert some more things we can be sure of in the QMap benchmarkEdward Welbourne2021-07-231-0/+17
* QMap benchmark: use unsigned accumulators and check themEdward Welbourne2021-07-231-4/+12
* Rename QMap benchmark source file to match test nameEdward Welbourne2021-07-232-2/+2
* Give symbolic names to the sizes of data-sets tested in QMap benchmarkEdward Welbourne2021-07-231-24/+27
* Make QFutureWatcher::isFinished() consistent with the watched QFutureSona Kurazyan2021-07-231-25/+50
* Add benchmarks for QString::numberMårten Nordheim2021-07-222-3/+133
* Use QChar::fromUcs4(i) rather than QChar(i) on out-of-range iEdward Welbourne2021-07-221-16/+28
* Sync default action when checking tool button programmaticallyVolker Hilsheimer2021-07-221-0/+59
* QSet: extend testsIvan Solovev2021-07-221-5/+172
* QString: extend unit testsIvan Solovev2021-07-221-74/+495
* CMake: Disable test_QT_TESTCASE_BUILDDIR cmake build testAlexandru Croitor2021-07-221-4/+8
* CMake: Fix Windows resource compiler failure in selftests with MinGWAlexandru Croitor2021-07-221-1/+1
* Don't slow down a QMap benchmark by growing a megabyte-long stringEdward Welbourne2021-07-211-1/+1
* QFileSelector: Preserve path to root directoryFabian Kosmale2021-07-211-0/+3
* QString benchmark: rename the source fileMårten Nordheim2021-07-212-2/+2
* Fix QtConcurrent to properly work with functorsSona Kurazyan2021-07-212-207/+421
* emit layoutAboutToBeChanged timelyLuca Beldi2021-07-2010-2/+465
* QNetworkReply: Add two new signalsMarkus Goetz2021-07-202-0/+129
* tst_QSslSocket: fix and clean up allowedProtocolNegotiationMårten Nordheim2021-07-201-10/+4
* QNetworkDiskCache: Fix tracking of size during storeItem()Mårten Nordheim2021-07-201-10/+38
* QHash, QMultiHash: extend testsIvan Solovev2021-07-201-12/+532
* H2: emit encrypted for at least the first reply, similar to H1Timur Pocheptsov2021-07-201-0/+9
* Skip tst_qthreadonce test on QEMUSona Kurazyan2021-07-202-0/+11
* Support pt units for sizes, as documentedVolker Hilsheimer2021-07-201-0/+35
* QList: extend testsIvan Solovev2021-07-201-13/+428
* tst_qlocale: Add tests for parsing Chakma date and time stringsIevgenii Meshcheriakov2021-07-191-0/+16
* Allow to set TCP network listen(2) backlogDaniel Nicoletti2021-07-192-4/+4
* Rename QVector benchmark and its main.cpp for consistencyEdward Welbourne2021-07-192-4/+4
* Clean up old QVector benchmarkEdward Welbourne2021-07-193-225/+68
* Suppress a broken benchmark comparing QVector to std::vectorEdward Welbourne2021-07-192-6/+15
* Rename QFile benchmark's source file to tst_bench_qfile.cppEdward Welbourne2021-07-192-2/+2
* Drop pointless parentheses from round case labelsEdward Welbourne2021-07-191-20/+20
* Replace Q_FOREACH() with ranged-for loopsEdward Welbourne2021-07-191-20/+16
* QFile benchmark: only set up and tear down the data directory onceEdward Welbourne2021-07-191-99/+73
* tst_QComboBox: fix -Wsuggest-overrideMarc Mutz2021-07-181-1/+1
* Use member function instead of template function to resolve native interfaceTor Arne Vestbø2021-07-171-8/+10
* tst_QGraphicsScene: fix compiler warning about misleading indentationMarc Mutz2021-07-171-4/+4
* QListView: don't scroll if selected items are removedVolker Hilsheimer2021-07-161-0/+69
* Skip trailing space on ends of QFile benchmark namesEdward Welbourne2021-07-161-3/+6
* QFile benchmark: purge fatuous function, inline several moreEdward Welbourne2021-07-161-39/+8
* QMultiMap: extend unit testsIvan Solovev2021-07-161-143/+581
* Consistent handling of disabled items in QItemSelectionModelAndreas Buhr2021-07-151-0/+2
* QCryptographicHash: use a std::array to hold result (was: QByteArray)Marc Mutz2021-07-151-6/+6
* QCryptographicHash test: remove the moreThan4GiBOfData(SHA512) check from the CIMarc Mutz2021-07-151-2/+5