summaryrefslogtreecommitdiffstats
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* QLocalSocket/Unix: fix aborting the socketv6.2.0-beta2Alex 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
* Make QFutureWatcher::isFinished() consistent with the watched QFutureSona Kurazyan2021-07-231-25/+50
* QString: extend unit testsIvan Solovev2021-07-231-75/+500
* Use QChar::fromUcs4(i) rather than QChar(i) on out-of-range iEdward Welbourne2021-07-221-16/+28
* QSet: extend testsIvan Solovev2021-07-221-5/+172
* Sync default action when checking tool button programmaticallyVolker Hilsheimer2021-07-221-0/+59
* 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
* tst_QSslSocket: clean up allowedProtocolNegotiationMårten Nordheim2021-07-221-8/+3
* 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
* QList: extend testsIvan Solovev2021-07-211-13/+428
* emit layoutAboutToBeChanged timelyLuca Beldi2021-07-2110-2/+465
* Support pt units for sizes, as documentedVolker Hilsheimer2021-07-201-0/+35
* 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
* Skip tst_qthreadonce test on QEMUSona Kurazyan2021-07-202-0/+11
* Consistent handling of disabled items in QItemSelectionModelAndreas Buhr2021-07-201-0/+2
* Suppress a broken benchmark comparing QVector to std::vectorEdward Welbourne2021-07-192-6/+15
* QFile benchmark: only set up and tear down the data directory onceEdward Welbourne2021-07-191-99/+73
* Unify and clean up two identical tst_qfile::*_data() functionsEdward Welbourne2021-07-191-57/+41
* Move QSKIP()s to _data() functions in QFile benchmarkEdward Welbourne2021-07-191-24/+11
* Use member function instead of template function to resolve native interfaceTor Arne Vestbø2021-07-171-8/+10
* QListView: don't scroll if selected items are removedVolker Hilsheimer2021-07-161-0/+69
* Fix qdbusperformance and qprocess benchmarksEdward Welbourne2021-07-163-6/+12
* QMultiMap: extend unit testsIvan Solovev2021-07-161-143/+581
* QMap: extend unit testsIvan Solovev2021-07-161-4/+301
* Improve error reporting when requesting unsupported native interfaceTor Arne Vestbø2021-07-161-1/+14
* Add test for native interface machineryTor Arne Vestbø2021-07-163-0/+129
* QCryptographicHash test: remove the moreThan4GiBOfData(SHA512) check from the CIMarc Mutz2021-07-151-2/+5
* 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
* Improve support for saving QImage to QSaveFileEirik Aavitsland2021-07-151-0/+55
* QLocalSocket/Win: destroy the pipe before emitting final signalsAlex Trotsenko2021-07-151-0/+22
* QTableView: fix selection with rows and cells in ExtendedSelection modeChristian Ehrlicher2021-07-131-0/+72
* tst_QtConcurrentThreadEngine: fix the threadCount() testSona Kurazyan2021-07-131-8/+4
* macOS: Don't mangle QByteArray settings with @ prefix by decoding as UTF-8Tor Arne Vestbø2021-07-131-0/+4
* QNetworkRequest: Rename (set)minimumArchiveBombSizeMårten Nordheim2021-07-122-3/+3
* QMultiHash::find - prevent detaching shared nullIvan Solovev2021-07-091-0/+15
* Fix QMultiHash::keys(const T&) overloadIvan Solovev2021-07-091-8/+57
* Fix auto completion in QFileDialog on WindowsVolker Hilsheimer2021-07-091-1/+19
* QProperty: Downgrade assert in noSelfDependencies to warningFabian Kosmale2021-07-071-0/+9
* Fix placement of placeholder text in QLineEdits with action iconsVolker Hilsheimer2021-07-061-0/+66
* Fix memory leaks in tst_qlineeditAndreas Buhr2021-07-061-2/+2
* QFile benchmark: always use Unbuffered for QFSFileEngine testsEdward Welbourne2021-07-061-7/+5
* Fix QDirIterator benchmark to actually find its test dataEdward Welbourne2021-07-061-15/+13
* Clarify readLine() behavior on sequential devicesAlex Trotsenko2021-07-061-0/+102