summaryrefslogtreecommitdiffstats
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* 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
* Remove the dead code for blocking methods from QtConcurrentSona Kurazyan2021-07-062-118/+29
* QCryptographicHash: don't present the same data over and over againMarc Mutz2021-07-051-0/+84
* tst_QCryptographicHash: make hashLength() data-drivenMarc Mutz2021-07-051-3/+12
* Run tst_QIODevice::skip() on random-access deviceAlex Trotsenko2021-07-041-3/+4
* Use target_link_options to propagate object librariesAlexey Edelev2021-07-022-3/+67
* tst_QDtls: Move the function declaration outside the functionMårten Nordheim2021-07-021-1/+2
* Fix tst_qmessagehandler::formatLogMessage() test on AndroidAssam Boudjelthia2021-07-011-0/+4
* tst_qsslsocket: detect ALPN support (on server) using supportedFeatures()Timur Pocheptsov2021-06-251-15/+4
* QSslSocket: Set isEncrypted to false on disconnectMårten Nordheim2021-06-241-0/+1
* tst_QSslSocket: Use supportedFeatures() instead of macroMårten Nordheim2021-06-241-4/+2
* tst_http2: use the supportedFeatures() instead of macrosTimur Pocheptsov2021-06-241-10/+14
* Consistent indentation for BINDABLE propertiesAndreas Buhr2021-06-241-3/+6
* QString: Respect precision when reading data for %.*s format stringUlf Hermann2021-06-231-0/+30