summaryrefslogtreecommitdiffstats
path: root/tests/auto
Commit message (Expand)AuthorAgeFilesLines
* 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 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
* 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
* 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
* Do not alter a widget's backing window's format once createdLaszlo Agocs2021-06-281-3/+8
* QString: Respect precision when reading data for %.*s format stringUlf Hermann2021-06-231-0/+30
* QHash: Fix erase() edge-caseMårten Nordheim2021-06-181-0/+19
* Avoid overflow in text layoutv6.1.2Eirik Aavitsland2021-06-171-0/+14
* Fix crash in concurrent disconnectLars Knoll2021-06-171-0/+49
* Stabilize flaky scrollerSmoothScroll test caseVolker Hilsheimer2021-06-151-2/+4
* Remove pure-virtual-signals.h include from tst_moc.cppEdward Welbourne2021-06-111-1/+0
* Hangul composition: use < base + count checks, not <= checksEdward Welbourne2021-06-111-0/+19
* Check scrollbar ScrollBarOverlap when computing QListView marginsZhang Hao2021-06-101-0/+31
* Fix scrolling of tab bar when the visible tab is wider than the visible spaceVolker Hilsheimer2021-06-101-0/+70
* QAbstractItemView: block autoScroll from interfering with QScrollerVolker Hilsheimer2021-06-091-0/+63
* Unify behavior for long path or UNC prefix removalKarsten Heimrich2021-06-095-6/+67