summaryrefslogtreecommitdiffstats
path: root/tests/auto
Commit message (Expand)AuthorAgeFilesLines
* testlib: Regenerate test expectationsTor Arne Vestbø2021-07-298-63/+64
* testlib: Run test result expectation tests with stdout as outputTor Arne Vestbø2021-07-291-16/+20
* testlib: Accurately name JUnit test, and only run for JUnitXML reporterTor Arne Vestbø2021-07-2912-264/+32
* QByteArray: extend unit testsIvan Solovev2021-07-292-27/+687
* QByteArray: fix indexOf/lastIndexOfIvan Solovev2021-07-291-4/+23
* QPrivateSlotBase: add empty base class optimizationMarc Mutz2021-07-291-1/+1
* Fix QString test compilation without QRegularExpressionIvan Solovev2021-07-291-5/+64
* tst_QSslCertificate::verify - skip auto-testTimur Pocheptsov2021-07-291-0/+1
* Update float16 part of TestLib selftestEdward Welbourne2021-07-288-3168/+15
* tests: fix some -WvolatileMarc Mutz2021-07-286-17/+14
* QDirIterator: add nextFileInfo()Marc Mutz2021-07-285-28/+13
* QString: extend number(double) formatting testMårten Nordheim2021-07-281-4/+90
* QMap: add operator+ and - for iteratorsGiuseppe D'Angelo2021-07-271-0/+46
* 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
* QDuplicateTracker: bring back appendTo() &&Marc Mutz2021-07-271-7/+37
* QNAM: Allow to configure when connections to a host are torn downMarkus Goetz2021-07-271-0/+52
* Fix various -Wdeprecated-enum-float-conversions around the codeMarc Mutz2021-07-271-10/+8
* QVarLengthArray: extend unit testsIvan Solovev2021-07-271-3/+341
* QLocalSocket/Win: allow delayed close to workAlex Trotsenko2021-07-251-4/+3
* QLocalSocket/Win: do not close the device on disconnectFromServer()Alex Trotsenko2021-07-242-4/+1
* QLocalSocket/Win: do not flush the pipe in disconnectFromServer()Alex Trotsenko2021-07-241-0/+19
* QLocalSocket/Unix: fix aborting the socketAlex Trotsenko2021-07-241-0/+6
* QWidget: cope with QObject::connect()'s incomplete SFINAE-friendlinessMarc Mutz2021-07-242-24/+133
* Make QFutureWatcher::isFinished() consistent with the watched QFutureSona Kurazyan2021-07-231-25/+50
* 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
* QFileSelector: Preserve path to root directoryFabian Kosmale2021-07-211-0/+3
* 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
* 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
* 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