summaryrefslogtreecommitdiffstats
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* Unify and clean up two identical tst_qfile::*_data() functionsEdward Welbourne2021-07-071-57/+41
* Move QSKIP()s to _data() functions in QFile benchmarkEdward Welbourne2021-07-071-24/+11
* tst_QCryptographicHash: simplify the creation of a large QBAMarc Mutz2021-07-071-4/+1
* 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
* QCryptographicHash: port addData() to QByteArrayViewMarc Mutz2021-07-061-7/+7
* 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
* QCryptographicHash: don't present the same data over and over againMarc Mutz2021-07-061-0/+84
* tst_QCryptographicHash: make hashLength() data-drivenMarc Mutz2021-07-051-3/+12
* Repolish child widgets when parent style sheet changesVolker Hilsheimer2021-07-051-0/+14
* Run tst_QIODevice::skip() on random-access deviceAlex Trotsenko2021-07-031-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
* QNetworkRequest: Rename (set)minimumArchiveBombSizeMårten Nordheim2021-07-022-4/+4
* Fix tst_qmessagehandler::formatLogMessage() test on AndroidAssam Boudjelthia2021-07-011-0/+4
* QTest: fix -Wformat-overflow GCC warningMarc Mutz2021-07-016-26/+26
* QSemaphore: add <chrono> overload of tryAcquire()Marc Mutz2021-06-301-1/+35
* tst_qglobal: fix an uninit'ed variable warningMarc Mutz2021-06-301-1/+1
* tst_QMatrixNxN: fix type-punning warningMarc Mutz2021-06-301-32/+14
* tests: fix deprecated implicit capture of this via [=]Marc Mutz2021-06-303-3/+3
* QList benchmark: fix annoying -Wdeprecated-copy warningMarc Mutz2021-06-301-0/+2
* tst_QWindow: fix -Wsuggested-overrideMarc Mutz2021-06-301-1/+1
* tst_qstringapisymmetry: add checks for common overload setsMarc Mutz2021-06-251-0/+106
* tst_QSslSocket: Remove empty test functionsMårten Nordheim2021-06-251-10/+0
* tst_qsslsocket: detect ALPN support (on server) using supportedFeatures()Timur Pocheptsov2021-06-251-17/+4
* tst_QSslSocket: Use supportedFeatures() instead of macroMårten Nordheim2021-06-241-4/+2
* qopenssl_symbols: Change how we mark function unusedMårten Nordheim2021-06-241-29/+16
* TLS: Mark TLS 1.0, 1.1 and DTLS 1.0 deprecatedMårten Nordheim2021-06-251-13/+102
* QSslSocket: Set isEncrypted to false on disconnectMårten Nordheim2021-06-251-0/+1
* tst_http2: use the supportedFeatures() instead of macrosTimur Pocheptsov2021-06-241-10/+14
* Implement generating of a module cpp export headerAlexey Edelev2021-06-2411-0/+344
* Consistent indentation for BINDABLE propertiesAndreas Buhr2021-06-241-3/+6
* Expand a test that QVariant isn't null even when what it wraps isEdward Welbourne2021-06-241-4/+6
* Fix compiler warning from unused parameterVolker Hilsheimer2021-06-231-1/+1
* Use UTC when parsing only a date or only a time, not a date-timeEdward Welbourne2021-06-231-2/+2
* Fix handling of day-of-week in QDateTimeParser and QDateTimeEditEdward Welbourne2021-06-231-12/+18
* QString: Respect precision when reading data for %.*s format stringUlf Hermann2021-06-221-0/+30
* QWidgetAction: add test for defaultWidget() being deleted before actionMarc Mutz2021-06-221-0/+12
* BLACKLIST tst_QListView::internalDragDropMove for OpenSUSE leapHeikki Halmet2021-06-211-0/+3
* Add basic benchmarks for QFutureSona Kurazyan2021-06-193-0/+332
* Move the linking logic of the object libraries to a common functionAlexey Edelev2021-06-181-1/+1
* Do not alter a widget's backing window's format once createdLaszlo Agocs2021-06-181-3/+8
* QHash: Fix erase() edge-caseMårten Nordheim2021-06-181-0/+19
* Fix recursion crash when calling setStyleSheet with `qproperty-styleSheet`Zhang Yu2021-06-181-0/+18
* QBindable: Use setter in setValue for QObjectCompatPropertyFabian Kosmale2021-06-171-0/+11
* Avoid overflow in text layoutEirik Aavitsland2021-06-171-0/+14
* Universally pass QMetaType by valueUlf Hermann2021-06-171-3/+3